Slider not going full width

I’ve got a slider for my header set up and my issue is, instead of the image being full-width, it will show the entire full image and part of the next.


Here is my site Read-Only: LINK
(how to share your site Read-Only link)

Hi :slight_smile:

  1. First you need to set the mask with overflow: Visible
    Screenshot 2023-07-28 at 08.38.43

  2. You need to go to slider set the position as relative and the width to % you want to show your image (eg. 90%, your image will cover 90% of the screen and the next image 10%)

  3. You need to set you background image as cover

Please, if it works, set this comment as solution and connect with me on Linkedin if you need further help.
https://www.linkedin.com/in/alexis-matos/

Thanks!

This worked! Thanks so much.