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

    When I look at my blog on an iPhone, it looks like there’s something wrong with the theme. There’s no sidebar, but the content leaves a white space on the right side where the sidebar should be. This occurs in both portrait and landscape views on my iPhone.

    Is the sidebar supposed to display? If not, how can I get the content to fill the page?

    http://www.mcelhearn.com

    #171203

    Hi kirkmc!

    It is not supposed to display sidebar. Please add following code to Quick CSS in Enfold theme options

    @media only screen and (max-width: 767px) { .content .entry-content-wrapper { padding-right: 0; } }

    Best regards,
    Yigit

    #171204

    That doesn’t make any difference.

    #171205

    Hey!

    Please add !important to the same code so it should be like

    @media only screen and (max-width: 767px) { .content .entry-content-wrapper { padding-right: 0!important; } }

    Then flush your browsers cache and refresh your page a few times.

    Regards,
    Yigit

    #171230

    Still no change.

    #171232

    Hi!

    Please create temporary admin login and post it here privately

    Regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘My blog in mobile Enfold theme’ is closed to new replies.