Question
Drag & Drop elements on LP
I've got a question regarding Marketo Drag & Drop functionality on landing pages while keeping a responsive design.
Let's imagine we have 4 editable areas(form, 2 html blocks, plain text) on the page and we added them using drag & drop. They have absolute positioning on the page. Moreover they are rendered in one place (using <?php echo $mContext['bodyElements']; ?> in the template).
We have the responsive layout and those elements spoil our page appearance so we are forced to move those blocks to separate places around the page using jQuery which is not a good practice.
Does andyone have any advice regarding the best practices of making the Marketo editable pages responsive?
Let's imagine we have 4 editable areas(form, 2 html blocks, plain text) on the page and we added them using drag & drop. They have absolute positioning on the page. Moreover they are rendered in one place (using <?php echo $mContext['bodyElements']; ?> in the template).
We have the responsive layout and those elements spoil our page appearance so we are forced to move those blocks to separate places around the page using jQuery which is not a good practice.
Does andyone have any advice regarding the best practices of making the Marketo editable pages responsive?