• Resolved dorux5

    (@dorux5)


    Hi!

    When you scroll down the page, the logo from the top menu is minimizing. I want to remain at the same size (as it is before you scroll down the page).
    https://danielabojinca.ro

    I try to look in header-transparent.php and use display:block or display:initial but it does the same.

    Can you help me, please?

    Thanks in advance for your help and attencion!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author themevision

    (@themevision)

    Hello,@dorux5!

    Have you tried to turn off the “Header Shrinking”?

    (Customising ? Header?General…Header V3)

    https://prnt.sc/lcdnrl

    or,

    Insert following code into Customizing->General->Additional CSS:

    #masthead .sticky-header-shrink .logo {
        max-height: 84px;
    }

    Regards

    Thread Starter dorux5

    (@dorux5)

    @themevision – thank you! It works with the second option – insert the code in additional CSS. Using the first one – turn off the header shrinking – it makes the logo bigger.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Logo size’ is closed to new replies.