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...
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