Jump to content

Setting the shop width?


Recommended Posts

Hello

 

Im a little perplexed on the page width on my site http://shop.futuremindtraining.co.uk

 

I can set the actual page width in the global css, but the header background and footer background seem on an infinite width

 

Is there any code id need to place in the css anybody knows of? Its the prestashop alt theme

 

Thanks in advance

 

Paul

 

Hi Paul,

 

In global.css around Line 15:

 

Remove " background: white url('http://www.futuremindtraining.co.uk/picts/links2.jpg') repeat-x; "

 

From

 

 

body {

background: white url('http://www.futuremindtraining.co.uk/picts/links2.jpg') repeat-x;

font-size: 11px;

font-family: Verdana, Arial, Helvetica, Sans-Serif;

color: #5D717E;

text-align: center;

}

 

 

And add it to global.css Line 235

 

So it should be

#page {

background: white url('http://www.futuremindtraining.co.uk/picts/links2.jpg') repeat-x;

width:
1280
px;

margin: 0 auto 2px auto;

text-align: left;

}

 

Change width to 1280px from 1200px because of you image size.

Edited by yewster (see edit history)
  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...