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
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.