Woocommerce widget mobile

Home Forums Jevelin Theme Woocommerce widget mobile

Home Forums Jevelin Theme Woocommerce widget mobile

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • daptee
    Participant

    Hi there. I have a problem with the woocommerce widget. This widget is not responsive. If you can see the attachment or if you visit my website https://saborafrutas.com.ar/nuevaWeb/ with a mobile, you will see the problem.

    I have insert the featured products widget. How can i fix this?

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

    Hi @daptee,

     

    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: 740px){
    .home .vc_row .woocommerce ul.products li.product {
        width: 100%;
        margin-right: 0;
    }
    }

     

    Best regards,
    Shufflehound team

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