• Resolved sivaprakash

    (@sivaprakash008)


    Hey, I have enabled this Wpfront notification bar on my site, but unfortunately, the close button/function not working on mobile devices alone. On desktop working cool. even tried with debug mode, over all the statement is fine but the function not working. have a look over it and help me in this

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Swathi S

    (@swathiswpfront)

    Hi @sivaprakash008,

    I took a look at your site and found that you’re using Custom CSS for WPFront Notification Bar.This is most likely to be the cause of the issue as its breaks the plugin functionality. Please confirm this by making a change in the below CSS

    @media (min-width: 320px) and (max-width: 720px)
    #wpfront-notification-bar {
        height: 75px !important;
    }

    Then flush all of your site’s caches and do a fresh load of your site in order to check if the issue is resolved.

    I hope this helps! Let us know if you have any further questions

    Thanks,
    Swathi

    Plugin Support Swathi S

    (@swathiswpfront)

    Resolving due to inactivity. If you have any queries please feel free to get in touch with us.

    Thanks,
    Swathi S

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Close button / function not working on mobile devices’ is closed to new replies.