• Resolved ricokits04

    (@ricokits04)


    Hi,

    I’m using the grid view, simpel look on my site. On tablet the calender doesn’t scale down the way it should. The events are going on top of each other, making it unreadable.
    ( https://roden.bezoeknoordenveld.nl/ )

    Hopefully someone will have the solution.

    Thanks.

    Rico

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Contributor webnus

    (@webnus)

    Hello @ricokits04,

    Please put the CSS below in MEC Settings > Custom CSS:

    @media(min-width:760px) and (max-width:1280px) {
        .mec-event-grid-minimal .col-sm-4  {
            width: 100%;
            display: block;
        }
    }

    Best Regards

Viewing 1 replies (of 1 total)

The topic ‘Responsive calender’ is closed to new replies.