Header hight

Discussion in 'RoadFighter WordPress Theme' started by anylee, Jun 2, 2013.

  1. anylee

    anylee Guest

    Joined:
    May 31, 2013
    Messages:
    35
    Likes Received:
    1
    Love the theme! The only thing I would like to alter is the hight of the dark header section - I'm sure there is an easy way to do this by editing the Css or even editing the code - Am I right and where is the best place to alter the hight! Ideally I'd like to keep the menu bar centred but my main objective is to reduce the dark area at the top which takes up a large amount of real estate above the fold!

    Cheers

    Andy Lee
     
  2. Gourav

    Gourav Support Staff

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

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .header_container.not_home{
    min-height:200px;
    }
    Adjust its value as per your requirements.
     

Share This Page