• Resolved Bj123

    (@bj123)


    Hi,
    Thanks for all your awesome plugins. The calendar in the media window for the new rendez-vous creation is not visible on a mobile screen. It doesn’t show the side widget in the media window because the screen size is to small. On a tablet it should work. I tried to make the media window scrollable from left to right with some custom css but is doesn’t work. I only can scroll up and down but not left/right. I am not really experienced enough with this. Can you make the media window scrollable somehow to make the calendar in the right widget visible on mobile?
    Thanks so much!

    https://www.ads-software.com/plugins/rendez-vous/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Bj123

    (@bj123)

    …never mind, i could fix this myself with some custom css

    How did you fix it?

    Thread Starter Bj123

    (@bj123)

    Try this in your custom.css:

    @media screen and (max-width: 720px) {
    .media-sidebar {
    position: relative !important;
    max-width: 90% !important;
    width: 340px !important;
    overflow: scroll !important;
    }
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Calendar not visible on mobile’ is closed to new replies.