How can I center rich text for Icon theme on mobile view?

Hi all,

I’ve been trying to centre my Rich Text on my homepage for Icon theme to be centre like the heading. It appears as centered on desktop view but mobile view is set to left.

Anyone able to help?

Many thanks

Rach

Hi r_stanton

I hope you’re doing great! Can you share your store url. i’ll help you. If password protected then share also password,

Hi,

Thank you for helping. My url is https://www.pepormint.com.au - no
password required.

Many thanks
Rach

Hi r_stanton

Thanks for share url. I’ll attched image you want this text center in mobile view.

Thanks!

Hi,

Yes thats the text I need to center.

Thanks!

Hi r_stanton

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

@media screen and (max-width: 740px)
	.index-section section {    
    text-align: center !important;
}