This topic has 4 replies, 3 voices, and was last updated 9 years, 5 months ago ago by Eva Kemp
Hello i am trying to get 2 products side by side on a smartphone is this possible with some css?
Or would i do this in the block settings of the product?
I currently have a single product being displayed on a phone: http://prntscr.com/7lhj13
https://marygrant.com/wp-login.php
Hello,
Please use this code in custom.css file
@media only screen and (max-width: 480px){
.product {
width: 50% !important;
}}
Regards,
Robert Hall.
Once again that has sorted the issue, well done. Thanks Andre
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘2 products beside each other on mobile’' has been successfully resolved, and the topic is now closed for further responses