Guest Posted October 19, 2006 Posted October 19, 2006 Hi! Is there a way of setting the width of the left and right columns in pixels and setting the main (middle) part of the web site as 100%? I want to keep the columns a set width but I want the browser window to be filled edge-to-edge. Anyone know a good or quick way of doing this? Is it possible? :huh: Cheers!
Guest Posted October 19, 2006 Posted October 19, 2006 Hi! Is there a way of setting the width of the left and right columns in pixels and setting the main (middle) part of the web site as 100%? I want to keep the columns a set width but I want the browser window to be filled edge-to-edge. Anyone know a good or quick way of doing this? Is it possible? :huh: Cheers! yes in catalog/includes/application_top php at line 58 (Customization for desing layout) make sure it has the following after it. define('BOX_WIDTH', 190); // how wide the boxes should be in pixels (default: 125) define('BOX_WIDTH_RIGHT', 163); // how wide the boxes should be in pixels (default: 125) change the 190 and 163 to whatever you want. Cheers
Guest Posted October 19, 2006 Posted October 19, 2006 yes in catalog/includes/application_top php at line 58 (Customization for desing layout) make sure it has the following after it. define('BOX_WIDTH', 190); // how wide the boxes should be in pixels (default: 125) define('BOX_WIDTH_RIGHT', 163); // how wide the boxes should be in pixels (default: 125) change the 190 and 163 to whatever you want. Cheers Thanks! Will it accept the size in % so the web site is compatible on multiple resolutions? Cheers :thumbsup:
Guest Posted October 19, 2006 Posted October 19, 2006 Thanks! Will it accept the size in % so the web site is compatible on multiple resolutions? Cheers :thumbsup: yep just put the % next to the number.
Guest Posted October 19, 2006 Posted October 19, 2006 Thanks! Will it accept the size in % so the web site is compatible on multiple resolutions? Cheers :thumbsup: yep just put the % next to the number.
Guest Posted October 19, 2006 Posted October 19, 2006 Thanks! Will it accept the size in % so the web site is compatible on multiple resolutions? Cheers :thumbsup: yep just put the % next to the number.
Guest Posted October 19, 2006 Posted October 19, 2006 yep just put the % next to the number. basslion - thank you! Much appreciated! :thumbsup:
Guest Posted October 19, 2006 Posted October 19, 2006 basslion - thank you! Much appreciated! :thumbsup: no problem. Matt
Guest Posted October 19, 2006 Posted October 19, 2006 no problem. Matt Matt works a treat on left and right columns - cheers again :thumbsup: Any idea how to control the width of the main page? Thanks again
Recommended Posts
Archived
This topic is now archived and is closed to further replies.