How to place buttons horizontally in mobile friendly mode

How to place buttons horizontally in mobile friendly mode

dpotamdpotam Posts: 5Questions: 2Answers: 1

Hello!

I'm just place buttons on my site:

buttons: [
'copy', 'csv', 'excel', 'pdf', 'print'
],

They are working very well, thank you for it. I have one question. When i look at site from mobile phone then buttons placed vertically. Is this possible to place them horizontally?

Answers

  • colincolin Posts: 15,146Questions: 1Answers: 2,586

    They don't on the example pages - see here - so it's going to be something to do with your CSS.

    We're happy to take a look, but as per the forum rules, please link to a test case - a test case that replicates the issue will ensure you'll get a quick and accurate response. Information on how to create a test case (if you aren't able to link to the page you are working on) is available here.

    Cheers,

    Colin

This discussion has been closed.