Hey everyone,
What I would like to do is the following, align the website on mobile so you can not move it to the side. On the first picture you can see what I mean.
If you need it here is the url as well https://reussirwi.com
Thank you for any help!
Hi @Jacquline
To fix the problem, You can try follow this path:
Themes => edit code => asset => section-image-banner.css
and add this code to bottom of the file section-image-banner.css
.banner {
width: 100%;
overflow-x: hidden!important;
}
That worked perfectly, thank you so much!