Theme4Press › Forums › evolve › Change header heigth and menu colors › Reply To: Change header heigth and menu colors
#23367
|
Hi,
Yes, you are correct. I just did a clean test installation on my localhost.
The header padding settings are not working.
Please use the followimg custom css for header.
1 2 3 4 5 |
.header { height: 200px !important; padding: 0 !important; } |
To change the menu colors.
Please try Theme options -> styling -> menu
To center your menu. Please use the following.
1 2 3 4 5 |
.nav-holder { margin: 0 auto !important; width: 600px; } |
You will need to adjust the 600px as you menu gets larger.
Thank you.