Hello,
How can i reduce the "space" between my menu items and submenu items on this page: http://www.sportsklubben.no/main (norwegian only).
Its very ugly like this..
Thanks
Hello,
How can i reduce the "space" between my menu items and submenu items on this page: http://www.sportsklubben.no/main (norwegian only).
Its very ugly like this..
Thanks
that would be in your css file...
.p2 {
padding: 10px;
background-color: #FFFFFF;
font-size: 90%;
list-style-image: url('images/b.gif');
list-style-position: 10px
}
change this: padding: 10px;
to this: padding: 2px 0 2px 10px;
No, that did'nt change much :(
If you could see the space between "klubbhuset" and "leige". That is to big, i want that to be as little as the space between "banen" and "organisasjon"
I know where you're talking about, however your CSS file is where you're going to need to make these changes...
the change I had you make DID change the difference between the main (parent) categories - so now we have to figure out how to change the padding around the parent/child categories...
Aaaaah, i see :) thanks :)
Im still trying to get this right, but it wont :(
any one help me?
.newsbar ul {
list-style-type: none;
padding: 0 0 1em 5px;
margin: 20px;
}
i think this is it...
change the padding line to:
padding: 0px 0px 3px 5px;
I changed the margin line to:
margin: 0px 0px 0px 20px;
that helped :) But, i cant se where the "newsbar" div is presented in the code?
nevermind.. sorry
This topic has been closed to new replies.