Home › Support Forums › Theme Support › Minimatica › How to get the sub categories menu to drop down instead of up › Reply To: How to get the sub categories menu to drop down instead of up
Better late then never! A reminder from the past. π
Thanks a lot jeh007 for drop-DOWN menu. I’m not a specialist, just decided to make a website in WP using Minimatica theme. Studying it from scratch.
To HEAT: I had the same problem like Mark had. But as far as the menu came down, I started to play with margin in
.nav ul {
position: relative;
z-index:597;
float:right;
top:100%;
bottom:auto !important;
list-style:none;
margin:5px 0;
}
and after I changed it from 20 to 5 the menu took the necessary position and sub-menu worked perfectly.
By the way I moved the menu to the right. I find it better for me. – float:right – .
Thanks a lot to everyone.