• Hey WPClever team,

    I installed and used the grouped product plugin, and when seen in the mobile view, the qty selector obscures the product title. It looks fine in the desktop and tablet view though…

    Can you help correct this issue? Or just make the qty selector appear in the next line, between the title and the price?

    Thanks,
    Achyuth.

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

Viewing 1 replies (of 1 total)
  • Plugin Author WPClever

    (@wpclever)

    Hi @asak92

    Please add below CSS code to WP-Admin → Appearance → Customize → Additional CSS:

    .woosg-products .woosg-product .woosg-qty {
        width: 110px;
        flex: 0 0 110px;
    }
    
    .woosg-products .woosg-product .woosg-qty .quantity {
        left: auto;
        transform: none;
        width: 100px;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Info getting obscured in Mobile view.’ is closed to new replies.