Changing header size

Latest Reply from gregor kosmina at 2014-07-24 11:39:34 Solution
Hello,

I'm wondering how to change size of the header(decrease the size in my case). Link of my HP is http://self-esteeminstitute.eu/ .

I was able to modify the code and remove the search button, now I would like to decrease the empty size between main menu and language bar.

Which part of the code shall I change?

Thanks for your help in advance!

Best regards, Gregor
Hi!
To fix this you have to delete the property "height" in the code:
/*------------------------------ MENU ------------------------------*/
#secondarymenu-container {
height:60px;
position:relative;
z-index:11;
}

located in the style.css file.
Thank you Alice!

Leave a reply

Add codeAdd image