My theme had another update and unfortunately my layout is messed up again.
Can anyone please help me align the products like they are aligned on picture 2?
My theme had another update and unfortunately my layout is messed up again.
Can anyone please help me align the products like they are aligned on picture 2?
Hey @Bramm
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
Hi @Bramm ,
Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above tag:
Here is result:
Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you ![]()
.grid-item__meta:nth-child(1) {
margin-left: 0 !important;
}
@Moeed that was crazy fast, thank you!!
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.