Tagged: boxed layout, header, socket, transparent
I am using the boxed layout and i would like the background image to show all around the box, not just on the sides. i would also like if possible to have the background show through header section as well but when I set it to transparent it puts the slider under the header.
Thanks for your assistance.
Hey peterjtonkin!
This might make your header look weird but you can try this CSS.
#wrap_all { margin: 50px auto !important; }
I think if you do this you will need to turn off the sticky setting for the header so it does not scroll down the page.
As for making the header transparent you can do this.
.header_bg { background: transparent !important; }
Cheers!
Elliott