Gaps 'n' Spaces: Header Bottom Menu / Footer Columns / Footer Credit
- The topic ‘Gaps 'n' Spaces: Header Bottom Menu / Footer Columns / Footer Credit’ is closed to new replies.
Need help? Check out our Support site, then
Hello Thomas,
thanks again for your great work!
Please, help me with the following:
How can I change the header bottom menu:
i. left/right/center?
ii. how can I reduce the space between my two-line menu?
iii. how can I reduce the space after the menu and before the header image?
Also, how can I reduce the space before the Footer Columns and before the Footer Credit?
Thank you in advance!
Chris
The blog I need help with is: (visible only to logged in users)
Also, is there a way to make the header top menu “space” disappear or reduce it?
Hi Chris,
You can reduce the spacing of the navigation menu with this short CSS snippet:
.main-navigation-menu a {
padding-top: 0.4em;
padding-top: 0.6em;
}
The top spacing of the header image can be changed with:
.header-image {
margin-top: 1em;
}
Right now the spacing is a bit messed up because you have added a 20px padding with !important to the .container class. I suggest to remove that.
Best,
Thomas
Thank you again!!