unclematty Posted November 24, 2003 Posted November 24, 2003 right now store is set to 100% width. idl ike to change that. where should i look? thanks
eHo Posted November 24, 2003 Posted November 24, 2003 You can go about it several different ways. The way I did it was I opened "catalog/stylesheet.css". I grabbed some space and I created an id similiar to this: TABLE.Container_width { width: 800px; text-align: center; margin-left: 250px; } Now you can open up each document and look for the very first table in there. You will notice it fairly quickly because it will say <TABLE WIDTH="100%" CELLPADDING="0" CELLSPACING="3">. It might be something different on each page but just the same (I'm rambling) put the following in that first table tag: class="Container_width" inside of the <TABLE> tag. I know it might take a while but if you ever want to update the size, you only have to update it in your stylesheet.css If you need any other help, let me know.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.