SunakoChan Posted May 23, 2020 Report Share Posted May 23, 2020 Hi - I wanted to know if it is possible to adjust the height of the Dropdown and the options inside. Quote Link to comment Share on other sites More sharing options...
0 telly Posted May 23, 2020 Report Share Posted May 23, 2020 Hi @SunakoChan, Yes, it is possible, adjust the height of the Drop-down and the options inside. You may paste this code on the header of the DataPage <style> .cbFormSelect{ font-size:26px!important; } </style> Or you may adjust the font size on the style. Just go to Style > Fields > Dropdown/Listbox > change the size. I hope this helps. Regards, Telly Quote Link to comment Share on other sites More sharing options...
0 telly Posted May 23, 2020 Report Share Posted May 23, 2020 Hi @SunakoChan, Also, here are helpful links that you can check: - https://howto.caspio.com/datapages/datapage-components/datapage-header-and-footer/ - https://howto.caspio.com/faq/web-forms/how-to-disable-html-editor-in-datapage-headerfooter-and-html-blocks/ - https://howto.caspio.com/datapages/responsive-datapages/modifying-styles-for-tablet-and-mobile/ Regrads, Telly Quote Link to comment Share on other sites More sharing options...
0 SinJunYoung Posted May 24, 2020 Report Share Posted May 24, 2020 Additional link: https://howto.caspio.com/styles/add-rounded-borders-to-fields-2/ Quote Link to comment Share on other sites More sharing options...
0 Kurumi Posted June 29, 2021 Report Share Posted June 29, 2021 Hi - For height of Dropdown, you can have this style: <style> .DropBox { max-height: 180px !important; } </style> You can change the 180px for your preferred height. I hope this helps! Quote Link to comment Share on other sites More sharing options...
Question
SunakoChan
Hi - I wanted to know if it is possible to adjust the height of the Dropdown and the options inside.
Link to comment
Share on other sites
4 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.