Re: Align products to the left

Solved

Align products to the left

Bramm
Explorer
76 0 7

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? 

 

https://ntat8ocs15k22u9g-53265825967.shopifypreview.com

 

Bramm_0-1720705943170.png

Bramm_1-1720706028367.png

 

 

Accepted Solution (1)

Moeed
Shopify Partner
7147 1932 2354

This is an accepted solution.

Hey @Bramm 

 

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-item__meta:nth-child(1) {
    margin-left: 0 !important;
}
</style>

RESULT:

Moeed_0-1720706452007.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


View solution in original post

Replies 5 (5)

Moeed
Shopify Partner
7147 1932 2354

This is an accepted solution.

Hey @Bramm 

 

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-item__meta:nth-child(1) {
    margin-left: 0 !important;
}
</style>

RESULT:

Moeed_0-1720706452007.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


Bramm
Explorer
76 0 7

@Moeed that was crazy fast, thank you!!

Moeed
Shopify Partner
7147 1932 2354

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.

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


BSSCommerce-HDL
Shopify Partner
2305 835 908

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 </head> tag: 

<style>
.grid-item__meta:has(>.grid-item__meta-main) {
    margin-left: 0px;
}


a.grid-item__link >.grid-item__meta {
    padding-left: 23px;
}
</style>

Here is result: 

BSSCommerceHDL_0-1720706594352.png

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 😍

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

BSS-TekLabs
Shopify Partner
2401 695 832

- Here is the solution for you @Bramm 
- Please follow these steps:

step.png

- Then find the base.css file.
- Then add the following code at the end of the file and press 'Save' to save it.

.grid-item__meta:nth-child(1) {
margin-left: 0 !important;
}

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now