Announcement
Collapse
No announcement yet.
All of my text is not being left justified
Collapse
X
-
Thanks so much! I had figured out that my content uses a lot of "p" tags for some reason. You pointed to the right code and that fixed my content without me having to spend hours editing the content to remove the "p" tags. So exciting!
Leave a comment:
-
vita-vibe You have a very general rule in your default_modified.css on line 2389 causing the issue:
div p {
text-align: center;
}
Change rule property to text-align: left; or remove all together
Hope this helps.
Thanks,
Shaun
Leave a comment:
-
All of my text is not being left justified
My site: vitavibe.com has its text all messed up. On the products and the pages, the text is centered and I can not make it go left. I have check all over in the code but I can not find out where to fix the issue. What controls the text sitewide that could be messed up?Tags: None
Leave a comment: