Woocommerce: how to show two columns for “Related Products” for mobile
-
Hi there
I’ve tried many different methods but really cannot get my “Related Products” to show two columns instead of one on mobile view.
You can see the problem in here here.
You can see the generated CSS here.
The current code I am trying is
@media screen and (max-width: 767px){ .related.products ul.products li.product { width: 50% !important; } }
But I’ve also tried flexbox options.
Please help!`
I am using GeneratePress Premium 1.12.3.
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Woocommerce: how to show two columns for “Related Products” for mobile’ is closed to new replies.