• My website is https://www.popplz.com

    The home page is fine on the mobile version of the site, but all of my blog posts have 30% of the screen on the right side filled with absolutely nothing on mobile for some reason. Can anybody point me into the right direction for solving this?

    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • reason is the formatting of the ‘fb_iframe’ widget, used for ‘Like Popplz’;

    you can either fix the CSS of the widget, or remove any overspill with:

    #secondary { overflow: hidden; }

    (in style.css of a child theme, or via a custom CSS plugin)

    Thread Starter popplz

    (@popplz)

    Thank you for the quick response!

    I removed the widget completely, which I assumed would be a quick fix, but am still having the same issue unfortunately. Is there another widget causing this?

    Thank you so much for your help.

    I am looking at your site (at a single post) right now, and the issue seems to be gone;
    you might need to clear the browser cache (?)

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Blank Right Side Space On Mobile’ is closed to new replies.