Topic Resolution: Not Resolved
  • Closed
  • Pako Moritz
    Spectator
    July 27, 2015 at 1:59 pm #19207

    Hi, is it possible to get justified blog entrys on homepage (main page) currently the post content is is left aligned on website and justified inside the post.

    So ist there a way to get justification via a css code or something?

    Imran
    Spectator
    Posts: 403
    July 27, 2015 at 3:46 pm #19212

    Hi Pako,

    Thanks for writing in, if you wish to achieve that, so you can add the following code under Appearance > Theme Options > custom CSS:

    .home .type-post .entry-content {
    text-align: justify;
    }

    Hope this helps!

    Thanks.

    Pako Moritz
    Spectator
    Posts: 40
    July 27, 2015 at 7:18 pm #19224

    Hi, this helped much. 🙂 Thank you!

    Imran
    Spectator
    Posts: 403
    July 28, 2015 at 4:18 pm #19266

    You’re welcome! 🙂

    D
    Spectator
    Posts: 40
    July 29, 2015 at 2:04 am #19307

    Will try it as well. So if I want to edit the CSS, the best way is to enter the code into the Custom CSS? Was thinking of using a plug-in to expand the text editor function. Would that be another option? Tried some plug-ins and could not get them to work.

    Is there a place where I can find a list of codes to expand the functionality of Evolve…besides the short codes that are included? Also have a question pending that may require just that…a code. Think Evolve is a great theme…loving it so far.