• Resolved Mr Lucky

    (@voodoochill)


    I can only see hide or show on mobile.

    Canhow at side on desktop only, below content on mobile only? Thanks

Viewing 1 replies (of 1 total)
  • Plugin Author Colin Devroe

    (@cdevroe)

    Hello @voodoochill,

    Thanks for your question! There isn’t yet a setting to “hide on mobile”. That is a great idea and we may implement that in the future for all tools.

    However, you can do this with some custom CSS if you’d like.

    @media screen and (max-width: 480px) {
    aside.dpsp-floating-sidebar { display: none;
    }

    and

    div#dpsp-content-bottom { display: none; }

    Depending on exactly how you’d prefer this to work, the above custom CSS should be usable for what you’re trying to accomplish.

Viewing 1 replies (of 1 total)
  • The topic ‘Show at side on desktop, below content on mobile’ is closed to new replies.