Archived topic
Display cart in mobile menu secondary navigation
5 replies · Started by Shakespeare on November 21, 2017
Viewing posts 1–6 of 6
Hi how do I display the cart icon in secondary navigation if in mobile. =)
Hi there,
So you want the cart to be in primary navigation on desktop and secondary navigation on mobile?
I'm sorry for the confusion. Currently the cart icon is in the secondary navigation using desktop view which is correct. How do I display it in mobile as well. Still in secondary navigation.
Hmm try this CSS:
@media (max-width: 768px) {
#secondary-navigation .main-nav li.wc-menu-item {
display: block !important;
}
}
fixed.. thanks guy
No problem!
This archived topic is closed to new replies.