Shopify themes, liquid, logos, and UX
Hi,
I need a little help with product positioning and borders.
I would like to move the products to the left side in that row so they are not in the middle. (Last products on the site)
In addition if there are less than a certain number of products (4) in a row, the borders are missing with the side products.
My store is offline, here is preview link:
Hey @Noissyclth
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag
<style>
.grid.product-grid {
justify-content: start !important;
}
</style>
RESULT:
If I managed to solve your problem then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hi thanks for your answer!
Do you know the solution to add/keep right border of the item? I can see on your screen that last item doesn't have border all around it 😞
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025