• Dear All,

    I would like to ask for you kind help. I did not find the relevant section in CSS. ??
    I want to see the content – including blog section – with text-align: justify;

    Where should I put it in the CSS?

    Much appreciated,
    Gergely

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Moderator jordesign

    (@jordesign)

    Hi @kissge – you could use this CSS code for that:

    .entry-content p {
        text-align:justify
    }

    That being said – I would recommend against it. Justified text works really well in print/hard-copy format where the width of the page is static. However, on the web – the variable size of screens means it is really easy for justified text to have bigger/inconsistent gaps between words – and actually makes it a worse reading experience for visitors to your site.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.