Terry Posted July 25, 2008 Share Posted July 25, 2008 Hey, Im trying to intergrate WHMCS into my site and it's just to wide, im looking to shrink WHMCS down to 750px to fit snug into my layout but cant seem to get it to shrink. http://geekdata.co.uk/clients/ Any help would be great thanks. -Terry 0 Quote Link to comment Share on other sites More sharing options...
Redundant Posted July 25, 2008 Share Posted July 25, 2008 Looks like your header is around 820px #layout {whmcs.css (line 27) margin:0pt auto; text-align:left; width:820px; } It's shoved to the left because its not wrapped in a div like your header and footer. I would start there <div id="wrapper"> (into header) <div id="content"> (into header) Place your WHMCS here </div> <!-- content --> (into footer) </div> <!-- wrapper --> (into footer) Set your CSS: #wrapper { text-align: center; } #content { width: 840px; margin: 0 auto; text-align: left} That will center things up. Unless I forgot something... doing this in my head. The left Table Cell in the default WHMCS (Left Menu) is fixed at 170px. So, thats going to leave you with around 620px for the center content. Thats pretty tight. Might want to make that menu horizontal, and then let the middle breathe. Not sure how helpful that is. Think you may need to address moving that left menu 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.