How align collection list title to image edge

Solved

How align collection list title to image edge

jewellerystore1
Explorer
97 0 8

Hi there,

 

I would like the headings below the collection image and below product images to align to the left edge of the image and also be higher up to the image. 

 

Screen Shot 2024-03-12 at 4.29.42 pm.png

Screen Shot 2024-03-12 at 4.37.02 pm.png

To match this example:

 

Screen Shot 2024-03-12 at 3.25.52 pm.png

Website: https://nuijewellery.com.au/collections/rings

Theme: Dawn

Thank you!

Accepted Solution (1)

Moeed
Shopify Partner
5547 1503 1791

This is an accepted solution.

Hey @jewellerystore1 

 

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>
.card__information {
    padding: 0 !important;
}
.card__content {
    padding-top: 0 !important;
    padding-left: 0 !important;
}
</style>

RESULT:

Moeed_0-1710222269238.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

- Custom Design | Advanced Coding | Store Modifications


View solution in original post

Replies 8 (8)

Moeed
Shopify Partner
5547 1503 1791

This is an accepted solution.

Hey @jewellerystore1 

 

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>
.card__information {
    padding: 0 !important;
}
.card__content {
    padding-top: 0 !important;
    padding-left: 0 !important;
}
</style>

RESULT:

Moeed_0-1710222269238.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

- Custom Design | Advanced Coding | Store Modifications


jewellerystore1
Explorer
97 0 8

Thanks so much! This worked 🙂

Moeed
Shopify Partner
5547 1503 1791

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

- Custom Design | Advanced Coding | Store Modifications


DelightCart
Shopify Partner
1261 83 157

@jewellerystore1 

 

Go to assetes/component-card.css and Paste below css at bottom of file.

.card__content {padding: 0px !important}

Delight Cart - It's time to turn your visitors into loyal shoppers! 

Delight Loyalty - Increase repeat sales quickly and build lifelong customers loyalty.
jewellerystore1
Explorer
97 0 8

Thank you!!

wo
Shopify Partner
188 42 39

wo_0-1710222523646.png

 

jewellerystore1
Explorer
97 0 8

Thank you! This fixed the product page text alignment but not the collection titles on my home page?

 

 

jewellerystore1
Explorer
97 0 8

All good all fixed!