This topic has 5 replies, 2 voices, and was last updated 10 years by Radu.

  • Author
  • #108004
     RafVin
    Participant

    Good evening, I would like to question.

     

    How do I make the menu sticky?

    I tried to put the css specified in these posts (https://archived.seventhqueen.com/forums/topic/sticky-menu-cover-page-title

    https://archived.seventhqueen.com/forums/topic/sticky-menu-mobile-padding

    https://archived.seventhqueen.com/forums/topic/sticky-mobile-menu)

    but without success.

     

    How can I do?

     

    Thanks so much.

    #108079
     Radu
    Moderator

    Do you have solved the issue ?

    I see your header is sticky

    Cheers

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

    Thank you for answering.

    Desktop works, mobile no.

    Thank you.

    #108304
     Radu
    Moderator

    Please add this css to wp-admin -> theme options -> quick css

    COPY CODE
    
    @media (max-width: 990px) {
        div#header {
            position:fixed;
            width:100%;!important;
            display: inline-block;
            z-index:99 !important;
            height: 100px;
    }
        div#main {
            margin-top:90px;
    }
    
    }
    
    
    

    Let me know

    Cheers

    Radu

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

    Thank you for answering.

    It works great, but there is a display error.
    There is an excess in the menu (see screen).

    Thank you.

    #108607
     Radu
    Moderator

    Your site displays some error, i’ve tried now to adjust the menu but it shows an error, please resolve it and let me know, it seems that is caused by some security plugin

    Cheers

    Radu

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

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?