I would like to decrease the height of navigation buttons of the second menu (let's call them main buttons or navigation bar). How can i do that?
I'm talking about buttons (news, test, premiummag...) on this picture (red arrow is not important now) http://www.premiummoto.pl/top.jpg . They are to hight right now.
Height of the (second) navigation buttons
12 posts from 3 voices-
Posted 1 year ago #
-
Hey,
this thread: http://www.kriesi.at/support/topic/menu-problems-help should help you.Posted 1 year ago # -
it almost did but:
.catnav_wrapper{
position: relative;width:952px;
float: left;
line-height:30px;line-height does'nt seem to affect anything - what does it do?
.catnav li a{
(..)
min-height:30px;and what does min-height do?
also now i have a problem witch look like this -> http://www.premiummoto.pl/top2.jpg
and anyway here are my new valuse
.catnav_wrapper{
position: relative;width:952px;
float: left;
line-height:30px;
z-index: 4;
}.catnav li a{
display:block;
float:left;
padding:8px 10px 7px 10px;
width:115px;
border: none;
text-decoration: none;
text-align:center;
line-height:29px; /* centrowanie guzików */
outline: none;
min-height:30px;
}Posted 1 year ago # -
i still have a big spece like here http://www.premiummoto.pl/top2.jpg
and i don't know how to fix itPosted 1 year ago # -
Hey,
I've lost the url to your live-site, if you could link us again I can provide specific instructions.
Posted 1 year ago # -
You must enter via http://www.premiummoto.pl/wp-login.php
login: support
pass: premiumsupportsorry for inconvenience
Posted 1 year ago # -
i kindly report, that problem still persist
Posted 1 year ago # -
Sorry for the delay, you can add this to your css file:
ul.sub-menu { margin-top: -12px !important; }Posted 1 year ago # -
i think negative values of margin dont't work in ie explorer? do they?
Posted 1 year ago # -
is there another way to fix this menu issue - without negative margin?
Posted 1 year ago # -
I don't know. Negative margins count as correct and semantic code, it's a perfectly good solution to your problem.
Posted 1 year ago #
Reply
You must log in to post.














