Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #474207

    Hi, on the page linked below the spacing between words just jumps around, the spacing changes on all different mobile devices too –

    http://yogidev.co.uk/accentu/news/

    Is there some quick css I can use to make the spacing correct, as per the rest of the site.

    Thanks,
    Matt

    #474210

    I stupidly didn’t point out, I’m only having this problem on mobile…

    #474221

    Hey!

    Can you please post a screenshot and show the changes you would like to make? You can upload your screenshots on imgur.com or Dropbox public folder

    Regards,
    Yigit

    #474227

    There you go, I’m sure I don’t need to point out the issue, the spacing is huge in some places

    Thanks,
    Matt

    #474633

    Hey!

    The text alignment is set to “justify”. You can set the text to left align but justified text looks better:

    #top .fullsize .template-blog .post .entry-content-wrapper {
        text-align: left;
    }

    Best regards,
    Ismael

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.