There is a horizontal scroll bar appearing here on chrome:
http://www.marketingagencyleeds.co.uk/
I am not quite sure what is causing this.
Any help will be appreciated.
Thanks
There is a horizontal scroll bar appearing here on chrome:
http://www.marketingagencyleeds.co.uk/
I am not quite sure what is causing this.
Any help will be appreciated.
Thanks
It's appearing because your container widths are 1200px, if your screen width is less then that... well you'll get a scroll bar.
If you want to hide the scroll bar, add overflow-x: hidden to the body element