x x x
x
Only portrait mode is currently supported - please rotate your device.

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Custom section
DisableAutoHeighttrue


HTML
<style>
#inquire{
   height: 500px;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
#inquire{
   height: 250px;
}
.css-t5ciqp {
    position: relative;
    height: 70%;
    background-color: white;
    border-top: solid 1px #42B64A;
}
.css-1f3v7vc {
    position: absolute;
    top: calc(50% - 20px);
    width: 100%;
    text-align: center;
    z-index: 2;
    line-height: 1;
    color: #030303;
    font-size: 20px;
    font-family: Avenir;
    font-style: italic;
}
.css-1f7z6oz {
    position: absolute;
    top: auto;
    bottom: -30px;
    left: 65px;
    width: calc(100% - 40px);
    font-size: 30px;
    z-index: 5;
    display: block;
    border-radius: 3px;
    outline: none;
    height: 61px;
    -moz-border-radius: 3px;
    font-weight: 400;
    overflow: hidden;
    -webkit-transition: background-color ease-out 100ms 0ms;
    transition: background-color ease-out 100ms 0ms;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 0px; 
    padding-right: 0px; 
    background-color: rgb(65,182,73);
    color: white;
    border: 1px solid transparent;
    font-family: Avenir;
    font-size: 24px;
    width: 250px;
}
}
</style>

<div id="inquire" class="typeform-widget" data-url="https://gsvlabs.typeform.com/to/JTJrtX" style="width: 100%;"></div> <script> (function() { var qs,js,q,s,d=document, gi=d.getElementById, ce=d.createElement, gt=d.getElementsByTagName, id="typef_orm", b="https://embed.typeform.com/"; if(!gi.call(d,id)) { js=ce.call(d,"script"); js.id=id; js.src=b+"embed.js"; q=gt.call(d,"script")[0]; q.parentNode.insertBefore(js,q) } })() </script> <div style="font-family: Sans-Serif;font-size: 12px;color: #999;opacity: 0.5; padding-top: 5px;"> powered by <a href="https://admin.typeform.com/signup?utm_campaign=JTJrtX&utm_source=typeform.com-3163363-Pro&utm_medium=typeform&utm_content=typeform-embedded-poweredbytypeform&utm_term=EN" style="color: #999" target="_blank">Typeform</a> </div>


...