How to have the entire site with justified text? Include excerpts.
i think you only gave it to p tags
to expand to all texts (including headers etc) this will look horrible
so try this in quick css:
.avia_textblock, p {text-align: justify !important; }
but i think all inline css aren’t overwritten !
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.avia-content-slider .slide-entry-excerpt {
text-align: justify;
}
@Guenni007 Thanks :)
Best regards,
Yigit
Yigit, thanks for the answer
It did not work with the texts of this page http://www.indufix.com.br/artigos/ blog with layout grid
.avia-content-slider .slide-entry-excerpt {
text-align: justify !important;
}
if you recognize some strange endings or bad breakings – have a look to Plugin : Hyphenator
Edit: hm – same code as Yigit. But on my firebug it seem to work.
try this:
.slide-entry-excerpt.entry-content {
text-align: justify !important;
}
Hi,
Thank you @Guenni007 for your suggestion please let us know if that helps :)
Best regards,
Vinay
It worked, thank you!
.avia-content-slider .slide-entry-excerpt {
text-align: justify !important;
}
Hi and Thanks @Guenni007 as always.
Best regards,
Andy