How to left align post and page text
-
I am trying to left align the text on my posts and pages using the following code:
p.selectionShareable {
text-align: left;
}However, < p.selectionShareable > also refers to some text on
A) my homepage and
B) on the blog page.A) On my homepage (https://marieteather.com/) < p.selectionShareable > refers to the section called ‘You are here for one of three reasons….’
I want this section to remain as it currently is (ie. centre aligned).
B) On my blog page, (https://marieteather.com/blog/) < p.selectionShareable > refers to the blog excerpts.
I want these to remain as they currently is (ie. centre aligned).
How can I left align the text on the blog and pages without affecting the other two?
Thanks
The page I need help with: [log in to see the link]
- The topic ‘How to left align post and page text’ is closed to new replies.