Dear Sakin,
This may be caused by some weird calculation on the margin by Chrome……
I did some modification to the css and the site finally works well on my Chrome.
/wp-content/themes/catch-everest/style.css
change the margin in “.featured-image .slides image” to 0;
/wp-content/themes/catch-everest/css/responsive.css
@media screen and (min-width: 1190px){
.site{
margin: 4rem auto;
width: 1140px;
}
}
//It is so weird so I decide to uninstall Chrome…….(just kidding)….
sryu