• Resolved kyle2503

    (@kyle2503)


    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 to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author codepeople

    (@codepeople)

    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:

    Thank you for using the plugin!

Viewing 1 replies (of 1 total)
  • The topic ‘Responsive’ is closed to new replies.