Jump to content

Stephking2023

Member
  • Posts

    1
  • Joined

  • Last visited

Stephking2023's Achievements

Level 1

Level 1 (1/20)

0

Reputation

  1. Hi! Site PW: Tianaturopathy I've embedded code to link to a Cliniko booking page but something in the code is creating too much blank space underneath it. <iframe id='cliniko-28006363' src='https://tia-naturopathy.au3.cliniko.com/bookings?embedded=true' frameborder='0' scrolling='auto' width='100%' height='1000' style='pointer-events: auto;'></iframe> <script type='text/javascript'> window.addEventListener('message', function handleIFrameMessage (e) { var clinikoBookings = document.getElementById('cliniko-28006363'); if (typeof e.data !== 'string') return; if (e.data.search('cliniko-bookings-resize') > -1) { var height = Number(e.data.split(':')[1]); clinikoBookings.style.height = height + 'px'; } e.data.search('cliniko-bookings-page') > -1 && clinikoBookings.scrollIntoView(); }); </script> I'm unable to move the text higher or make the section more flush. Are you able to help? Thanks! Steph
×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.