Responsive design after block design edit and responsive iFrame?

Permalink
Two questions:
1 - When editing the block designs (let's say padding), this will stay when switching to mobile, so the design/blocks won't be responsive anymore. How can this be fixed?

2 - I have a form in an iFrame block set in a content hyperlink. But this isn't very responsive. Can this be fixed?

FischerVision
 
jasteele12 replied on at Permalink Reply
jasteele12
If you want things to be responsive you are best off setting these things using CSS classes, not direct padding, margins, etc.

The classes handle the media queries, instead of hard-coded values.

Both the form and the iFrame block would also need to be using responsive CSS classes.