Viewing 3 replies - 1 through 3 (of 3 total)
  • damiroquai

    (@damiroquai)

    Try with !important like this:

    @media (max-width: 359px) {.myfixed {position: static!important;}}

    and put it to your theme or child theme style css for now (it works for me), I will add this to the default options in a new plugin version, tnx for a useful feedback…

    Thread Starter brighton beach

    (@brighton-beach)

    Thanks for the quick reply. Putting your code into my child theme style.css works for me too.

    damiroquai

    (@damiroquai)

    In version 1.3 there is a new option in a plugin settings where you can enable / disable mystickymenu at Small Screen Sizes less than 359px. So now you can remove code from style.css ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Possible to disable for mobile devices?’ is closed to new replies.