Hi,
Is it posible to close the gap between the header en main?
I have look in dif. margin and styles and cant find it.
thx.
Hi
if this the gap between main menu and carousel in v3, then you need to change in base.css ( somewhere in line 3776)
.homepage-banners {
margin-top: 20px;
}
Fotis
Hi Fotis,
I have try it and look again from top to end, is not working.
The gap between the header and main is still there(5px).
gr.
Hi
Pm me your URL if you don't want it public and I will guide you.
Fotis
Ok found it
its line 673 in style.css of your skin (http://b…nl/skin…omer/styles.css)
.main {
background: url(“images/central_bg.png”) repeat-x scroll center top #FFFFFF;
border-radius: 0 0 3px 3px;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
margin: 5px 0; <----------------- must be 0 0 5px 0;
width: 980px;
}
Also if you want the rest of the 5px from above to disappear then change also line 657 in style.css
.sub_navigation {
background-color: #E0E0E0;
clear: both;
height: 40px;
margin-bottom: 5px; <----------- 0;
margin-top: 5px;
width: 940px;
}
Fotis
Hi Fotis,
Working now just perfect.
Thank you a lot for the time you spend working on it.
gr.