Hey, how do i change my collecion page on mobile, so the products are larger and fill out the page, so that it looks something like this:
instead of how it looks now:
store link: https://8c2dd1-3.myshopify.com/collections/best-sellers
Hey, how do i change my collecion page on mobile, so the products are larger and fill out the page, so that it looks something like this:
instead of how it looks now:
store link: https://8c2dd1-3.myshopify.com/collections/best-sellers
This is Kate from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/theme.css->paste below code at the bottom of the file
@media only screen and (max-width: 589px){
.page-width.page-content {
padding: unset !important;
}
#CollectionSection .page-width {
max-width: 95%!important
}
}
Hope my answer will help you