Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #871091

    jgar246
    Participant

    I have used CSS to customise the menu of my site (see first screenshot), however, when I chose the CSS selectors I hadn’t activated the one page menu option, and now when I do activate it, the menu goes all haywire and bunches up at the top of the screen (see second screen shot)… I can’t seem to replicate the menu in the first screenshot with the one page option activated (which I kinda need) could you please help with this?

    URL: figtreegroup.net

    #871098

    jgar246
    Participant
    This reply has been marked as private.
    #872084

    Nabeel A
    Moderator

    Hi there,

    Thanks for writing in! With one page navigation activated, try adding this code in your Customizer:

    .x-navbar {
        position: fixed !important;
        top: 0 !important;
        bottom: 0 !important;
    }

    Let us know how this goes!