Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    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.

    Thread Starter Lucas Pool

    (@lrileypool)

    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;
    }

    https://i.is.cc/2iO5IVAy.png
    https://i.is.cc/2iOkeJLT.png

    Hope this will help.

    Thanks.

    Thread Starter Lucas Pool

    (@lrileypool)

    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.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Text alignment Issue’ is closed to new replies.