I'm currently experiencing a horizontal scrolling issue on my Bootstrap page. Can anyone provide insight into why this might be happening? You can view my page here. Here is a snippet of my CSS code:
@media (min-width: 1400px) and (max-width: 1440px){
body {
background:#ffffff;
}
.container-fluid {
max-width:1440px !important;
overflow: hidden;
}
/* More CSS styles go here */
}