Okay
  Public Ticket #469566
Issue with Main Menu
Closed

Comments

  • Marie started the conversation

    Hi,

    I was having a issue where the main navigation even if shrunk down would cover some content i didn't want it to cover. So I decided I needed the main menu to stay at the top of the page when I scrolled down so it didn't show at the top of the content when I was at the bottom of the page for example.

    So I Googled this and found you suggesting this code from a a year back:

    #header-outer {
    position: absolute !important;
    }

    I used that code and It did work, it made the menu stay at the top when i was scrolling down..

    The problem I have is now I have no main menu showing on Mobile version of the website.

    Is there a easier was to make it so the menu just stays at the top and hideen when i Scroll down the page?

    Or can you give me a fix to show the menu again on mobile version.

    Many thanks



  •  8,851
    Tahir replied

    Hey ,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    @media only screen and (min-width: 1000px) {
        #header-outer {
            position: absolute !important;
        }
    }

    Thanks



    ThemeNectar Support Team 

  • Marie replied

    Hi, Thank you for your reply.

    I have added that and there are no crosses but it hasn\'t fixed it , please see screen shot to show the css file:

    Thank you



  •  8,851
    Tahir replied

    Hey Again,

    Remove this : http://prntscr.com/7nx6yp .

    Thanks


    ThemeNectar Support Team 

  • Marie replied

    Thank you so much ! :) All is good now :D