Shop page on mobile

Home Forums Jevelin Theme Shop page on mobile

Home Forums Jevelin Theme Shop page on mobile

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • vesna
    Participant

    Hey!

     

    On shop page on mobile there are 4 products. We would like to show only one on mobile.

    https://planetaoptica.com/

     

    Thanks

    Hi @vesna,

     

    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: 700px){
    .woocommerce .product .related .product {
        width: 100% !important;
    }   
    .woocommerce ul.products li.product {
        width: 100% !important;
    }    
    
    }

     

    Best regards,
    Shufflehound team

    vesna
    Participant

    Thank you, but on the homepage, there is no change. Please check!

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

    It should work on homepage also.

     

    Please try adding shared CSS code in the top of your existing code.

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