Home>Support>Can’t center masthead logo

Can’t center masthead logo

I entered the following code to center the masthead logo, which was recommended on this forum:

header#masthead hgroup .logo {
float: none !important;
}

header#masthead hgroup .logo img {
display: block;
margin: 0 auto;
}

Yet for some reason, my logo still won’t center. I can’t find out why. Is there a solution?

URL: http://undergroundmanproductions.com/

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 11 months ago Andrew Misplon
    Hi, I Work Here

    Hi Nicholas

    Version x.2.2 saw us remove the hgroup tag in Vantage. There is still a div class in there called hgroup so you just need to add a period before hgroup. It’ll now look like this:

    header#masthead .hgroup .logo {
    float: none !important;
    }
    
    header#masthead .hgroup .logo img {
    display: block;
    margin: 0 auto;
    }
    

    Hope that helps.

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More