Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1037423

    My logo is centered and when you start to scroll down it jumps. Is there a way to fix this?
    Thanks for you help with this.

    #1037599

    Hey tonyaleigh,

    Please try to remove this css code:

    .logo img {
        padding-top: 45px;
    }

    Hope it helps.

    Best regards,
    Nikko

    #1038360

    It didn’t help. Did you try it? I added the padding because the logo was touching the top.

    #1038439

    Hi tonyaleigh,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .logo img {
        padding-top: 35px;
    }
    .header-scrolled.header-scrolled-full .logo img, 
    .header-scrolled .logo img {
      padding-top: 20px;
    
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1042880

    That didn’t work at all but I fixed it. Figured out that it had to have the same padding at top and bottom.

    #1043154

    Hi tonyaleigh,

    Glad that you figured it out :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Logo Centered Has a Jump to It’ is closed to new replies.