MattDesigner Posted May 27, 2008 Share Posted May 27, 2008 Attempting to adjust the overall table width of my site. It is currently set to 755 pixels and I would like to adjust it to 700 pixels to fit the current header banner. Also attempting to remove the gradient background and replace with simple black. Any suggestions? http://www.porc-a-fix.net/newstore/ Link to comment Share on other sites More sharing options...
Jack_mcs Posted May 27, 2008 Share Posted May 27, 2008 The width is controlled in the includes/header.php file, or it should be. Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons Link to comment Share on other sites More sharing options...
spooks Posted May 27, 2008 Share Posted May 27, 2008 Center & size Shop At the very start of header.php add: <div id="content"> then at the very bottom of footer.php add: </div> then add to your css: #content { width: 700; margin: auto; border: 1px solid #999999; } To center add to the content css: text-align:center; Hope that helps Sam Remember, What you think I ment may not be what I thought I ment when I said it. Contributions: Auto Backup your Database, Easy way Multi Images with Fancy Pop-ups, Easy way Products in columns with multi buy etc etc Disable any Category or Product, Easy way Secure & Improve your account pages et al. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.