• Resolved rosbiffer

    (@rosbiffer)


    If I enable RM when using my theme which uses the Motopress hotel booking engine then my availability calendar is squashed when looking at the mobile site. I can’t work out what css RM is introducing to do this…

    Check new.lasourcetranquille.com on mobile or a small window.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support RegistrationMagic Support

    (@registrationmagicsupport)

    Hi,

    We have noted the issue and forwarded it to our planning team for inclusion of the fix in the upcoming release of RegistrationMagic.

    Thank you for reporting it.

    Thread Starter rosbiffer

    (@rosbiffer)

    It looks like it is the use of table in rm_front_end css. In the section for smaller screens you have this:

    @media screen and (max-width: 700px) {
    table {
    display: block;
    overflow: auto;
    }
    }

    I have therefore add this line in additional CSS under appearance to cancel it out for the datepicker table:

    .datepick table {
    display:table;
    }

    Plugin Support RegistrationMagic Support

    (@registrationmagicsupport)

    Hello,

    Thank you for the feedback. We have noted this and will release it in the upcoming version.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘CSS conflict with Motopress Hotel booking plugin’ is closed to new replies.