• Button size and label animation

This is for https://site-servicesuk.xyz/

1 - I want to show buttons on tablet and desktop but hide on mobile. When I hide on mobile it also hides on tablet - how can I have it visible on everything except mobile?

2 - I need to reduce the size of the buttons - I can't see anywhere to do this.

3 - Also I want to style the label when it appears so it slides out in a smoother, slower manner - is this possible?

Many thanks for your support,
Lee

    5 days later

    Hi lee5500 ,

    Currently we have no other options to hide or show buttons on tablet specific. I think tablets are currently seen as mobile. However, I think it would be great to add this feature anyways. I've noted it!

    We're currently working on a feature to change the button size. For now you can add this CSS to change the width and height (but it's not officially supported and we cannot gurantee that it works in future updates).

    .buttonizer .buttonizer-button {
        width: 56px !important;
        height: 56px !important
    }

    Regarding to the label animation, that's an interesting feature that would be nice to implement! I've also noted this feature request!

    Let me know if this helps or if you have more feedback/feature requests 🙂