Viewing 1 replies (of 1 total)
  • Plugin Author Jihad Sinnaour

    (@jihad-sinnaour)

    Hi @prospekto,

    Normally the js should be edited, seems to be complicated to achieve that in short time (user-agents,calculate device screen height and weight….)
    But, You can do that by a pretty simple way , with editing css, you have to add a ‘Media Queries Rules’. For example; to deactivate it ander iphone6,galaxy.. mobile in general less than 800px :

    @media only screen and (max-width: 800px){ 
     .your-sidebar-class{
      position:initial !important;
     } 
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Good job, effective plugin!’ is closed to new replies.