• Resolved thelittlegreenman

    (@thelittlegreenman)


    Hi, I checked everything on a fresh wp install, disabled plugins and figured out that with the latest 2021 theme and this plugin I’m getting a scrollbar as soon as the mouse leaves the meta slider. If I hover right over the image the scrollbar disappears
    There is some margin, padding or something similar
    How can this be fixed?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi,

    I’m not sure why that is happening but you can add an overflow rule to the container to keep the arrows from expanding the width. Add this to a CSS file in your theme (or with a CSS plugin).

    .metaslider {
        overflow: hidden;
    }

    Let me know if you have any questions

Viewing 1 replies (of 1 total)
  • The topic ‘Slider adds some space on the right’ is closed to new replies.