• Resolved milanouser

    (@milanouser)


    Hi Marcus,

    I noticed that your plugin works a lot with fixed width, most notably on Google maps and booking forms (details, login).

    In times of responsive layouts (even WordPress default template is responsive by now with twenty twelve!) and mobile users I think it would be very beneficial if Events manager would become responsive as well, e.g.:

    – Google maps: if not responsive, you can end up on mobile devices in the scrollbar bootstap. To make the map responsive you can look at official Google implementation or as mentioned on stackoverflow, or go for a fancy solution like this one from Webdesign tuts

    – Booking form: easily implementable with simple css classes “two_third” and “one_third” for booking details form and login form, respectively, defining them with:

    .one_third {
      width: 30.66%;
      position: relative;
      margin-right: 4%;
      float: left;
    }
    .two_thirds {
      width: 65.33%; }
      position: relative;
      float: left;
    }

    Would be great to see that implemented soon in the plugin

    http://wordpress.org/extend/plugins/events-manager/

  • The topic ‘Request: Make Events-manager responsive!’ is closed to new replies.