This topic has 6 replies, 4 voices, and was last updated 8 years, 9 months ago ago by Stan Russell
So I am trying to put two products side by side on the mobile Product Page Layout, but I want the Single Product Page to be full screen.
I was using the following code, and it works for the Product Page Layout, however for the Single Product Page, it is compressed to only 50% of the screen. I’m guessing I have the code incorrect, could you guys help me out a bit?
@media only screen and (max-width: 480px){
.products-grid .product {
width: 50% !important;
}}
@media only screen and (max-width: 480px){
.product {
width: 50% !important;
}}
Hello,
Your site is in maintenance mode.
Please provide us with wp-admin access in Private Content.
Regards,
Robert Hall.
Only the homepage is in maintenance mode, the rest of the site is accessible. See aventon.com/shop
Hello,
I’ve commented the code in your custom.css file:
@media only screen and (max-width: 480px){
.product {
width: 50% !important;
}}
Please check the site on mobile now.
Best regards,
Jack Richardson.
Thank you it now works perfectly, I appreciate your help!
Michael
Hello michaelcp23,
you are welcome!
Regards,
Stan Russell.
Tagged: 2 products, best selling, mobile, side by side, themes, woocommerce
The issue related to '‘2 Products Side by Side (Mobile)’' has been successfully resolved, and the topic is now closed for further responses