Hi
It due to your custom CSS Code:
.container {
max-width: 100% !important;
overflow-x: hidden !important;
}
in the file: ROOT/templates/ja_fit/css/custom.css
You should review this code again as the '.container' class is widely used on website, when you add custom style like this, it will affect other parts like this case.