Child Theme Repsonsive Issues
-
Hi there, I installed the free ‘Point’ theme and was trying to build a child theme for it. However, when I activate my child theme, the website all looks fine when viewing from a desktop, but when I visit the site from a smart phone it doesn’t display with its responsive design.
In my child theme’s style.css file I use @import url(‘../point/style.css’);
, however the responsive.css file in the Point theme is located elsehwere, so that’s why I am having issues.So I tried changing this to the location of the responsive.css file:
@import url(‘../point/css/responsive.css’);
and while the website now displays with the responsive design when viewing from a smart phone, it loses its styling because of course my child theme’s style.css file is not pointing to the Point themes main style.css file.Anyone have any suggestions?
I have not come across this issue when building child themes for other responsive themes like twentyeleven theme for example.
- The topic ‘Child Theme Repsonsive Issues’ is closed to new replies.