Imbalance theme – header size and blank space between header and menu
-
Hello
Would you please assist with enlarging the size of the header? Also how can I reduce the space between the header and the menu?
Many many thanks in advance
Valentina
The blog I need help with is: (visible only to logged in users)
-
-
Hi there, to make your header image larger, find #header-image-link in your custom CSS and add the following declaration
background-size: 100% auto;With the above, you will not need to reduce the space between the menu and the header image.
-
-
-
sorry again, follow up question – how can I move the menu at the center, I’d like to align it with the logo?
Many thanks in advance
-
to center the menu in Imbalance 2, add the following CSS.
.menu { text-align: center; } .menu ul { display: inline-block; } #header-left { padding-left: 40px; }Note that on narrower screens, when the menu goes to more than one line, it will revert to left alignment.
-
-
- The topic ‘Imbalance theme – header size and blank space between header and menu’ is closed to new replies.