How to reduce field width using css?

Asked

Viewed 31 times

0

I received a code to embed on the site, but I’m not able to reduce the width in the field to fill email. Below follows 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>
<script type="text/javascript">
/*{literal}<![CDATA[*/
superlogica.require("condominios");
superlogica.condominios("areadocondomino","areaCondominio","vgm","1");
/*]]>{/literal}*/
</script>
<div id="areaCondominio"></div>

1 answer

0


The script generates a iframe and you can’t 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

Browser other questions tagged

You are not signed in. Login or sign up in order to post.