Hi, Hope you are doing well.
I need to increase the gap between the producst in collection page. please help. Thanks. Its like below.
Want it like below:
Hi, Hope you are doing well.
I need to increase the gap between the producst in collection page. please help. Thanks. Its like below.
Want it like below:
@IndujaAIKY Add below css into base.css file
@media screen and (min-width: 750px)
{
.grid {
column-gap: 50px !important;
row-gap: 50px !important;
}
}
Hi,
Thanks. this code is not working. Its making the layout of the product page also change.
Hi @IndujaAIKY
You can try this code by following these steps:
Go to Online store => themes => actions => edit code and add this code on file theme.liquid before tag
If the code doesn’t please share the URL of your store so I can check more.
Hope this answer helps.
Best regards,
Victor | PageFly