woo commerce featured products mobile responsiveness

Home Forums Jevelin Theme woo commerce featured products mobile responsiveness

Home Forums Jevelin Theme woo commerce featured products mobile responsiveness

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

    Hi,

     

    The mobile responsiveness of the woo commerce featured elements are getting squeezed instead of adjusting to single row… how can this be fixed?

    Thanks

     

    Can be viewed on a mobile device with this url:

    https://proactionsports.org/lessons/

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

    Solution for this topic

    Hi @DirkahDirkah,

     

    I hope you are well today and thank you for your question.

     

    You can resolve it 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

     

    @media (max-width: 780px) {
        .woocommerce ul.products li.product{
            width: 100%;
        }
    }

     

    Best regards,
    Shufflehound team

    DirkahDirkah
    Participant

    Thanks a bunch, again… you are awesome!  Have a great day!

    You are always welcome here 🙂

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