• Resolved bolt24

    (@bolt24)


    I got a left margin in my slide after the upgrade. And the whole slider is pushed to the right. Never touched anything after the upgrade.

    It seems like the slider is using this below. Because when I de-click “margin” in my CSS inspector it falls in place again. When I set margin to zero it effects the whole site though.

    .entry-content li, .comment-content li, .mu_register li {
        margin: 0px 0px 0px 2.57143rem;

    Any clues here?

    https://www.ads-software.com/plugins/ml-slider/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi bolt24,

    Please could you try adding this to your themes style.css file?

    .entry-content .metaslider li {
        margin: 0;
    }

    If that doesn’t work, please could you send me a link to your site?

    Regards,
    Tom.

    Thread Starter bolt24

    (@bolt24)

    That took care of business. Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Left margin after 2.6 upgrade’ is closed to new replies.