Hey!
Such an awesome theme. Well done :-)
Perhaps you can help me? I followed the instructions at https://kriesi.at/documentation/enfold/grid-row/ to add gaps between the grid cells. How can I make so that it only does that on desktop and tablet and not on mobile?
Many thanks in advance,
Hey ChichesterDesign,
Please use the code you need wraped in the media query like so:
@media only screen and (min-width: 990px) {
#icons-grid .flex_cell {
border-width: 24px!important;
border-right-width: 0px!important;
border-bottom-width: 0px!important;
border-style: solid!important;
border-color: #FFF!important;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
Hi ChichesterDesign,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria