Dear Customers! We're out of the office from the 6th of October to the 11th of October. We sincerely apologize for the inconvenience. For WordPress 5.5.* related issues, please visit this article

Okay
  Public Ticket #1741029
Logo area not resizing correctly
Closed

Comments

  • hotspotmarketing started the conversation

    I've uploaded a logo that's 72px high and set that as the height of the logo in Theme Options - but it's cutting off the logo after scrolling. How can I increase the size of the space for the logo area after scrolling? 

  •  361
    Filip replied

    Hi there!

    Oh, I can see that your "scroll state" header height is pretty low. Please use the following CSS and the logo is going to resize itself to fit perfectly:

    .header-scroll-full #logo a img {
        height: 58px !important;
        margin-top: -29px !important;
    }
    

    You can paste it in Theme Options / Advanced / Custom CSS.

    Kind Regards,
    Veented Team

  • hotspotmarketing replied

    OK yes thanks that worked

  •  361
    Filip replied

    You're welcome!

    Kind Regards,
    Veented Team