When Viewing Blog on Mobile, All Text is Centered Instead of Left Justified - Acme Themes

Best Premium and Free WordPress Themes Forums AcmeBlog When Viewing Blog on Mobile, All Text is Centered Instead of Left Justified

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #11593
    Zach Auerbach
    Participant

    When viewing my blog http://www.whiskeynthings.com on a computer, all of the post content is left justified and looks fine. However, when viewing it on mobile, it automatically centers the text. How do I make it stay left justified on mobile as well? Thanks in advance.

    #11594
    acmethemes
    Keymaster

    Hello Zach,
    Please add the below CSS codes on Appearance > Customize > Layout/Design Options > Custom CSS

    @media screen and (max-width:767px){	
    .blog-large-image article.post .entry-content {
        text-align: left !important;
     }
    }

    Hope, this CSS codes will help to solve your issues.
    If the problem is not solved, let us know. We will provide you the best alternative solutions.

    Warm Regards
    Acme Supports

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘When Viewing Blog on Mobile, All Text is Centered Instead of Left Justified’ is closed to new replies.