MirSafwat Posted January 24, 2022 Report Share Posted January 24, 2022 Hello. Can anyone please tell me how I can move the "Download PDF" button to a different part of my data page? At the moment, it's at the top-left of my screen/data page and I want to move it. My data page is a Details Report. Quote Link to comment Share on other sites More sharing options...
0 Ulensr Posted January 26, 2022 Report Share Posted January 26, 2022 Hi , this will be very difficult since the download button is part of the search container. What do you want to achieve in detail ? Quote Link to comment Share on other sites More sharing options...
0 futurist Posted January 27, 2022 Report Share Posted January 27, 2022 Hi, This might be achievable with some CSS. May I know which part of the DataPage you want it to be placed? If you could also provide a screenshot that would be helpful. Quote Link to comment Share on other sites More sharing options...
0 Kurumi Posted January 28, 2022 Report Share Posted January 28, 2022 Hi @MirSafwat - you may try this: <style> .cbActionPanel ul { width: auto; display: table; margin-left: auto; margin-right: auto; } </style> Result: The style used is to center the Download Data. Quote Link to comment Share on other sites More sharing options...
Question
MirSafwat
Hello. Can anyone please tell me how I can move the "Download PDF" button to a different part of my data page?
At the moment, it's at the top-left of my screen/data page and I want to move it.
My data page is a Details Report.
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.