@Ian
Spotted the issue:
Your selector has "1-wrapper" rather than "l-wrapper" (i.e. the numeral for one rather than lowercase L)
Try:
@media (min-width: 75em) {
div.l-wrapper-inner.container....
Posted3 hours 36 min ago by Martin Price | System Horizons Ltd (yorkshirepudding) on:
@yorkshirepudding
Yes I did flush the caches :)
I've also used Firefox to inspect the element - which is where I get the
"div.1-wrapper-inner.container.container-fluid" from. While hovering on that...
@Ian
Yes, it does sound like there is something else at work (you did flush the cache, at least for CSS, didn't you?)
In your browser:
Right click on an element as close to the container top as you...
Posted5 hours 12 min ago by Martin Price | System Horizons Ltd (yorkshirepudding) on:
@DrAlbany - I think that is beyond my expertise - I have 1500 nodes and I don't understand how a feed of all nodes from my site could be imported back into the site with new terms attached and...
Recent comments
@Ian Spotted the issue: Your selector has "1-wrapper" rather than "l-wrapper" (i.e. the numeral for one rather than lowercase L) Try: @media (min-width: 75em) { div.l-wrapper-inner.container....
How to over-ride grid-flexbox.css
@yorkshirepudding Yes I did flush the caches :) I've also used Firefox to inspect the element - which is where I get the "div.1-wrapper-inner.container.container-fluid" from. While hovering on that...
How to over-ride grid-flexbox.css
@DrAlbany Thanks, but at this stage I'm trying to limit the number of modules on the server... if all else fails I'll take a look at CSS injector.
How to over-ride grid-flexbox.css
@Ian Yes, it does sound like there is something else at work (you did flush the cache, at least for CSS, didn't you?) In your browser: Right click on an element as close to the container top as you...
How to over-ride grid-flexbox.css
@DrAlbany - I think that is beyond my expertise - I have 1500 nodes and I don't understand how a feed of all nodes from my site could be imported back into the site with new terms attached and...
programatically add terms to nodes?