Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #110254
    agata
    Participant

    hi, how can I fix / freeze my navigation menu so it stays on the top of page and is there when I scroll down the page?I was trying to paste few css codes but no success. btw- where is custom css gone? it used to be Dashbaord=> Appearance=> Customize=> Theme Options=> Custom CSS now I dont have it on mine. I use catch responsive pro. My website http://www.theproperva.co.uk

    #110290
    Mahesh
    Keymaster

    @theproperva: Since Additional CSS function has been included in WordPress core from version 4.7, theme’s custom CSS has been removed but all your CSS are migrated automatically to Dashboard=> Appearance=> Customize=> Additional CSS box. Please use Additional CSS.
    Please add the following CSS:

    .nav-primary.search-enabled {
        position: fixed;
        width: 100%;
        top: 0;
    }
      
    .page {
        margin-top: 20px;
    }

    Regards,
    Mahesh

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘how can I fix / freeze my navigation menu’ is closed to new replies.