Drag & Drop elements on LP

Anonymous
Not applicable

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?
Tags (1)
1 REPLY 1
Anonymous
Not applicable

Re: Drag & Drop elements on LP

It's a little involved right now, so you may just end up leaving in your hacky JS (although we are looking at improving the process). There are some community posts talking about it, and I also thought this article was a good, in depth approach: http://edwardunthank.com/blog/how-to-make-responsive-landing-pages-in-marketo/