resolvedNo tags yet.
Hi Ivan, i want to make every contents on the column is Justify Alignment, so on the first page/index page all content in the column is Justify Alignment. How do I make it?
thanks..
try adding to style.css:
.post-list-column .content
{
text-align: justify;
} Hi Ivan,
In my case, the site's publisher insists on right-justifying regular paragraphs in our posts and pages, as illustrated in this example:
<http://www.gacetaeronautica.com/gaceta/wp-102/?p=11>
Which .css file should I intervene? What code should I alter or insert?
Thanks,
Carlos
try adding to style.css:
.post .content
{
text-align: justify;
} I don't like how it looks, but your advise worked fine once I place the code in the /* POST */ area of the file. Thank you so much, Carlos.-
Sorry, me again... and how should I right-justify text in pages (not posts).
Tried this wild guess, but failed:
.page .content
{
text-align: justify;
}
.post .storycontent
...
Firebug plugin for Firefox can help greatly in such cases.
Great! Your proposed solution worked just fine.
Will check the Firebug plugin and see what it does.
We may now be going fully on-line with this version in the next few days / weeks!
Thanks again,
Carlos
You must log in to post.