columns in mobile view

Home Forums Best Commerce columns in mobile view

  • This topic is empty.
Viewing 3 posts - 11 through 13 (of 13 total)
  • Author
    Posts
  • #10081
    Axle Support
    Moderator

    Please check this screenshot https://www.awesomescreenshot.com/image/3826391/e59c0f2a8d63b55231ef89e3fba38287

    Your custom CSS is still there. Try to remove all custom CSS and check once.

    #10082
    Anonymous
    Inactive

    if I remove that it breaks the related on pc

    #10086
    Axle Support
    Moderator

    That was only an example. We cannot provide the complete code for customization. However, try this code once

    @media only screen and (max-width: 540px) {
        .woocommerce .related ul li.product {
            width: 100% !important;
            clear: none;
        }
    }

    Hope this will help you.

Viewing 3 posts - 11 through 13 (of 13 total)
  • You must be logged in to reply to this topic.