Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #937525

    Hi there

    Quick question: I have added top and bottom padding to my logo and it’s now being cut off at the bottom as the header is shrinking when scrolling down. This is the code I’ve added so far.

    .logo {
    padding: 25px 0px;
    }

    Is there a way to fix it (and keep the padding around the logo)?

    Thanks
    Isabel

    #937527

    Here’s the link

    #938128

    Hi,

    Thank you for using Enfold.

    Please add the following css code below the previous one.

    .header-scrolled .logo {
        padding: 0;
    }

    Best regards,
    Ismael

    #938341

    Hi Ismael

    Thanks for your quick response. I was hoping to keep a little bit of room above and below the logo, even in the scrolled version. I could add white space directly to my logo-file, but thought there might be a better solution using code?

    Thanks for your help,
    Isabel

    #938348

    Hi,

    Actually to keep that space across all versions (scrolled, etc) it may be more efficient adding the space to the logo image.

    Best regards,
    Jordan Shannon

    #938865

    No worries, will do. Thanks Jordan.

    #938968

    Hi,

    Great, please let us know if you should need any further help on topic.

    Best regards,
    Rikard

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