Move buttons

Hello,

I would want the buttons to be on the sides of the slider, they have been there before but now there not.

my store: https://r1vex.myshopify.com/

Thanks for your help!

Hi @manbru

Please add this code to Custom CSS of that section in theme customize

.slider-buttons {    
    justify-content: space-between;
    top: 50%;
    position: absolute;
    width: 100%;
}