Archived topic
Mobile width is wider than screen
3 replies · Started by Oscar on September 16, 2021
When looking on mobile at https://waterallemaalgoedgaatindewereld.nl/ it looks fine at first.
But then you notice that you can horizontally scroll to the right.
I looked through the customizer, widgets areas etc. but I don't know how to get rid of that right side.
Any ideas?
Hi Oscar,
It's the footnote that you added to the article that causing the issue.
https://www.screencast.com/t/hX2hapbR
It seems added by a plugin, it's better to reach out for their suppor.
Before you get response from them, you can use this CSS for now:
p .footnote_tooltip.hidden {
display: none !important;
}
Let me know if this helps :)
Yes, that is the issue! I can also change the tooltips options in the plugin.
Thanks Ying, you are the best! ;)
Glad to hear that :)