Home › Forums › Jevelin Theme › Shop page on mobile
Home › Forums › Jevelin Theme › Shop page on mobile
Hey!
On shop page on mobile there are 4 products. We would like to show only one on mobile.
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
It should work on homepage also.
Please try adding shared CSS code in the top of your existing code.