Tagged: Blog Text, Justified, text alignment
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
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