Maishedu Posted May 31, 2022 Report Share Posted May 31, 2022 I have a calculator datapage that has fields. I have seperated the field using <div><div>{FIELDS}</div></div> For my own javascript purposes. Now the Fields are not responsive on Mobile. This is a very big caspio issue. If it could be addressed. Wrapping field around a HTML Block shouldn,t be a problem. Here is the Datapage : https://c0hcr614.caspio.com/dp/7dfc9000c648da3df3ee4446a00f Quote Link to comment Share on other sites More sharing options...
futurist Posted May 31, 2022 Report Share Posted May 31, 2022 Hi @Maishedu, Any particular reason why you decided to wrap each fields in their own nested divs? Quote Link to comment Share on other sites More sharing options...
Maishedu Posted June 1, 2022 Author Report Share Posted June 1, 2022 Want to manipulate the Divs using Javascript, The problem was solved using : <style> @media only screen and (max-width: 1024px) { div#step1 div.cbFormNestedTableContainer, div#step2 div.cbFormNestedTableContainer, div#step3 div.cbFormNestedTableContainer { display: block; } } </style> 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.