I bought this theme, i customized it, edited some code and now apparently i can scroll a lot horizontally. I already opened a ticket to the theme’s owner but it’s probably going to take more than 24 hours and i do not have those 24 hours.
This is the website. Try scrolling to right.
I tried adding width: 100% to different divs but without succes.
Thanks
padding: 0 40px 40px;
*/ ) or line.content-wrap{padding: 0 40px 40px;}
width: 960px;
*/ ) or delete line.Its not an bug from WordPress, its an error by your Stylesheet/CSS.
If you remove this, you can see, the Horizontal scrolling will be disbaled. Your #content-wrap has more width than html/body.
There are two elements causing it:
.nav_wrap
has amargin-left
of840px
— that’s causing some.The other is caused by the
40px
padding on#content-wrap