Hi,
my site is in boxed layout and struggling to workout the css needed to create a gap between each of the main sections. The created gaps will be same colour as html.html_boxed background.
Thanks in advance
Hi user877!
Seems like you have already figured it out – http://imgur.com/a/n5Tzx? :)
Regards,
Yigit
Hi Yigit,
no, thats not mine.. im still trying
this works ok
#wrap_all {
margin-top: 30px;
margin-bottom: 30px;
}
Now trying to gap between header and main content body (this is not working and probably wrong)
.responsive #main .container_wrap:first-child {
border-top: medium none;
margin-top: 30px;
}
And then between main content body and footer
Hey!
Sorry, i missed the explanation in private content. Can you please post the link to your website?
Regards,
Yigit
Hey!
“Maintenance mode”. Can you please post login credentials here as well? :)
Best regards,
Yigit
done.. sry
1) I’ve applied this and seem to be working OK.
#wrap_all {
margin-top: 30px;
margin-bottom: 30px;
}
.responsive #main .container_wrap:first-child {
border-top: medium none;
margin-top: 30px;
}
#footer {
margin-top: 30px;
margin-bottom: 30px;
}
2) However in responsive mode I need padding all round to still show box layout.
3) And why do need to change this colour so the gap matched the BG colour?
#main, .avia-msie-8 .av_header_sticky_disabled#header {
background-color: #454545;
}
Hi,
please close this topic. no further support required