Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #766270

    How to have the entire site with justified text? Include excerpts.

    #766275

    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 !

    #766280

    Guenni, thanks for answer

    Did not work for blog preview text.

    #766290

    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

    #766332

    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

    #766367
    .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;
    }
    • This reply was modified 7 years, 7 months ago by Guenni007.
    #766551

    Hi,

    Thank you @Guenni007 for your suggestion please let us know if that helps :)

    Best regards,
    Vinay

    #767658

    It worked, thank you!

    .avia-content-slider .slide-entry-excerpt {
    text-align: justify !important;
    }

    #767725

    Hi and Thanks @Guenni007 as always.

    Best regards,
    Andy

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘How to have the entire site with justified text?’ is closed to new replies.