Text Alignment Issues on Pages
-
I have an introductory page to my site. On that page I have some paragraphs that are center aligned, others left aligned. When I preview the page the text aligns as I want. When I publish the page, all paragraphs align center.
When I inspect the element in Safari I find a rule in Style.css that is forcing a center alignment.
.page-template-template-homepage .entry-content, .page-template-template-homepage .entry-header {
max-width: 41.0994671405em;
margin-left: auto;
margin-right: auto;
text-align:center
}The page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Text Alignment Issues on Pages’ is closed to new replies.