Unable to left align text in the blog pages

Solved

Unable to left align text in the blog pages

Jiwya
Excursionist
29 0 10

How do I left align the text in the blog main page and separate blog page?

Jiwya_0-1726244348123.pngJiwya_1-1726244371204.png

@BSS-TekLabs 

 

Accepted Solution (1)

BSS-TekLabs
Shopify Partner
2350 702 828

This is an accepted solution.

- Here is the solution for you @Jiwya 
- Please follow these steps:
1. Go to Online Store --> Theme --> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head> and press 'Save' to save it

<style>
.full-unstyled-link, .article-card__info, .article-card__excerpt, .article-template__content p {
    text-align: left !important;
}
</style>

- Here is the result you will achieve:

BSSTekLabs_0-1726244640821.png

BSSTekLabs_1-1726244720661.png

 

 

- 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

View solution in original post

Replies 2 (2)

BSS-TekLabs
Shopify Partner
2350 702 828

This is an accepted solution.

- Here is the solution for you @Jiwya 
- Please follow these steps:
1. Go to Online Store --> Theme --> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head> and press 'Save' to save it

<style>
.full-unstyled-link, .article-card__info, .article-card__excerpt, .article-template__content p {
    text-align: left !important;
}
</style>

- Here is the result you will achieve:

BSSTekLabs_0-1726244640821.png

BSSTekLabs_1-1726244720661.png

 

 

- 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
Jiwya
Excursionist
29 0 10

Thank you so much! Super fast response.