I want to make a product layout like this where all the products touch each-other with the consistent black border, how can this be done? site is abellire.shop
Hey @merchabellire
Follow these Steps:
-
Go to Online Store
-
Edit Code
-
Find theme.liquid file
-
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Thank you! How do I make it reach across the whole screen instead of having the padding on the sides?
This is Richard from PageFly - Shopify Page Builder App
Please add this code to your theme.liquid above the to get this solved
Step 1: Online Stores > Themes > More Actions > Edit code
Step 2: click on theme.liquid and paste the code above the
Hope this can help you solve the issue
Best regards,
Richard | PageFly
Hey @merchabellire
Keep the previous code and add this new code above in theme.liquid file
.collection.page-width {
padding: 0 !important;
}
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Awesome thank you!
Awesome, thank you this one works too! Is it somehow possible to stop the lines from overlapping and just have a consistent 1px border?
Thank you for your reply. I’m glad to hear that the solution worked well for you. If you require any more help, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.