How can I adjust text alignment in specific website sections?

Hi there!

I would need some help to modify the text alignment in the sections “Text with Image”, I would like the text to be justified. And secondly I would like to modify the alignment of the newsletter section in the footer, I would like the header to be aligned with the box where clients enter their email adress.

Website URL: https://talia-arab98.myshopify.com

Password: Malek10.

Many thanks for your help and time :slightly_smiling_face:

Hi @taliaarab ,

text alignment: How do you want it to look? Can you send me a screenshot with description, I will check it for you.

Hi! I would like the text in the “image with text” section to be justified (screenshot 1), for both sections(screenshot 2 & 3) in computer and mobile views. many thanks!

Hi @taliaarab ,

Are you wanting this?

Go to Assets > base.css and paste this at the bottom of the file:

.image-with-text__text-item .image-with-text__content--desktop-left>* {
	text-align: center !important;
    align-self: center !important;
}

Hope it helps!

Hi!

Thank you for your help. Unfortunately it is still not working, I’m not sure if I’m doing anything wrong. I have pasted it at the end of base.css code

Hi @taliaarab ,

Please remove code here:

After you remove this it will get my added code and everything works fine

Ohhh absolutely it worked!! Many thanks for your help and time, means a lot :slightly_smiling_face: