Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1019978

    Hi. I love the Enfold theme, but my blog looks awful on mobile. The font is too large and the spacing is super weird. Everything is up to date, so not sure what or how to fix it. Thank you!

    #1019991

    Hey n4science,

    Try adding the following to quick css:

    @media only screen and (max-width: 767px) {
    .entry-content p{
    font-size:12px!important;
    line-height:10px!important;
    }}

    Best regards,
    Jordan Shannon

    #1019996

    Hi Jordan,

    Thanks so much! That seemed to fix the font size. One more quick question, is there any way to format the posts on mobile to align the text to the left instead of center?

    -Nikki

    #1020013

    Hi,

    Add this to quick css:

    
    @media only screen and (max-width: 767px) {
    .entry-content{
    text-align:left!important
    }}

    Best regards,
    Jordan Shannon

    #1020015

    Hooray! Looks perfect! Thank you so so much!

    #1020045

    Hi,

    Perfect! If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Enfold Blog looks terrible on mobile platform’ is closed to new replies.