This topic has 6 replies, 4 voices, and was last updated 9 years, 5 months ago ago by Jack Richardson
Hi 8theme
When I add a second subcat in shop it drops below the menu area.
Menu nav for shop is
Shop
– Shop
– -boxed chocolates
– – -Mixed etc
– – -boxed etc
– -Truffles (this drops of the menu)
– -Bespoked chocolate ( this drops of the menu)
I only have the following in custom css for menu
.main-nav .menu .nav-sublist-dropdown{
width: 230px;
}
Hello,
I’ve added this code in custom.css file. Please check.
.main-nav .menu .nav-sublist-dropdown .menu-parent-item ul li{
height: initial !important;
}
Regards,
Robert Hall.
Thats brill Rob thanks.
If possible can I set the size of the image in the menu. I’ve added an image to shop and would like set size and position in the custom css.
I want to achieve the look as in the demo menu where the image fills the right hand side of the menu.
Thanks for all your help
Tony
Hello,
Sorry for a delay.
Do you want to move the image to the right side in the drop down menu or just change its size and keep the current position?
Regards,
Eva Kemp.
Hi Eva,
I like to change it’s size please.
I know I can move it generally by where I place it in the menu.
Thanks
Tony
Hello,
You can change the image size by adding the following css code (as example) in custom.css:
.main-nav .menu .nav-sublist-dropdown .image-item a {
width: 400px !important;
margin-top: -40px !important;
}
Best regards,
Jack Richardson.
The forum ‘TheLeader Support Forum’ is closed to new topics and replies.