Jump to content

HELLLP!++++Wordpress site displaying overflow on right fix HELLLLP!


rkuykendall

Recommended Posts

So I'm new here and have been trying to solve this problem for over a month and can not seem to figure out of its CSS or js related... Maybe it could be that I use page templates rather then directly imputing into the Wordpress page content area via the dashboard?The theme was a template and defiantly did not do this as the demo theme works just fine on mobile browsers.The problem is my short codes, nav, widgets overflow off the right side of the page ONLY in mobile browsers. The site works fine on all desktop scenarios..In the screen shot you'll notice that it seems as if the body does not span 100% and leaves a margin on the right (notice the white vertical space on the right)Has anyone run into this issue or have a clue to what the deal is?Im lost and very frustrated at this point..confused.gifThe site is:http://gadget-fix.comALL of the pages do this.

post-133379-0-79905600-1364241756_thumb.png

post-133379-0-61148700-1364241757_thumb.png

post-133379-0-40295700-1364241758_thumb.png

Link to comment
Share on other sites

.top-aside, header, .banner, .banner-slider, .small_banner, #content-container, .footer-callout, footer {	min-width: 960px;}

is conflicting with

#main-wrap {	margin: 0 auto;	overflow: visible;	padding: 40px 0;	position: relative;	width: 1024px;    z-index: 1;} Also you have links to css files, which target the same elements, within the <body> area, when they should be in the <head> of the document.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...