WebsiteBaker Community Forum

WebsiteBaker Support (2.8.x) => Templates, Menus & Design => Topic started by: rikkibr on May 05, 2009, 05:13:59 PM

Title: Limit width of template
Post by: rikkibr on May 05, 2009, 05:13:59 PM
Hello

Can someone tell me how to limit the width of a template so it does not exceed 950px?

Title: Re: Limit width of template
Post by: erpe0812 on May 05, 2009, 05:21:16 PM
Quote
#outer {
background-color:#FFFFFF;
border:7px solid #FFFFFF;
margin:0 auto;
position:relative;
width:950px;
z-index:2;
}

try this in your css.

rgds

erpe
Title: Re: Limit width of template
Post by: rikkibr on May 05, 2009, 07:06:40 PM
This worked.. thanks for your help!  :-)