Hello Timothy Provost,
@media(max-width:768px){
#cv-hero-section .slider_content .hero-content-wrapper, #cv-hero-section .hero-content-wrapper {
left: 15%;
}
}
@media(max-width:480px){
#cv-hero-section .slider_content .hero-content-wrapper, #cv-hero-section .hero-content-wrapper {
left: 50%;
width: 100%;
}
.home .up-down-wrap {
right: 12%;
top: 74px;
cursor: pointer;
}
}
Add this to your additional css in customiser this will solve your alignment issue. The controls in header will help you scroll.
Thank you.