Jump to content

Fields Unresponsive When Wrapping them Around HTML Block div


Recommended Posts

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

Link to comment
Share on other sites

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>

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...