If your page content does not shrink when you activate your sliders, go to Overlay Sliders > Options tab and manually add the outermost CSS class or ID in Page Wrapper ID under Frontend Customization.
In order to get this CSS style:
- Visit any page on your website.
- Right-click on your page and select View Page Source (or Show Page Source, depending on the browser).
- The outermost CSS class or ID will be located just after your body tag. The body tag looks something like: <body id=”top” class=”home page page-id-1109…”>.
In the source code screenshot below, page is the outermost ID, so you would enter #page. If it were a ‘class’ you would enter .class, using a period (.) instead of (#).