How to centrally align 'Continue reading' on a blog post

Hi folks,

How do I move the ‘continue reading’ at the bottom of a blog except so that it is centrally aligned, like the text itself ?

Thanks

Paul

Hi @HerbalDimension

Can you please provide your Shop URL and password, if any, so that I can check further?

Hi, it is herbaldimensions.com

pw: leasho

Hi @HerbalDimension

Please go to Online Store > Theme > Edit code > Open theme.css file and add the below code to the bottom of the file.

.blog-article__read-more { text-align: center; }

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any questions!

1 Like

Thanks you !

1 Like

I’m glad that I could help @HerbalDimension

1 Like