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

    Hi forum,

    I’m currently using Enfold + Woocommerce but the checkout page acts strange when viewing on mobile. When going below a certain width the field where you can select quantity for a product disappears.

    My checkout/cart page are modified with CSS and at first I was certain that my changes was the issue, but I’ve tried removing all custom CSS and the issue still remains.

    Any ideas?

    I’ve included a link to the page below.

    Regards!

    #526114

    Hey Blaahval!

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

    @media only screen and (max-width: 767px) {
    .responsive .shop_table .product-quantity {
        display: block !important;
    }}

    Regards,
    Yigit

    #526125

    Hi Yigit!

    Thanks a lot for the amazingly fast reply. :-)

    I owe you one.

    Kind regards,

    Brian!

    #526132

    Hey!

    You are welcome Brian, glad we could help! :)
    Let us know if you have any other questions or issues

    Regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Enfold + Woocommerce (Responsive issue at checkout)’ is closed to new replies.