Site logo

Archived topic

White space to the right on mobile

6 replies · Started by Chad on May 26, 2022

Viewing posts 1–7 of 7

Hello,

I cannot figure out why there is a large white space on the horizontal scroll only on the single post pages for the mobile version of the site.

Thank you!

Hi Chad,

It's the tooltiptext add to the disclosure link:
https://www.screencast.com/t/OoIjKDmIyDB

It's better reach out to the plugin support for this issue.

Before they get back to you, you can try this CSS:

@media (max-width: 768px) {
    .tooltip .tooltiptext {
        left: -186px;
        width: 250px;
    }
}

Ying, you are amazing. That's not a plugin but just a piece of code I added. Thank you! That fixed most of the horizontal scrolling. There is just a slight horizontal scroll now. Could you help me solve that too, please?

I don't see other elements that causes horizontal scroll.

I think you just need to adjust the value in my CSS :)

Yup, I added that code and it removed MOST of the horizontal scrolling. However, there is still a slight horizontal scroll. Any ideas on that?

Never mind, it's gone! Thank you so much!

You are welcome :)

This archived topic is closed to new replies.