Hameo Posted March 6, 2013 Share Posted March 6, 2013 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 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Chris Posted March 6, 2013 Share Posted March 6, 2013 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; } 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.