Can I justify text on my Shopify homepage?

alesch90
Excursionist
29 0 7

Hi guys!

on my homepage (https://yoku-apparel.com/) I would like to justify the text of the below image (newspaper style)

Any suggestion?

Thank you so much

AlessandroScreenshot 2021-07-26 at 17.50.07.png

Replies 2 (2)

ZestardTech
Shopify Expert
5393 970 1291

Hello There,

1.In your Shopify Admin go to online store > themes > actions > edit code
2.Find Asset >theme.scss.css and paste this at the bottom of the file:

.animation-contents {
text-align: center!important;
}
.hero__text-content.vertical-bottom.horizontal-left h2.h1.hero__title {
text-align: center!important;
}
Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing

Kinjaldavra
Shopify Partner
2302 570 1422

hello @alesch90 

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

 

.animation-contents {
text-align: center!important;
}
.hero__text-content.vertical-bottom.horizontal-left h2.h1.hero__title {
text-align: center!important;
}