Shopify themes, liquid, logos, and UX
On desktop my product columns are really close together and I don't know how to fix that issue. Any help would be greatly appreciated.
My website is https://www.magearmr.com/collections/all
Hi @andrewglez ,
I am not sure your request. However if you add spacing between 2 products
May I suggest to update code these steps:
1. Go to Store Online-> theme -> edit code
2. Assets/base.css
3. Add code below to end of file
@media screen and (min-width: 750px){
.product-grid-container .collection #product-grid {
column-gap: 80px;
}
}
@media screen and (min-width: 750px){
.product-grid-container .collection #product-grid.grid--2-col-desktop .grid__item {
max-width: calc(50% - 80px / 2);
}
}
4. Replace "80px" with a number that you would like to use
If you want to expand content you can add code below to end of the file:
body .product-grid-container .collection {
max-width: 1200px;
}
This is Noah from PageFly - Shopify Page Builder App
Please add code here to fix it:
Step 1: Online Stores > Themes > Edit code
Step 2: Choose file theme.liquid
Step 3: Add code above the tag </body>
<style>
@media screen and (min-width: 767px){
.product-grid-container .collection {
max-width: 1140px !important;
}
.product-grid-container .collection .grid {
display: grid !important;
column-gap: 90px !important;
grid-template-columns: auto auto !important;
// if you wat show 3 product in 1 line please add more "auto" like this
// grid-template-columns: auto auto auto !important;
}
.product-grid-container .collection .grid__item {
width: 100% !important;
max-width: 100% !important;
}
}
</style>
Hope my solution will help you resolve the issue.
Best regards,
Noah | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024