Jump to content

WHMCS Menu/Navigation Bar


Hameo

Recommended Posts

I changed my WHMCS menu to a new one. But I have a problem. There is a blank spot above my new bar in place of the old one. I basically just need to know where the code is. I need to get rid of it to make my menu bar go up and fill in the blank area. It's noticeable when you view the page. Here is a link to what I have started to work on http://www.hameo.com

Link to comment
Share on other sites

Hello,

 

It's in your menu.css

 

I changed your margin-top: 30px, to margin-top:10px in Chrome and minimized the space between the logo section, and your menu bar.

 

media="screen"

#menu {

list-style: none;

width: 940px;

margin: 10px auto 0px auto;

height: 43px;

padding: 0px 20px 0px 20px;

-moz-border-radius: 10px;

-webkit-border-radius: 10px;

border-radius: 10px;

background: #014464;

background: -moz-linear-gradient(top, #0272a7, #013953);

background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0272a7), to(#013953));

border: 1px solid #002232;

-moz-box-shadow: inset 0px 0px 1px #edf9ff;

-webkit-box-shadow: inset 0px 0px 1px #edf9ff;

box-shadow: inset 0px 0px 1px #edf9ff;

}

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