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
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
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.