I’ve used your Catch Box theme to create both http://caldwellperspective.com/ and http://redidpretty.com/. To change the width of the main content and sidebar areas I used the following code in the Theme Options…
#primary {
float: left;
margin: 0 -35.5% 0 0;
width: 100%;}
#content {
margin: 0 38.6% 0 2%;
width: 67.9%;}
#secondary {
float: right;
margin-right: 2%;
width: 25%;}
This gives me the intended effect for the widths, however, on the http://redidpretty.com/, when I view it on an ipad or smartphone, the sidebar does NOT pop down below the main content area. It works fine on http://caldwellperspective.com/, sidebar pops down as it should. I don’t understand why I’m getting different results using the same code.
Any ideas?
Thank you for designing such a great theme and providing such amazing support.