fmt1975 Posted September 14, 2012 Share Posted September 14, 2012 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 Link to comment Share on other sites More sharing options...
yewster Posted September 14, 2012 Share Posted September 14, 2012 (edited) 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: 1280px; margin: 0 auto 2px auto; text-align: left; } Change width to 1280px from 1200px because of you image size. Edited September 14, 2012 by yewster (see edit history) 1 Link to comment Share on other sites More sharing options...
fmt1975 Posted September 14, 2012 Author Share Posted September 14, 2012 thank you so much, your a total legend!!!! Link to comment Share on other sites More sharing options...
Recommended Posts