Featured Collection Header Text is having more margin. How to reduce it ?

Solved

Featured Collection Header Text is having more margin. How to reduce it ?

Aadya
Excursionist
24 0 3

For my first feature collection Header text is at right position but for second it comes with more left margin. How do I avoid it.

 

goaadya.com

 

see the second one " Kadambari Collections" Pleas eh

Accepted Solution (1)
Moeed
Shopify Partner
6557 1780 2151

This is an accepted solution.

Hey @Aadya 

 

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>
.collection__title.title-wrapper.title-wrapper--no-top-margin.page-width.title-wrapper--self-padded-tablet-down {
    margin-left: 0 !important;
    padding-left: 15px !important;
}
</style>

RESULT:

Moeed_0-1734765006520.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 4 (4)
Aadya
Excursionist
24 0 3
Moeed
Shopify Partner
6557 1780 2151

This is an accepted solution.

Hey @Aadya 

 

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>
.collection__title.title-wrapper.title-wrapper--no-top-margin.page-width.title-wrapper--self-padded-tablet-down {
    margin-left: 0 !important;
    padding-left: 15px !important;
}
</style>

RESULT:

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


Aadya
Excursionist
24 0 3

Thanks a lot.

Moeed
Shopify Partner
6557 1780 2151

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