• Resolved shannontowell

    (@shannontowell)


    Hi, I created a metaslider gallery. But the arrows overlap in the bottom left corner, not where you’d expect. Can you help me display them properly?

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

Viewing 1 replies (of 1 total)
  • Hi,

    Looks like one of your CSS code overwrites the position of the arrows. You can fix this by adding the following CSS code to your site:

    .flex-direction-nav a {
    position: absolute !important;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Arrows not in correct position’ is closed to new replies.