My logo in the header section is currently displaying top left…How can I align my logo left center? Thanks
Hey sbonnemort!
Navigate to Dashboard > Enfold > Header and set the logo position to center.
Regards,
Elliott
Thanks. I didn’t explain myself well enough…I don’t want my logo centered in the header.
I need it in the left section of the header (where it is) but with more padding above it. It’s touching the top of the page and I need to push it down.
Thanks
Hey!
So you want to “vertically” center it then. What I usually do here is just add some more space to the logo image before uploading it. This will make sure it looks nice even when you use a shrinking header.
If you want to do it with CSS then increase the size of your header in Dashboard > Enfold > Header and then add this to your custom CSS.
.logo img {
top: 6px;
}
Best regards,
Elliott