09-10-2014, 06:26 PM
Now (I think) I get it...
The original problem was just breadcrumbs so I did not touch menu, but try this:
But unless you'll change that gradient background to something shorter, you won't save any space with changes in css.
The original problem was just breadcrumbs so I did not touch menu, but try this:
Code:
#main_menu {
margin-top: -35px;
}
#main_content_section > div > ul {
position: absolute;
margin-top: -50px;
padding-left: 0px;
border: 0;
}
#upper_section {
margin-bottom: 4em;
margin-top: -20px
}
But unless you'll change that gradient background to something shorter, you won't save any space with changes in css.