• Resolved suresh4thagunna

    (@suresh4thagunna)


    There is some white space (or to be more precise there is some extra space with the color of body background) on mobile devices in the post pages only.

    • I installed the default WordPress theme and there was no such issue
      not even with some other themes I tested.

    • I’m using child theme but it doesn’t seem to be the issue, I tried removing child themes and some CSS customization I made but nothing changed.
    • I tried adding some CSS codes I found in support questions with similar issues but it didn’t help.
    • Next thing that came to my mind was is it because of the ads, but no. I enabled the same ads I had enabled on post pages on static pages like contact page but contact page is fine with the ads too. I also tried completely disabling the ad plugin. The issue still persists.

    The theme is great I absolutely love it, I don’t wanna switch. It would be great if you could have a look.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter suresh4thagunna

    (@suresh4thagunna)

    This piece of CSS code took care of the problem but what could have caused the issue in the first place? It would be great to know the source of the issue and solve it.

    If your schedule allows then please look into it or maybe point me in an appropriate direction, It would be really great. If not then also it’s okay I understand you are super busy.
    I will mark the issue solved after 12 hours. Waiting for a reply so.

    html,body
    {
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    }

    Leo

    (@leohsiang)

    Hi there,

    This is likely causing by one of your plugins.

    Does the issue exist if you only have GeneratePress theme activated and nothing else?

    Let me know ??

    Thread Starter suresh4thagunna

    (@suresh4thagunna)

    Bingo issue doesn’t exist when all plugins are disabled.
    I will test all plugins one by one and will let you know. Only got a couple of plugins installed shouldn’t take long.

    Thread Starter suresh4thagunna

    (@suresh4thagunna)

    All right it is confirmed the “Shared Counts By Bill Erickson & Jared Atchison” plugin was causing the issue.

    I will let them know about this issue.

    Thank you for the super quick assistance.

    Link to the plugin page: Shared Counts:

    Hope this information will be helpful for someone else too.

    Leo

    (@leohsiang)

    Glad you figured out ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Extra white space in the right side of posts only on mobile devices’ is closed to new replies.