Zoom In/Out html template landing page, how can i make the rich text position relative | Community
Skip to main content
December 13, 2013
Question

Zoom In/Out html template landing page, how can i make the rich text position relative

  • December 13, 2013
  • 2 replies
  • 1137 views
there is a landing page bulit on a html template, i drag and drop the rich text to this landing page. 
when i zoom in/out this landing page, this rich text seems absolutely position for the landing page.

how can i make it relatively?

i think we can create the template for our clients, they can build landing page based on our template through add some marketo compoments like rich text/image/custom html, if we modified them on template level, there won't be make sense for our clients. 

is there any same issue guys as me?

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

2 replies

December 13, 2013
That is one of the caveats of the Marketo Landing Page Designer, it sets most, if not all, drag and drop elements to be absolute positioned.
December 13, 2013
We force our forms into relative position using CSS in our HTML templates, that way validation errors don't push the form off the end of the page. That's really the only thing I believe it makes sense to do that way, though. (Unless you plan to basically stop using the drag and drop editor entirely.)