Responsive Problem With Single Posts And Pages

6 replies
  • WEB DESIGN
  • |
This is my site: Quotes Quips Wise Words

The theme is Genbu, but it has been customized to have two equal sidebars. The customized code is:

#main {
padding: 10px;
}
.main-wrap {
float: left;
margin-left: 1rem;
margin-right: 21rem;
}
#sidebar-primary-wrap {
float: left;
margin-left: 1rem;
margin-right: -21rem;
width: 20rem;
}

#sidebar-secondary-wrap {
float: left;
margin-right: -20rem;
position: relative;
width: 20rem;
}

The problem is when I checked the site with the responsive tool at: Responsive Design Testing, I found there is something amiss. The homepage is fine. But when I tested the single posts and pages, there is a slider at the bottom of the test result for 240x320 device only.

See image below:

#pages #posts #problem #responsive #single

Trending Topics