How to move my slideshow content to the left

hi guys, I need help with my slideshow the button and that whole menu is too far to the right and I want it to be more to the left, heres what I mean:

If you guys could help it would be great

Heres my website:

https://brickbuildzz.com/

hi @BrickBuidz

This is David at SalesHunterThemes.

Thank you for your question.
You can try follow this path:

Themes => edit code => asset => base.css

and add this code to bottom of the file base.css

.slideshow__text-wrapper.banner__content {
    max-width: 100%;
}

Hello @BrickBuidz :waving_hand:

In Shopify Admin, you can go to Edit theme code, open file base.css and add this code at the bottom

.slideshow__text-wrapper {
    max-width: 150rem !important;
}

The result

Hope it helps!