Dropdown menu padding doesnt work
-
The menu is “Nationella prov” @ http://laxhjalpstockholm.se/
How come when I used this:
“.top-navigation ul ul li:first-child:hover a {
padding-top: 180px;
}
“
it works.But when i use :
.top-navigation ul ul li:first-child a {
padding-top: 180px;
}
It doesnt work.I want to change the padding in the dropdownmenu but i cant get it to work.
And i CAN use like, border-radius within
.top-navigation ul ul li a {
border-radius: 3px;
}I’m confused
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Dropdown menu padding doesnt work’ is closed to new replies.