Stretching basic template

Hello,



Is there a way to stretch basic template a little bit not full browser screen just couple of pixels?



Thanx

you need to edit the css file.



in the style.css file find the following class and replace the width replace the width with whatever size you want.



.helper-container

I do not have this string in my style.css file?

I attached copy of it to this post.

styles.zip

a link to your site would be more helpful. :slight_smile:

If your using the basic template then open styles.base.css at about line 621 find


#container {
margin:0 auto;
padding:0 11px;
width:968px;
}




replace width with your desired size.

[quote name=‘hbtrading’]If your using the basic template then open styles.base.css at about line 621 find


#container {
margin:0 auto;
padding:0 11px;
width:968px;
}




replace width with your desired size.[/QUOTE]



Great, Thank You =)