[Resolved] Display cart in mobile menu secondary navigation

Home Forums Support [Resolved] Display cart in mobile menu secondary navigation

Home Forums Support Display cart in mobile menu secondary navigation

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #429710
    Shakespeare

    Hi how do I display the cart icon in secondary navigation if in mobile. =)

    #429857
    Leo
    Staff
    Customer Support

    Hi there,

    So you want the cart to be in primary navigation on desktop and secondary navigation on mobile?

    #429876
    Shakespeare

    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.

    #429929
    Leo
    Staff
    Customer Support

    Hmm try this CSS:

    @media (max-width: 768px) {
        #secondary-navigation .main-nav li.wc-menu-item {
            display: block !important;
        }
    }
    #430416
    Shakespeare

    fixed.. thanks guy

    #430690
    Leo
    Staff
    Customer Support

    No problem!

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.