Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #236347

    When clicking on “add to cart” on mobile phones within the woocommerce product slider on my homepage, I don’t get a cart button (top right) or the pop up that shows the item was added to cart…like I get on my computer? This is on mobile and it’s within the product scrolling slider.

    Any fix for this?

    attainablevintage.com

    • This topic was modified 10 years, 8 months ago by wesleysoccer.
    #237028

    Hey wesleysoccer!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    @media only screen and (max-width: 767px) {
    .responsive .cart_dropdown {
    display: block;
    }}

    Cheers!
    Yigit

    #237034

    Thanks perfect. Is this included in newer versions of the enfold theme?

    #237041

    Hey!

    It is set to display: none on mobile not to take extra space on smaller screens. So it is not a bug or issue actually.
    You are welcome, glad we could help!

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Mobile Cart Button.’ is closed to new replies.