Comment on Stallion Responsive WordPress SEO Theme by Erik.

Stallion WordPress SEO Package Just made both changes, I haven’t run it through specific screen emulators but based on shrinking my browser window, the above fixes seem to work like a charm with both menus and sidebars performing as they should with mobile responsiveness kicking in right about at 480px width.

There was one thing I noticed when deleting the widths I didn’t want–at the very top below the 800px level there was this bit:

/*body {
font-size: 100%;
}*/

As below:

@media only screen and (max-width: 800px) {
/*body {
font-size: 100%;
}*/
#wrap_stallion {
width: 780px;
}
#stsearchform,
...

I didn’t see this appearing right after any of the other widths in the mobile.css file. Is it possible this needs to be left in? Things seem to be performing fine without it, so maybe treat this as just an FYI-FWIW :)

Thanks,

Erik