text alignment is also on my other page

Solved

text alignment is also on my other page

Tranquilo
Shopify Partner
16 0 4

 

Hi everyone,

I asked a question yesterday about aligning the text for my "Collection Autumn" section to the left on my homepage.

I received a solid answer:

<style> .section-title--wrapper { align-items: flex-start !important; } .section-title--wrapper .section-description { max-width: 100% !important; margin-left: 0 !important; } </style>
 

However, when I go to my contact page, the titles and subtitles there are also aligned to the left.

How can I fix this issue and keep the left alignment only on my homepage?

tranquilo.store

Thanks!

Accepted Solution (1)

Moeed
Shopify Partner
5458 1478 1764

This is an accepted solution.

Hey @Tranquilo 

 

Replace your code with the code below and then it should be good.

{% if template == 'index' %}
<style> .section-title--wrapper { align-items: flex-start !important; } .section-title--wrapper .section-description { max-width: 100% !important; margin-left: 0 !important; } </style>
{% endif %}

 

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 4 (4)

Moeed
Shopify Partner
5458 1478 1764

This is an accepted solution.

Hey @Tranquilo 

 

Replace your code with the code below and then it should be good.

{% if template == 'index' %}
<style> .section-title--wrapper { align-items: flex-start !important; } .section-title--wrapper .section-description { max-width: 100% !important; margin-left: 0 !important; } </style>
{% endif %}

 

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


Tranquilo
Shopify Partner
16 0 4

Thanks king! 🙂

Moeed
Shopify Partner
5458 1478 1764

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


GTLOfficial
Shopify Partner
554 120 109

Hello @Tranquilo 

Go to online store ---------> themes --------------> actions ------> edit code------->assets-----> theme.min.css
add this code at the end of the file.

.section-title--wrapper {
align-items: center !important;
}

.section-title--wrapper .section-description {
max-width: 100% !important;
margin-left: auto;
}

result
14.png

If this was helpful, hit the like button and accept the solution.
Thanks

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: [email protected] - Skype: ritesh_27dh