Skip to main content
June 23, 2015
Question

Responsive forms issue

  • June 23, 2015
  • 1 reply
  • 1413 views

I've been trying to make forms responsive, and have bene dealing with a weird issue. I made the template for the page using CSS and HTML but when I put together the form on the page using that template, the content headers and columns respond correctly, but the form doesn't anchor with the page and ends up looking weird. This would be an easy fix if I could access that code, but in the editor it only lets you drag and drop. Is there any way around this?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

SanfordWhiteman
Level 10
June 23, 2015

This sounds like an echo of a question from no more than 2 weeks ago.

The most flexible solution is to eject the form from the DOM and reinject it. Then you can override the position: absolute and do what you want with it without losing any LP-level functionality. Proof-of-concept.