Vertical Padding around Menu, Header & Logo Pics
-
Hi all,
I’m a newbie and love the capability of Rebalance. I’m trying to close down all the verticle padding so people’s eyes can start reading the posts earlier (and tighter down the page).I have a new site I have not published, but have noted padding between the Menu, Header & Logo Pics. If I can just solve the menu padding alone – I would be happy.
Also, the posts have a top border and bottom padding to them which also could be closed down, to make the home page read tighter.
Anyway to close all the verticle gaps?
Any CSS to help do this? Thank you! Thomas
fyi, I have extended my menu across the top using the code in another post. I tried putting a negative pad value too to the bottom (original has 0), but this did not work:
@media screen and (min-width: 800px) {
.main-navigation {
float: left;
width: auto !important;
}.main-navigation ul.nav-menu {
width: auto !important;
}.main-navigation ul li {
display: inline-block !important;
width: auto;
}.main-navigation .menu-menu-container > ul:not(.nav-menu) {
width: 0;
}.main-navigation .astm-search-menu a {
padding-top: 0px;
}
}
- The topic ‘Vertical Padding around Menu, Header & Logo Pics’ is closed to new replies.