Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #711633

    Hi!

    On our site the logo in the top left corner “Meditera i Stockholm / Tara Kadampabuddhistcenter” shrinks when you scroll down the homepage and it becomes very small and unreadable.

    I would like to keep the logo the original size wherever you scroll on the homepage.

    Can you help?

    Many thanks,
    Jangdom

    #711749

    Hi Tarakbc!

    Try to add this code in Quick CSS (located in Enfold > General Styling):

    #header .logo a, #header .logo img {
        max-height: 88px !important;
        min-height: 88px;
    }
    
    #header.header-scrolled .logo img {
        margin-top: -44px;
    }

    Hope this helps :)

    Best regards,
    Nikko

    • This reply was modified 7 years, 11 months ago by Nikko.
    #712006

    Thanks Nikko!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Problem with logo shrinking when scrolling down the homepage’ is closed to new replies.