Showing Products --> Responsive not working

Home Forums Jevelin Theme Showing Products –> Responsive not working

Home Forums Jevelin Theme Showing Products –> Responsive not working

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    RESOLVED Posts
  • bukhoryart
    Participant

    Dear Jevelin Team,
    I just add Products element, with selected categories, 4 column layout.

     

    http://www.ahmadbukhori.com/petrologmum/industries/

    it running well 🙂

    (large-display.jpg)

    But in small display, the responsive mode is not working..

    (small-display.jpg)

     

    I want to make it showing 1 column at small display.

    what should i do?

     

    thanks for your help?

    🙂

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

    bukhoryart
    Participant

    preview for small display (mobile responsive not working)

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

    Solution for this topic

    Hi @bukhoryart,

     

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

     

    You can achieve 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: 782px) {
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width:100%;
    }
    }

     

    Best regards,
    Shufflehound team

    bukhoryart
    Participant

    brilliant..

    Thank youu.. 🙂

    You are most welcome here 🙂

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