Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1469177

    When viewed on a mobile device (Android or iOS) the text and Title of my blog posts is justified (stretched across the full width leaving gaps of varying sizes between the words).

    Is there a way to prevent this and make it only left-justified instead?

    https://www.silverphotography.co.uk/summer-springkell-wedding-photos/

    Many thanks,

    Trevor

    #1469210

    Hey trevorwilson,

    Thank you for the inquiry.

    Please add the following css code to adjust the alignment of the post title. Make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings afterward.

    @media only screen and (max-width: 767px) {
    
      /* Add your Mobile Styles here */
      #top .fullsize .template-blog .post .entry-content-wrapper {
        text-align: left;
      }
    }

    Best regards,
    Ismael

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