How to maintain responsive functionality in a 'Sensitive' childtheme?
-
I’m read past comments about how the ‘Sensitive’ theme by WPEden is not fully childtheme ready, but that there are workarounds. I have been able to make style changes to my site by creating a child style.css file with the following includes:
@import url("../sensitive/style.css"); @import url("../sensitive/bootstrap/css/bootstrap-responsive.css"); @import url("../sensitive/bootstrap/css/bootstrap.css"); @import url("../sensitive/css/google-code-prettify/prettify.css");
However, the site is no longer responsive. How can regain the responsive functionality?
@shaon(Note: this theme is built on Twitter Bootstrap and therefore includes multiple stylesheets).
Thanks very much!!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How to maintain responsive functionality in a 'Sensitive' childtheme?’ is closed to new replies.