10/09/2015 at 5:52 pm
#350059
Keymaster
@ Rebekah
**re: 1 and 2 **
The short of it is that there is custom CSS being applied to the theme which is breaking it when large block level elements are placed in the page content body. Here’s the CSS causing the issue:
.pagewidth {
width: 1100px;
}
#body {
padding-left: 0px;
}
#content {
width: 650px;
margin-left: 40px;
}
#sidebar {
width: 300px;
font-family:Questrial; text-align:left;
}
If you remove this, then the theme responds correctly. The above CSS basically breaks the theme’s mobile device responsive support too. Removing just the width from the above CSS statements should be enough to fix it.
I’ll reply to the categories questions in my next reply.
