There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021
How can I textalign my excerpts so that they are justified left and right? It looks particularly odd on my frontpage, where my first post is full (and justified), but the following post excerpts are all leftaligned.
#2
Jan 6, 2011, 11:16 AM
lmilesw
10,176 posts · Jul 2009
Central New York State USA
Could you supply a link to an example on your site?
__________________ ~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
Adding the following to ATO>Add HTML/CSS Inserts>CSS Inserts may do the trick but I would add that justified text is not considered to be the best for readability.
HTML Code:
div.post-bodycopy p {
text-align: justify;
}
__________________ ~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
#5
Jan 7, 2011, 09:49 AM
jankph
93 posts · Jul 2009
ATA 3.6.4 and WP 3.1
Thanks!
As to readability, I find personally find unaligned texts much harder to read, but that's just me.