Hey, so I’m working on a website here: https://aloriadance.com/
As you can tell, the captions of the slider overlap with the side arrow buttons.
I tried using this code:
div.container.caption_container {
margin-left: 50px;
margin-right: 50px !important;
}
But that only worked for the left margin on the first slide. When you get to the second slide… the problem persists. I tried isolating the divs by slide and applying the code, but it didn’t work.
Can you please help me out?