Jump to content

[SOLVED]How to Remove Space after Horizontal Menu in header


Riya

Recommended Posts

thank you!

if you're talking about:

ofhNRGf.png

 

then you have to modify:

add margin-bottom:0px!important; to:

 
.sf-menu {
margin: 10px 0;
padding: 0;
width: 980px;
background: #383838;
margin-bottom: 0px!important;
}

 

its a part of: http://achumall.com/modules/blocktopmenu/css/superfish-modified.css line ~15

 

 

then in global.css create this:

#columns {
margin-top: 34px!important;
} 
.sf-right {
display:none!important;
}
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...