Knowledge Base Article

How to modify the posts text alignment in vBulletin

In order to change the text alignment, open your vBulletin admin panel-> Styles & Templates -> Style Manager -> Edit Templates -> Go -> CSS Templates -> postbit.css.

Find the .postcontent declaration and enter the following line in it:

text-align: justify;

The declaration will be similar to the following one:

.postcontent {
text-align: justify;
word-wrap: break-word;
}


This way you can modify your posts' text alignment.



Rating

Please indicate if this article was helpful for you.

rating :  5.0 from 5
views :  750
votes :  2

Haven't found what you are looking for? Suggest an article HERE.

powered by

Valid XHTML 1.0 Strict Valid CSS!