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

    Im using a grid with 2 colls on desktop, on mobile it squeezes them rather than just showing one coll.

    Is there a quick fix?

    #912338

    Hey Jonas,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:479px) {
      .responsive #top #wrap_all .slide-entry {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
      }
    }

    Hope this helps :)

    Best regards,
    Nikko

    #912378

    Hi NIkko,

    thanks a lot, verry nice.

    #912387

    Hi,

    Glad we could help, let us know if you need further assistance :)

    Best regards,
    Nikko

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