All things Shopify and commerce
I need to split one review column into two columns in mobile Device, Currently I am using a plugin which shows one column in mobile devices and I want to show 2 in one column. I want to do it by using css.
Here is the link where you can find the reviews.
https://quebekado.ca/products/civiere-dorsale-orthopedique-quebekado%E2%84%A2
I need like this
Solved! Go to the solution
This is an accepted solution.
@bilalmemon1993 , Hope you are doing well.
Could you please check the app you are using for the review does it have an option to add custom CSS?
If yes then add the below line of CSS code to that custom code css part. It'll display 2 columns in mobile layout as attached screenshot.
@media(max-width:450px){
#reviewImporter.grid .item{
width: calc(49% - 13px);
}
}
Hope this will help you!
This is an accepted solution.
@bilalmemon1993 , Hope you are doing well.
Could you please check the app you are using for the review does it have an option to add custom CSS?
If yes then add the below line of CSS code to that custom code css part. It'll display 2 columns in mobile layout as attached screenshot.
@media(max-width:450px){
#reviewImporter.grid .item{
width: calc(49% - 13px);
}
}
Hope this will help you!
User | RANK |
---|---|
48 | |
46 | |
39 | |
28 | |
20 |
On our Shopify Expert Marketplace, you can find many trusted third party developers and fr...
By Arno Nov 27, 2023You've downloaded the Search & Discovery app from the Shopify App store, and as you're ...
By Skye Nov 8, 2023The year-end shopping season is just around the corner. Is a flash sale on your radar? Are...
By Jasonh Nov 6, 2023