Change the Size of the Tab in MetroPress

Latest Reply from iRanbirHD at 2013-06-01 19:44:22
How do i change the size of the tabs in MetroPress? It's really thick, I want to make little bit smaller.

Thank you.
Hi!

You need to edit style.css. Please, replace :
#mainmenu-container {
height: 71px;

with
#mainmenu-container {
height: 50px;
.
Then you have to reduce the padding for "#mainmenu li a {", for example,
replace
padding:25px 10px;

with
padding:15px 10px;

Thanks. How do I fix this?



I want to space out between the text and fix the first text.

Leave a reply

Add codeAdd image