Embed HTML Code Doesn't Fit on Page in Mobile!

Hi,

I had a custom price calculator html page that i embed to my webflow design but whatever i did it’s height doesn’t fit in the page and a horizontal scrollbar appears. How to make this embed code’s heigth fit on page in mobile? I shared my preview below.


Here is my public share link: LINK
(how to access public share link)

Make sure that the parent element has a height specified so that the 100% width and height in the html embed listens to that height.

So, set the price_section class to 100vh so that it fits the entire screen and to be secure give the Html embed a class and give it 100% width and height.

I hope this solves your question.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.