Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #792985

    Hello,

    All my blog posts aren’t properly displayed on mobile phones. They look fine on a pc. The alignment on mobile phones isn’t like it’s supposed to be. There are big white spaces between words. You can see it if you open the two links that I put in this message.

    How can I remove the big white spaces between words that are visible on mobile phones?

    #792994

    Hey HBJC,
    This is because your paragraph text-align is justify.
    You can change that in your post or if you only want the change for mobile try the in your quick CSS:

    @media only screen and (max-width: 767px) { 
    p {text-align: left !important; }}

    postimage

    Best regards,
    Mike

    #793041

    It worked! You sir, you deserve a medal for this answer!

    #793078

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Blog post alignment mobile phone’ is closed to new replies.