0
Fixed

reviews extend past browser width

Zac 1 year ago updated by Josh 2 months ago 7

Have just dropped the shortcode into a blank page and the reviews area is wiiiiiide, way wider than the browser width.

It's supposed to be a 3 column single row layout using the Advanced slideshow settings.

I'm using it in a custom theme, and have tried deactivating all other plugins, with no success, no errors showing in the console.

Presume this is conflicting with some CSS somewhere, but thought I'd check whether this is a known issue before disappearing down the rabbit hole to fix it.

Screenshot:

Image 1984

Meant to add that the preview in the back-end looks fine.

Oooh, is it because my site uses grid for the main layout?

Under review

Please post the URL so I can take a look.

Thanks,
Josh

I seem to be having a similar problem on my site, was a fix ever found?

I fixed it by setting the top level container for the right hand side of my page to:


overflow: hidden;

Feel free to inspect my DOM (ooerr missus!) https://www.upinframes.co.uk/

Glad it's fixed. I have seen similar issues with the Advanced slider. Especially if there is any sort of delayed loading. The Advanced slier must know the width of the container on page load. The normal slider works a little different and can sometimes work when the Advanced doesn't.