Narrow text in center column
-
Hello. How do I prevent my posts from being centered with narrow text? I have been playing around with the Additional CSS settings (snippet below) but have had no luck.
.wrap { margin-left: 20px; margin-right: 0px; width: 120%; max-width: 100%; padding-left: 4em; padding-right: 4em; } #primary.content-area { max-width: 1500px; text-align: justify; } #secondary.widget-area { width: 20%; margin-right: 40px; } h1 { text-align: left; } body.page-two-column:not(.archive) #primary .entry-content { float:left; clear:both; }
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.