• Resolved ovidiuav

    (@ovidiuav)


    Hi,

    It seems that the breakpoint value tells the button to only appear when the device’s screen width is lower than or equal to the width written there. Is there a way to set a reverse condition, like a minimum width after which the button should appear? For example, I only want to show the button on screens that have a minimum width of 1000px; anything lower than that and I want the button to disappear. Is this possible?

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Peter Featherstone

    (@peterfeatherstone-1)

    Hey there,

    Unfortunately not. Something like that would need to be done with your own Custom CSS. It would be best to just set the breakpoint to 999999 and then use your custom CSS to hide the button below the value you want.

    I hope that helps

    Peter

    Thread Starter ovidiuav

    (@ovidiuav)

    I actually managed to do it in the meantime with a little custom CSS. Thanks for an awesome plugin!

    Peter Featherstone

    (@peterfeatherstone-1)

    Hey there,

    No problem. I’m glad you worked it out!

    Peter

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Breakpoint – but the other way around’ is closed to new replies.