How to reduce the width of the field using css?

0

I received a code to embed in the site, but I'm not able to reduce the width in the field to fill in email. Below is the code. Thanks in advance.

Code to put in head:

<script src="https://s3-sa-east-1.amazonaws.com/widgets.superlogica.net/embed.js"></script><scripttype="text/javascript">
/*{literal}<![CDATA[*/
superlogica.require("condominios");
superlogica.condominios("areadocondomino","areaCondominio","vgm","1");
/*]]>{/literal}*/
</script>
<div id="areaCondominio"></div>
    
asked by anonymous 06.08.2018 / 03:09

1 answer

0

The script generates a iframe and you can not change the look inside a iframe unless you have access to the css of the displayed HTML document, in this case it is not possible.

Learn more about iframe here

    
06.08.2018 / 03:53