aligned to the center

Posted in: Newspaper
Post count: 45

By default, the text of the post are aligned to the center when the correct would be left. how to change it?

Post count: 6600

Hi,

Not sure what you mean as the text aligned is by default set on the left. This is the normal alignment: http://screencast.com/t/xks9flPGuf – this is on the center alignment: http://screencast.com/t/yGDCukgBRl
If you need to change it you can change it from post editor.
Please let me now if this is not what you mean.

Thanks

Post count: 45

WHAT I MEAN IS THAT ALL MY OLD POST ARE ALIGNED TO THE CENTER, AND IF I POST SOMETHING NEW AND NOT PUT ALIGNMENT LEFT … IT IS LINED IN DEFAULT IN CENTER.

Post count: 6600

Hi,

That means you have text align center for the paragraphs in your post content and you can try this custom css to set it to left align: http://screencast.com/t/EYXeASIsaMug

Use this custom css in theme panel > custom css section:

.td-post-text-content p {
text-align: left !important;
}

Thanks

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.