This topic has 6 replies, 2 voices, and was last updated 6 years, 8 months ago ago by Rose Tyler
Hi,
I would like to have show 2 columns of products on teh product archive template page for mobile devices.
Can you help me?
Harry
Hello,
Please add this code in Theme Options > Custom css > Custom css for mobile:
.products-grid .product {
width: 50% !important;
}
.products-grid .product .button.addtocartbutton {
padding-right: 0px;
padding-left: 0;
width: 75%;
}
Regards
Hi Rose,
Thank you for the prompt reply.
I have added the css code to the mobile custom css but found no change on the mobile device. Still seeing one product view in grid.
Please find the URL in private content.
Please change the previous code to this one:
.products-grid .product-content-image {
width: auto;
height: auto;
}
.products-grid .product {
width: 50% !important;
}
.products-grid .product-title {
margin-bottom: 10px !important;
height: auto !important;
}
Regards
Thank You Rose.
Harry
You’re welcome!
Have a nice day.
Regards
You must be logged in to reply to this topic.Log in/Sign up