This topic has 10 replies, 3 voices, and was last updated 9 years, 1 months ago ago by Eva Kemp
Hi,
sorry for the dummy question but I’m trying to set the submenu appearance as the one in your samples: in a big horizontal box with multiple columns and rows (and a small pic in the right bottom…). Is that related with Static Blocks?
I got instead a vertical box with one column like a classic submenu appearance.
I set an account to have a look, since the website is still under construction, and I can’t send a screenshot of what I got (the menu voice is “Collezioni”).
Thanks a lot!
Luca
Hello,
Please read in the documentation how to set up menu:
https://www.8theme.com/demo/docs/royal/#!/primary_menu
Regards,
Eva Kemp.
Ok, thanks a lot, got it, but why if I set a full-width box with 4 columns (no image bg), i get this (with a lot of blank space on the right side of the box):
LINK1 LINK2 LINK3
LINK4
LINK5 LINK6
Instead of this:
LINK1 LINK2 LINK3 LINK4
LINK5 LINK6
Thanks a lot!
Luca
Hello,
I’ve added this code in Global Custom CSS. Please check.
.menu .menu-full-width .nav-sublist-dropdown ul > li:nth-child(4n){
margin-right:0px;
}
Regards,
Robert Hall.
Wonderful, now it works perfectly!
Just a small issue on label-new/hot/sale:
the “hot” and “sale” ones work fine on the right of the link, but the “new” one covers the link voice. If the link word starts on the first letter of the word, if the link word is long, it starts from the middle… 🙂
Please provide us with link to the page where is your issue.
Regards,
Robert Hall.
Hi, since the website is still under construction, I can provide an account for You…
See private content…
Thanks!
Hello,
Try use this code in Global Custom CSS.
.menu .nav-sublist-dropdown ul > li.label-new > a:after{
right: -46px;
}
Regards,
Robert Hall.
Yesssssss!!!
Thanks a lot!!! 🙂
Luca
Hello,
You’re welcome.
Regards,
Eva Kemp.
Tagged: customizable, horizontal, submenu, templates, woocommerce, wordpress
The issue related to '‘Submenu horizontal box’' has been successfully resolved, and the topic is now closed for further responses