This topic has 8 replies, 4 voices, and was last updated 9 years, 8 months ago ago by Stan Russell
Is there a way to shift the menu up without disturbing anything else please?
Hello,
Please try to use this code in custom.css file.
.menu .menu-full-width .nav-sublist-dropdown ul > li.lastItem{
position: relative;
top: -15px;
}
Regards,
Robert Hall.
no that didnt really do it, it moves the menu “hair pieces
Please replace code above for it.
.menu .menu-full-width .nav-sublist-dropdown ul > li.menu-item-16448{
position: relative;
top: -15px;
}
Regards,
Robert Hall.
no that didnt do anything at all, does eva have any suggestions pls?
Hello,
You can try to use this code:
.menu .nav-sublist-dropdown .container {
margin-top: -30px;
}
Regards,
Eva Kemp.
works great!
Thank you!
Hello,
you are welcome!
Regards,
Stan Russell.
The issue related to '‘MENU DROW DOWNS’' has been successfully resolved, and the topic is now closed for further responses