Slider in the center

How can I customize the slider so that it is in the center of my website? I reduced the width to 1080px maximum, but I wanted the slider to be in the center of the content. How can I make this adjustment?

Ps. It’s the second slider, the one with videos

Link to the page with the widget in question: https://www.drystore.com.br/loja/loja.php?loja=1205188&opencode_theme=66c4d244-fa4c-472f-8bd0-888cc0a803a1&2994=&utm_content=||undefined

1 Like

Happy to see you on our forum! Welcome, @Caroline_Ghessi :wave:

Please try to add this code to the Custom CSS field on the Advanced tab of your widget’s settings and let me know if it worked:

#eapps-slider-77b29bac-5f5e-4301-a0b1-f072e7e6db83 { 
margin: 0 auto!important;
}