This topic has 6 replies, 3 voices, and was last updated 7 years by Radu.

  • Author
  • #148663
     arbolife
    Participant

    Hi,

    I have a sticky menu that starts large and reduces after scrolling down.

    Now I have one page where I can’t have this behaviour and I need the menu to load in the smaller version and don’t change size. It needs to be sticky, but fixed height.

    I could approach this either in PHP or CSS. Can you please point to how I would get this done ?

    Thanks,

    Marc

    #148808
     Laura
    Moderator

    Hello, maybe with css, can you send me a link to the page?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #148843
     arbolife
    Participant
    This reply has been set as private.
    #148982
     Laura
    Moderator

    Hello, will assign the ticket to a higher support level who can help and advise you in your query.
    Thanks! ?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #149090
     Radu
    Moderator

    Hi,

    Kleo theme adds header-scrolled class when the scroll it’s performed in page but in this case the scroll it’s happens in a certain div not for body of the page, I hope it makes sense.

    You can try to decrease the menu height using this

    COPY CODE
    
    @media(min-width:992px){
    .post-type-archive-gd_place #header .kleo-main-header .navbar-header,.post-type-archive-gd_place #header .kleo-main-header .header-banner, .post-type-archive-gd_place #header .kleo-main-header .primary-menu, .post-type-archive-gd_place #header .kleo-main-header .secondary-menu{
        line-height:70px !important; height:70px !important;
    }
    }
    
    

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #149222
     arbolife
    Participant

    Hi Radu,

    Thank you, this worked perfectly well.

    Cheers,
    Marc

    #149314
     Radu
    Moderator

    Great

    You’re welcome

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 7 posts - 1 through 7 (of 7 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?