• New user here, trying to hide the floating vertical left on mobile. I believe I have the settings correct. Left docked,?Hide on mobile screens?1080?pixels or narrower. What am I missing?

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

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

    (@micropat)

    Something on the site is stripping out the inline CSS code that implements your settings:

    <style id="addtoany-inline-css" type="text/css"></style>

    Instead when you View Source, we should see something like:

    <style id="addtoany-inline-css">
    @media screen and (max-width:1080px) {
      .a2a_floating_style.a2a_vertical_style { display: none; }
    }
    </style>

    I suspect the “WP Rocket” plugin might be doing this erroneously. First, try clearing any site cache(s) and deactivating that plugin to see if that resolves the issue.

    If the WP Rocket plugin doesn’t seem to be the cause, try temporarily switching to one of the default “Twenty” themes and deactivating other plugins to find the root cause.

Viewing 1 replies (of 1 total)
  • The topic ‘Floating Vertical Left – hide on Mobile’ is closed to new replies.