Some media queries not running in child theme
-
Hello ThemeAWESOME
I am using a child theme of your wonderful TotalPress theme.When using the parent theme directly, the media query breakpoint at 1023px works as desired. The primary div and sidebar go to full width.
But when I make a fresh child theme, using unaltered parent theme styles, the media query does not execute. The primary div and sidebar do not change width at the 1023px breakpoint. They just get thinner.
I tried again to make a fresh child theme, thinking maybe it was something in the child theme calling the parent incorrectly. However, the media query does not work in the new child theme either.
I realize I’m responsible for child theme code. However, I am curious why the parent theme styles do not work as expected for a child theme.
I ran the parent theme style.css through a validator and found a few parse errors:
23 Parse Error }@page{margin:.5cm}
23 Parse Error }}
23 too few values for the property width
601 .comment-fields Value Error : margin-bottom Parse Error :Any suggestions for this?
The page I need help with: [log in to see the link]
- The topic ‘Some media queries not running in child theme’ is closed to new replies.