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

    How do I un-justify text on the iPhone and smaller screens sizes. I want it justified on tablets but when it’s justified on the iPhone it has funny spacing issues. Any way to adjust this?

    #290924

    Hey robertwood04!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

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

    Best regards,
    Yigit

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