#{{variable_name}} { visibility: hidden; position: absolute; left: 0px; top: 0px; width:100%; height:100%; text-align:center; z-index: 99999; } #{{variable_name}} div{ width:600px; {%if widget.include_text_field%} {% if editor_type == 'markdown' %} height:480px; {%else%} height:440px; {%endif%} {%else%} height:210px; {%endif%} margin: 100px auto; background-color: #fff; border:1px solid #000; padding:15px; text-align:right; } #{{variable_name}} iframe{ width:600px; {% if editor_type == 'markdown' %} height:480px; {%else%} height:440px; {%endif%} }