Question

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

Was it helpful?

Solution

  1. Open your superspeed.ro #3 .css file, line 71 (#content-wrap). Disable (add /* padding: 0 40px 40px; */ ) or line.

content-wrap{padding: 0 40px 40px;}

  1. Open your layout.css?ver=1.72 .css file, line 10 (.container). Disable (add /* width: 960px; */ ) or delete line.

OTHER TIPS

Its not an bug from WordPress, its an error by your Stylesheet/CSS.

 #content-wrap {
      padding: 0px 40px 40px 40px;
 }

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 a margin-left of 840px -- that's causing some.

The other is caused by the 40px padding on #content-wrap

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top