I've set up the WP template I'm using so that embedded tours take up the entire window (removing sidebars and other page elements, leaving just the content, and setting the package viewer's width to 100% and height to 100vh)...
So far, so good.
BUT when viewed on desktop, if you make your window wider than 1920px, the tour starts sliding out of view to the right, leaving white space on the left.
Here's a link if anyone is able to test: https://stepinsi.de/demo-tour/
I believe the issue might be a single CSS class in this line:
Code: Select all
<div class="entry-content clear" data-ast-blocks-layout="true" itemprop="text">
But what's causing this behaviour in the CSS? I've looked at the web inspector as much as my brain can handle but I'm not seeing a way to fix it.
Can anyone who knows more about CSS / the web inspector help me?