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

    Hello,
    On my site, I’ve set up the header size at 155px height. Which is perfect for my big logo.
    When I scroll in the page, the logo has a max-height at 77.5px, I’d like 50px.
    How can I do it? Please find credendials attached.
    Tx for your help !
    Marine

    #902675

    Hey newki75,

    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

    
    
    #header.header-scrolled-full .container.av-logo-container .logo img,
    #header.header-scrolled .container.av-logo-container .logo img {
      transition: max-height 0.5s ease;
      max-height: 60px !important;
    }
    
    #header .container.av-logo-container .logo img {
      transition: max-height 0.5s ease;
      max-height: 177px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #902818

    Tx u ! You can close the issue,
    Best regars,
    Marine

    #903197

    Hi Marine,

    Glad we got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

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