• Resolved myoddfilippo

    (@myoddfilippo)


    Hi, I love the plug-in but for me it totally no mobile responsive: the plus/minus bar is wider than the screen.
    Is there a css code I can add to avoid the problem?
    Thanks a lot!
    Sara

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hannan

    (@phpcoderhannan)

    Hello myoddfilippo,

    Please add the below code to your theme customizer. after adding this custom CSS code your problem will be solved.

    @media screen and (max-width: 480px)
    .woocommerce .summary .quantity {
    max-width: 100%!important;
    }

    Regards,
    Hannan

    The css is not working. Can u help me please. Thks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Mobile Responsive’ is closed to new replies.