Hello,
I was just wondering if there is a way to change the background colour in the stretched layout setting. I want the main box section to stay white but the sides to be a different colour. Is this possible?
Thanks!!
Hello,
I was just wondering if there is a way to change the background colour in the stretched layout setting. I want the main box section to stay white but the sides to be a different colour. Is this possible?
Thanks!!
Whenever you select Stretched layout there will be no sides because the main box will stretch out from left to right. I think this is only possible when selecting the Boxed Layout though you can still play with style.css and edit the background color.
/************************************************************************
-) BASIC CONTAINERS
*************************************************************************/
body{
font-size:13px;
font-family: Arial, Helevtica, Verdana, san-serif;
line-height:1.7em;
position:relative;
background: #000;
}
You must log in to post.