This topic has 6 replies, 2 voices, and was last updated 9 years, 8 months ago ago by Robert Hall
Hi Guys, I have 2 x queries i require assistance with.
1) How to go about reducing menu size (Height)
2) Make sub-menu (Mega-Menu with image) drop-down to right hand side and not left
Details are in the private content
Thank You
Z
Hello,
1) Please add this code in custom.css file
.header-type-8 .menu-wrapper .menu-main-container > ul > li > a{
padding: 30px 17px;
}
2) Please read more in our documentation:
https://www.8theme.com/demo/docs/royal/index.html#!/primary_menu
Regards,
Robert Hall.
Hi, the first one worked, just decreased the 20px padding…thanks
the second question i dont think i explained myself properly..
I have attached screenshots hopefully to better explain.
Hello,
I’ve added this code in Child Theme. Please check.
.header-type-8 .menu-wrapper .menu-main-container > ul .nav-sublist-dropdown{
left:0 !important;
}
Regards,
Robert Hall.
Brilliant!!!!!!!
Thanks Robert.
Hello,
You’re welcome!
Regards,
Robert Hall.
The issue related to '‘Reducing Menu Size’' has been successfully resolved, and the topic is now closed for further responses