stuartmacfarlane Posted June 15, 2012 Share Posted June 15, 2012 Hi All, Pretty simple question for someone with the right CSS and WHMCS knowledge. I'd like to reduce both the menu bar and the footer divider so that rather then being wider then the white background they are inside they are contained within. A perfect example of this is the whmcs.com client area (not the demo area). Any advice is much appreciated. Kind Regards, Stuart Macfarlane 0 Quote Link to comment Share on other sites More sharing options...
disgruntled Posted June 15, 2012 Share Posted June 15, 2012 (edited) .topbar, .footerdivider { width: 960px; margin: 0 auto; background: white; } .topbar .fill, .footerdivider .fill{ width: 880px; } add those at the end of your style, make sure its not bootstrap.css anyother css file that is linked after bootstrap.css header.tpl will do. adjust the bold width to your own choice. leave the other alone, its set to the same width as the white boxes, unless its not lining up on your then adjust as needed. I just looked at my header, the obvious place would be at the end of whmcs.css this should be in templates/default/css/ Edited June 15, 2012 by disgruntled 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.