Media query being ignored all other CSS is fine.

Hello,

I have setup a simple site using the default BB theme. To the row across to top of each page I’ve assigned a full height module with a background image. I’ve added a very simple media query to the child theme’s CSS for the following classes: .fl-row-full-height .fl-row-content-wrap .fl-node-56b730c49d881 .fl-row-content-wrap and the custom class I’ve assigned through the row module itself to set a simple max-height and it’s just totally ignoring the MQ.

In fact, I’ve just removed the CSS statement from the media query and set it as a standalone statement and it’s still being ignored.

I’ve flushed the BB Cache and the browser cache.

The site is here: http://www.accurateenglish.magicalned.co.uk/ could someone possibly take a look and tell me where I’m going wrong because I’m at a loss. :frowning:

Andy

Hey Andy,

Welcome to the BB forums! :slight_smile:

Are you trying to target them like .fl-row-full-height .fl-row-content-wrap .fl-node-56b730c49d881 .fl-row-content-wrap { or are you trying to target them separately like .fl-row-full-height .fl-row-content-wrap, .fl-node-56b730c49d881 .fl-row-content-wrap {. Do you think you can share your entire CSS code so we can check? :slight_smile:

Ben

Oh ben! I had omitted a comma and couldn’t see it for looking. All is sorted :frowning:

Thank you for the welcome though. :slight_smile:

Hi Andrew,

Thanks for informing us the issue has been resolved, we appreciate it.

Thanks,
Danny