Archived topic
menu cart icon in primary menu appears in line beneath menu
5 replies · Started by DAVID on October 29, 2020
Hi,
How do I get the woocommerce cart icon that is set to appear in the primary menu appear inline with the other items?
Right now it appears the line below the menu. Looks a bit odd. I can't see any way in the customizer to get it to display inline.
It feels like it might need to be a filter but I'm not sure what to write.
I am using the Generate Press mega menu css if that makes any difference.
Thanks for your help.
Hi there,
can you link me to the site so i can see the issue?
Hi. Thanks for reply. I’ll put link in private as not live yet.
Try adding this CSS:
@media(min-width: 759px) {
.main-navigation .inside-navigation {
align-items: flex-start;
}
.main-navigation .inside-navigation .main-nav {
flex: 1;
}
}
Thanks David - I think that has sorted it out. Most appreciated.
Glad to be of help