Tagged: responsive
I’ve added a form (using LeadDoubler.com) on http://www.erstatningsgruppen.dk. I’ve positioned this on top of the slider area using margin-top:-500px.
This is OK on desktop display, but breaks on smaller screens.
Now I need your help in how to insert an iframe into the header area in a way that makes it work on a mobile.
Morten
Hi Morten,
You can use media queries to change the positioning of the form in the various screen sizes. We have a mobile and desktop media query in the custom.css file pre-defined and you can read more about them here: http://css-tricks.com/css-media-queries/
Regards,
Devin