bell notificationshomepageloginedit profileclubsdmBox

10% popularity   0 Reactions

You can use a CSS style to apply this formatting to all your text:

body {
text-align: left;
}

This rule will be applied to all your text, so it will affect both regular paragraphs (<p> and <div>) and headings (<h1>, <h2> and so on).

If you just want to format "regular" text you could try to apply this styling just to <p>'s and see if it is sufficient:

p {
text-align: left;
}

Of course, if some custom style is already present for these elements, you can just add the CSS properties to the existing selectors.

You must place this code inside the CSS stylesheet. Usually it is named stylesheet.css (but it can be different) and you can find it on the left "File Browser" panel under the "Styles" voice


Free books android app tbrJar TBR JAR Read Free books online gutenberg


Load Full (0)

Login to follow story

More posts by @Erin

0 Comments

Sorted by latest first Latest Oldest Best

 

Back to top