How to disable text-align
-
I am importing my HTML site to WordPress. I want to maintain the alignment as set on my tags instead of the one set by CSS. When using Chrome developer tools I was able to disable the alignment by doing this (unchecking the tick box for text-align):
.post-content>p {
/* text-align: justify; */
}However, when I insert this into the built-in CSS editor, I do not see any change in behaviour. How do I disable text-align for the <p> tags in <div class=”post-content”> ?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘How to disable text-align’ is closed to new replies.