A new client has come to me with a strange issue they've got on their website, for some reason it's displaying a horizontal scrollbar, and I'm really not sure how to get rid of it.
Help is appreciated.
|
A new client has come to me with a strange issue they've got on their website, for some reason it's displaying a horizontal scrollbar, and I'm really not sure how to get rid of it. Help is appreciated.
| |||
|
feedback
|
|
You need to remove this width setting under
| |||
|
feedback
|
|
How about setting the body width to 100% instead of 828px in the css file. Or a hack like :
in css always work. | |||
|
feedback
|
|
add in stylesheet under body tag 'overflow-x: hidden;'
| |||
|
feedback
|