Get text left aligned -not justified- on mobile frontpage

Home Forums All Other Themes Get text left aligned -not justified- on mobile frontpage

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #63224
    MP EKMP EK
    Member
    • Topics: 40
    • Replies: 149
    • Total: 189
    Member since: October 21, 2015

    Somehow the default setting is that the text is being justified on mobile frontpage. That way, words look unaligned with gaps and this is somewhat terrible.
    I’d like it just normal/standard left aligned -not justified- on mobile frontpage.

    #63225
    MP EKMP EK
    Member
    • Topics: 40
    • Replies: 149
    • Total: 189
    Member since: October 21, 2015

    screenshot

    The site is here.

    #63328
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30627
    • Total: 30627
    Member since: August 16, 2013

    Hi Michael,

    You have added inline CSS (justify alignment) to the content. Kindly add the code in style.css or in Custom CSS box so that we can manage the alignment in mobile devices.

    Regards,
    Dave

    #63523
    MP EKMP EK
    Member
    • Topics: 40
    • Replies: 149
    • Total: 189
    Member since: October 21, 2015

    Not that I know about. If, then someone from SKT support did this…there were many problems with this theme and still are some, but hopefully you can manage them now…

    #63641
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30627
    • Total: 30627
    Member since: August 16, 2013

    Hi,

    We never added content or inline CSS in your site. We always add CSS in Custom CSS box.

    Kindly add this code in Custom CSS Box:

    @media screen and (max-width:479px){
    .entry-content li, p{text-align:left !important;}
    }

    Regards,
    Chris

    #64019
    MP EKMP EK
    Member
    • Topics: 40
    • Replies: 149
    • Total: 189
    Member since: October 21, 2015

    That’s it! It works well. Thank you

    #64031
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30627
    • Total: 30627
    Member since: August 16, 2013

    🙂

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Get text left aligned -not justified- on mobile frontpage’ is closed to new replies.