How to set all page to center with fixed 800px ?
Submitted by bibcom on Tue, 2010-08-17 23:04.Price Tapestry
I am trying to set all page to center with fixed 800px
hard to find by search..
is it too easy thing ?
Support forum loginActive forum topics©2006-2012 IAAI Software |
How to set all page to center with fixed 800px ?Submitted by bibcom on Tue, 2010-08-17 23:04.Price Tapestry
I am trying to set all page to center with fixed 800px hard to find by search.. is it too easy thing ? |
Hi,
Give this a go; in your default.css look for the following line in within the body { } section...
margin: 8px;...and REPLACE that with;
width: 800px;margin: auto;
That would be basically it, but then you might also want to look at the elements that are fixed to width: 728px; in the default theme (search results, product info and price comparison table). If you search for each instance of
width: 728px;..and replace with:
width: 100%;...that should improve the look along with your new fixed width.
Whenever editing CSS, don't forget to do a hard refresh (CTRL+F5 in most browsers) to make sure that your web browser reloads the updated CSS file...
Cheers,
David.
--
PriceTapestry.com