Ishmael recently provided me with a way to override a responsive setting (https://kriesi.at/support/topic/2-columns-grid-row-for-mobile-devices/#post-979367). The @media call out was:
.responsive #top #wrap_all .av-flex-cells .no_margin
This looks great, but it is affecting all pages, and I only want it to affect one particular section item on a particular page (that is wrapped in a tag labeled: #offsite-sec).
I’m fighting the #top element within this call out: I’ve tried the following, but no luck:
#offsite-sec .responsive #top #wrap_all .av-flex-cells .no_margin
#offsite-sec .responsive #wrap_all .av-flex-cells .no_margin
.responsive #offsite-sec #wrap_all .av-flex-cells .no_margin
Hey laptophobo,
If the section has the ID #offsite-sec with the cells inside,
then it’s probably going to be:
.responsive #top #wrap_all #offsite-sec .av-flex-cells .no_margin
if this doesn’t help then please include the url to the page in question so we can take a closer look.
Best regards,
Mike
Hi Mike,
That combination didn’t work for me. What I did find to work is: #offsite-sec .flex_cell.no_margin.
However, I don’t know if that code will hold in all instances.
Please see Private for the URL. The items in question are the 4-across turquoise colored boxes at the bottom.
Thank you.