Jump to content

need help with grid?


Recommended Posts

superfish-modified.css (in the top menu module directory) line ~70;

 

.sf-menu {
float: left;
margin-bottom: 1em;
}

 

remove margin-bottom param.

 

the same for line ~15

 

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

Link to comment
Share on other sites

THis is a little light.... ;)

It s not about grid, but only css.... so look into global.css... or in module>>blocktopmenu>> "files".css....

 

i thought it was on global.css too.. but no luck.. thanks

 

superfish-modified.css (in the top menu module directory) line ~70;

 

.sf-menu {
float: left;
margin-bottom: 1em;
}

 

remove margin-bottom param.

 

the same for line ~15

 

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

 

thanks you.. superfish-modified.css ring the bells

Link to comment
Share on other sites

hmm it's hard to say what you have to change, it looks like non-default theme, i also noticed that you're on localhost :(

i think that you should check

 

#footer

#container

 

in the global.css

maybe you've got there marign-top / margin-bottom parameters (or padding)

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...