Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1260763

    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,

    #1260844

    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

    #1261095
    This reply has been marked as private.
    #1261142

    Hi ChichesterDesign,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.