-3

Guys

I'm facing a problem on my website. Can anyone help me to remove that footer scroll bar ?

My site is "crazymasscouponscode"

Thanks a lot

Faheem Raza
  • 9
  • 1
  • 4
  • 1
    Possible duplicate of [Hide html horizontal but not vertical scrollbar](http://stackoverflow.com/questions/2594389/hide-html-horizontal-but-not-vertical-scrollbar) – andrewgu May 31 '16 at 17:53

1 Answers1

1

To remove the horizontal scrollbar, add in the following code as CSS:

body {overflow-x: hidden;}

For your information, the next time you ask a similar question, it would be beneficial to include a screenshot or description of your problem, rather than a link to your site. Mainly, this is so we don't think you simply want pageviews, and so others can learn from this problem, regardless of what changes on your site.

andrewgu
  • 1,562
  • 14
  • 23