This CSS may fix it:
.sow-slider-base ul.sow-slider-images li.sow-slider-image .sow-slider-image-container {
position: fixed;
}
You currently have it set to “absolute”.
To add CSS:
- If you are using WordPress 4.7 or later, use the “Additional CSS” option in the customizer.
- If your theme has a custom CSS option, use that to add the CSS shown above.
- If not, install the plugin Simple Custom CSS.
Learn to use the Chrome Developer Tools to help you see and test changes to your CSS.
Thanks, but that’s not seeming to help.
Hi @lrileypool
You can achieve this by applying following CSS code.
.sow-slider-base ul.sow-slider-images li.sow-slider-image .sow-slider-image-container .sow-slider-image-wrapper {
margin: 0;
z-index: 2;
-ms-box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
http://i.is.cc/2iO5IVAy.png
http://i.is.cc/2iOkeJLT.png
Hope this will help.
Thanks.
Sorry, that’s not helping either. I’m sure it’s a theme/plugin compatibility issue. Would it help if we removed the background for the homepage?? Just an idea.