• Resolved furkanta123

    (@furkanta123)


    Hi,

    i have Problems with the Mobile Version of the Product Configurator cause the Quantity Field is not centered in the mobile Version.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Marc Lacroix

    (@marcusig)

    Hi there,

    Try the following CSS:

    @media (max-width: 660px) {
        .mkl_pc .mkl_pc_container footer .form.form-cart .pc_configurator_form .quantity {
            display: flex;
        }
    
        .mkl_pc .mkl_pc_container footer .form.form-cart .pc_configurator_form form.cart {
            width: 100%;
        }
    }

    (Note that the second part makes the quantity field full width, so you can delete it if you don’t want that)

    Thread Starter furkanta123

    (@furkanta123)

    Worked for me ! Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Quantity Field not centered in Mobile Version’ is closed to new replies.