• Hi,

    I’m trying to center the header image/logo for http://www.beforeidienetwork.com but having trouble.

    I tried CSS I found on another Catch help forum (below) but that didn’t work.

    }

    #header-left, #site-logo {
    display: block;
    padding: 0;
    width: 100%;
    text-align: center;
    }
    #site-logo a {
    display: inline-block;
    }

    Thanks.

The topic ‘Centre Header Image’ is closed to new replies.