how to get rid of horiztonal scrollbar html code example Example: DISABLE the Horizontal Scroll html, body { max-width: 100%; overflow-x: hidden; }