Can’t seem to center my Header image?
I’m a Vantage Premium user and I seem be unable to center the header image. I’ve gone the the Customise option like done before with my other sites but when I click center it just moves the image just a little.
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
1Hi Ben
Mmm, a couple things going on. Let’s try fix/hotfix. Go to Appearance > Editor and restore an original value. Locate:
And change the max width to 100% so the end result should read:
#masthead .hgroup .logo { display: block; float: left; max-width: 100%; }Then go to Appearance > Custom CSS and add:
/* Centre the Logo */ #masthead .hgroup .logo { text-align: center; width: 100%; }Let me know how that goes :)
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.