Archived topic
Woocommerce menu items outside the main menu
5 replies · Started by Jiri on May 31, 2018
Hi!
I would like to ask if it is possible to display specific Woocommerce menu items (My account + Cart) outside the main menu (see the website link for better projection)?
My client wants this on his page and i'm not sure if i can do it with GP (which i prefer of course :) ).
Thanks in advance for your help!
Best regards Jiri
Hi there,
Yes, you can create a separate menu in Dashboard > Appearance > Menus for those items. And then either use the GP Secondary menu or a Menu widget (with a little CSS for horizontal) in the Header Widget area.
Thank you very much for you fast reply!
Do you have an example of this css, please? I will try it as you described.
Best regards Jiri
Hi Jiri,
not required for secondary menu only the menu widget and you can do that like so:
.header-widget .widget_nav_menu li {
display: inline-block;
margin: 0 20px;
}
As always your support is simply incredible!
Thank you very much!
Jiri
You're welcome Jiri, glad we could help.