Menu

Discussion in 'RoadFighter WordPress Theme' started by gorditos1966, Dec 8, 2013.

  1. gorditos1966

    gorditos1966 New Member

    Joined:
    Dec 6, 2013
    Messages:
    2
    Likes Received:
    0
    How can i move the menu to the top (above the slider)

    thanks
     

    Attached Files:

  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Please download "header.php" file attached and replace it with your current "header.php" file.

    then,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .header_wrapper{
    margin-top:10px;
    }
     
    .header_wrapper .logo {
    margin-top: 20px;
    }
    .header_wrapper .call-us {
    margin-top: 20px;
    }
     

    Attached Files:

  3. gorditos1966

    gorditos1966 New Member

    Joined:
    Dec 6, 2013
    Messages:
    2
    Likes Received:
    0
    Hi. how can i make the menu 100% width?
    thanks
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Unfortunately there isn't a way to do that with our theme unless you custom code something up. Sorry.
     

Share This Page