Title: Responsive
Last modified: April 20, 2019

---

# Responsive

 *  Resolved [kyle2503](https://wordpress.org/support/users/kyle2503/)
 * (@kyle2503)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/responsive-378/)
 * I have installed this plugin to my site.
 * However it does not work on mobile device, any idea?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fresponsive-378%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/responsive-378/#post-11449647)
 * Hi,
 * It’s a conflict with the styles, specifically in the mobile view there is a layer
   floating over a large section of the page preventing clicks on it.
 * A solution is to add the following style into the CSS customization area of the
   plugin:
 *     ```
       @media (max-width: 768px) {
       .float-left {float:none}
       }
       ```
   
 * The CSS customization area is located under the “General Settings” page of the
   plugin (sidebar menu) and it points to the following CSS editor:
 * ![](https://i0.wp.com/apphourbooking.dwbooster.com/images/articles/customizing/
   css-editor.png?ssl=1)
 * Thank you for using the plugin!

Viewing 1 replies (of 1 total)

The topic ‘Responsive’ is closed to new replies.

 * ![](https://ps.w.org/appointment-hour-booking/assets/icon-256x256.png?rev=1784135)
 * [Appointment Hour Booking - Booking Calendar](https://wordpress.org/plugins/appointment-hour-booking/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/appointment-hour-booking/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/appointment-hour-booking/)
 * [Active Topics](https://wordpress.org/support/plugin/appointment-hour-booking/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/appointment-hour-booking/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/appointment-hour-booking/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [codepeople](https://wordpress.org/support/users/codepeople/)
 * Last activity: [7 years, 1 month ago](https://wordpress.org/support/topic/responsive-378/#post-11449647)
 * Status: resolved