How to enlarge and center in header
Hi, I’ve tried putting css code and php code to center and enlarge my logo but none of them work. My site is www.theteachermarket.com
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
9Hi Terry
Thanks for the wait.
These are features in the Customizer in Vantage Premium. If you’d like to stick with Vantage Free, please, try the following:
/* Center Logo */ #masthead .hgroup .logo, #masthead .hgroup .site-logo-link { float: none; } #masthead .hgroup .logo { text-align: center; }To change header padding, try the following, adjust as needed:
/* Header Padding */ #masthead .hgroup { padding-top: 45px; padding-bottom: 45px; }In the default masthead, Vantage doesn’t control the logo size, if you upload a larger logo it should display at a larger size.
Hope this helps.
Hi Andrew,
Just to clarify, I should be putting this in the css.style sheet under my child theme right? That’s what I’ve done and nothing changes.
Sure, style.css of your child theme or a Custom CSS plugin like SiteOrigin CSS. If you send a link to your site we can take a look.
Yeah definitely, it’s http://www.theteachermarket.com
Thanks. Try adding the following:
#masthead .hgroup .logo img, #masthead .hgroup .site-logo-link img { display: block; margin: 0 auto; }Still doesn’t work.
Looks centred on my side now. Can you confirm the issue is persisting for you?
Well, it suddenly works, thanks for your help! Must not have kicked in right away.
Super :) Glad to hear it’s working.
All the best.
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.