Important notice: we will respond to all open ticket requests up until November the 1st. After this date, we will be unable to process the ticket requests here on Ticksy.

Okay
  Public Ticket #1594840
Resize logo in fixed header and how to add font the right way
Closed

Comments

  • sonciree started the conversation

    Hi,

    1. Could you please help me to resize logo to 60px (height) when scrolling down, as the header do.

    https://namysnacks.cl/

  •  1,845
    Elated replied

    Hello,

    You can try to add this css underneath in Appearance >> Customize >> Additional CSS field:

    .eltdf-header-standard .eltdf-page-header .eltdf-logo-wrapper a {
        max-height: 60px;
    }


    Please let us know if there is anything else we can do for you.

    Thank you,
    Jerry, Elated



    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  • sonciree replied

    Thanks Jerry for the quick response.

    The code that you sent me does not change the size of the logo when scrolling, instead it changes it permanently for the two heights of the header.

    I'm looking for the logo to be presented in two sizes and change its initial height from 140px, in the initial size of the header, to 60px when scrolling and the header reduces its height to 60px.


  •  1,845
    Elated replied

    Hello there,

    Add this code to set height for the logo when you scroll:

    .eltdf-fixed-wrapper.fixed .eltdf-logo-wrapper a {
        max-height: 60px!important;
    }
    

    All the best,

    Marie

    Elated


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.