MasL Posted May 31, 2014 Share Posted May 31, 2014 Hi, I'm trying to enter a line break inbetween my html header and my whmcs navigation bar. I've tried many things such as <br>, <p> etc. and none seem to work. Any suggestions? Thanks. 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted May 31, 2014 Share Posted May 31, 2014 you mean this bit... http://prntscr.com/3o9rem <div class="navbar navbar-fixed-top"> <br> <br> <br> <br> <br> <br> <div class="navbar-inner"> you probably don't want as many break returns as that, but you get the point! i've done this by editing the site in Chrome, but I assume it will work the same on the live site too - it is also reporting /billing/css/style.css as being missing (error 404) 0 Quote Link to comment Share on other sites More sharing options...
bear Posted June 1, 2014 Share Posted June 1, 2014 (edited) BR tags? whmcs.css (line 222), look for this: #whmcsheader { margin-bottom: 0; There's more to that definition, but that one is the important one. Change margin-bottom to 10px or whatever value you want. Easiest to test in Firefox with the Firebug addon to see what the change does first. [EDIT] Just realized your version may not match mine, and that CSS is from a slightly older installation. In 5.3.7, default template, CSS folder. Starting with line 219: #whmcsheader { max-width: 960px; margin: 0 auto; background-color: #fff; } Margin should be: margin: 0 auto 10px auto; Experiment with that some. Edited June 1, 2014 by bear 0 Quote Link to comment Share on other sites More sharing options...
MasL Posted June 1, 2014 Author Share Posted June 1, 2014 Great! Thankyou for the fix Brian! 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.