View Single Post
Old 03-02-2018, 02:23 PM   #4
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 79,820
Karma: 146918083
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Actually, there is a much easier way to sort the alignment.

In the CSS, delete all occurrences of text-align: left and text-align: justify. Next, put the justify you want in the body CSS style and if one doesn't exist, add one.

body {
text-align: justify;
}

or

body {
text-align: left;
}

That will make it how you want. And if you change your mind, it's very easy to just change the alignment in CSS.
JSWolf is offline   Reply With Quote