Kuroshi Posted August 29, 2020 Report Share Posted August 29, 2020 How can I make all the corners fit in the display of a Gallery page. I'd like a rounded style with shading. Quote Link to comment Share on other sites More sharing options...
Barbie Posted August 29, 2020 Report Share Posted August 29, 2020 Hi @Batchini You may try this code and paste it in the header: <style> .cbResultSetListViewTableOddCell, .cbResultSetListViewTableEvenCell { border-radius: 20px !important; box-shadow: 5px 5px 10px #88888; } </style> You can also find the class style which is highlighted in red above inside the Style itself and add the border-radius and box-shadow if you want to easily apply it on all of your Gallery DataPages. I hope this works. - Barbie Quote Link to comment Share on other sites More sharing options...
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.