Hello,
Can you please help in amending the collection list on the mobile version to 2 rows instead of 1 row
screenshot below ( only 1 row is displayed):
Hello,
Can you please help in amending the collection list on the mobile version to 2 rows instead of 1 row
screenshot below ( only 1 row is displayed):
Hi,
Hope this will help
Please take backup first
Shopify admin > Online Store > Themes > Actionss> Edit Code > Assets > theme.scss.liquid
Find CSS related to the collection list or grid layout
Look for a class or selector that controls the grid layout for the collection list on the mobile version. something like - .collection-list or .grid.
Add the following CSS code within the relevant class or selector:
@media (max-width: 767px) {
.your-class-name {
grid-template-columns: repeat(2, 1fr);
}
}
Replace .your-class-name with the actual class name or selector you found in step 3.
@User1236 Can you please provide store url, without url how can we see your site?
Sure!
https://craftworke.com