Woo commerce 'Woo Recent Products' isn't formatting correctly on mobile.

Home Forums Jevelin Theme Woo commerce 'Woo Recent Products' isn't formatting correctly on mobile.

Home Forums Jevelin Theme Woo commerce 'Woo Recent Products' isn't formatting correctly on mobile.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • jld1832
    Participant

    If you go to my site: http://www.purchaseorpass.com on the mobile view, you will notice that the woo recent products content element isn’t displaying correctly.

    I’m looking for a solution to this, as it displays correctly on desktop and tablet view.

     

    Thanks!

    Attachments:
    You must be logged in to view attached files.

    Solution for this topic

    Hi @jld1832,

     

    I hope you are well today and thanks for posting here.

     

    You can try resolving the issue by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .sh-woocommerce-products ul.products li.product {
        max-width: 100%;
    }

     

    Best regards,
    Shufflehound team

    jld1832
    Participant

    It worked! Thank You!!

    You are most welcome here 🙂

Viewing 4 posts - 1 through 4 (of 4 total)