Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #437070

    My logo in the header section is currently displaying top left…How can I align my logo left center? Thanks

    #437756

    Hey sbonnemort!

    Navigate to Dashboard > Enfold > Header and set the logo position to center.

    Regards,
    Elliott

    #437777

    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

    #438284

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.