Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,

    Since you are using our Pro features on your website, you’ll need to open a support ticket at my.elementor.com.

    www.ads-software.com rules state that commercial products are not supported here.

    Any luck on this? Having the same issue.

    Not possible. Square is using a JScript to create an iframe. iframes are completely separate pages and don’t interact with the ‘parent’ page the same way a div or other container would.

    I have been on at Square for YEARS to fix the issues they have. So far everything is on deaf ears.

    oh wow, I’m not the only one here pissed off they make people scroll on height when they could just set it to auto??? ugh….

    For anyone else wondering, here is a universal piece of code you can use to edit the iframe portion of that Square embedd code so you can increase the height. Just put this inside the wordpress customizer. Hopefully it’s the only iframe you have. If it’s not, trying using the class OR ID of ember-application. Modify your height code to your personal needs.

    iframe{
        max-width: 100%;
        min-height: 100px;
        height: 1200px !important;
        vertical-align: top;
        min-height: 1200px !important;
    }
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Adjusting Square Appointments Widget Height’ is closed to new replies.