Jump to content

Line Breaks in header.tpl


MasL

Recommended Posts

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)

Link to comment
Share on other sites

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 by bear
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated