
Originally Posted by
Beverleyh
Look at the source order of your stylesheets - and again, check the developer toolbar because it shows you that the CSS for mobile is being overridden in the css.css stylesheet
You have the desktop styles after the mobile ones so they're always in effect - don't forget that normal CSS cascade rules apply so pay attention to source order.
Try switching the order of stylesheets or put mobile media queries for this bar inside the css.css file, at the bottom.
Also, check the syntax of your css.css file because there are <style> tags in there that shouldn't be.
Bookmarks