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

    Hi,

    I recently set the Blog Grid Columns to 2 which looks fine on desktop and tablets but terrible on mobile devices (even text is overlapping, see here).

    Is it possible to set the Blog Grid Columns on mobiles to 1, while keeping 2 columns on desktop and tablets?

    Thanks for your support!

    #908947

    Hey catchbudapest,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    .av_one_half {
        width: 100% !important;
        margin-left:0 !important;
    }
    }

    Best regards,
    Rikard

    #909008

    Perfect, thanks!

    #909128

    Hi,

    Glad we could help and sorry for the problems. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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