Love this theme! One thing I'd Like would be a static top menu

Discussion in 'ButterBelly WordPress Theme' started by anylee, Feb 18, 2014.

Thread Status:
Not open for further replies.
  1. anylee

    anylee Guest

    Joined:
    May 31, 2013
    Messages:
    35
    Likes Received:
    1
    Is it possible to keep the menu at the top of the screen so that the page content scrolls up underneath it and the menu stays visible to maintain easy navigation on what will be a very long homepage?
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .menu_container {
    position: fixed;
    width: 100%;
    z-index:999;
    }
    hgroup {
    margin-top: 60px;
    }
    #menu .ddsmoothmenu {
    margin-bottom: 0px;
    } 
     
  3. anylee

    anylee Guest

    Joined:
    May 31, 2013
    Messages:
    35
    Likes Received:
    1
    Thanks!
     
  4. anylee

    anylee Guest

    Joined:
    May 31, 2013
    Messages:
    35
    Likes Received:
    1
    That's really cool! works a treat!
     
Thread Status:
Not open for further replies.

Share This Page