Hi
I’using the boxed layout with the small non-fixed header.
How can i add some margin to the top and the bottom of the page, so that i can see some background all around the box?
Thanks for your answers.
Hey!
Hey!
add this to your custom.css stylesheet in folder /css/ or to the quick-css panel located in your wordpress backend at Enfold->Styling:
.boxed#top {
margin: 40px auto;
}
Cheers!
Best regards,
Kriesi
Hey Kriesi.
Thanks for your support.
Just it seems only to work in internet explorer and not in firefox and chrome.
Hi!
weird. it works fine for me in chrome.
you can try the following instead:
#wrap_all {
margin: 40px auto;
}
Regards,
Kriesi
Yeah weird.
It looks fine to me now as well, on my machine.
Was on someone else computer this morning.
Have no idea, why it didn’t look right over there.
Thanks again