Archived topic
Adjust the CSS to be vertically full-height
7 replies · Started by Arnaud on October 3, 2022
Dear -
I install a script (see in the private area) in the clean page (see the URL of the page in the private area).
I would like the iFrame generated by the script to render vertically full height.
How should I do ?
thx
Hi there,
The iframe is in 100% height already:
https://www.screencast.com/t/L2QokkWrh9
shared with you the updated URL (in the private area).
Do you know how I can tweak the CSS from the script so the iFramme is rendered vertically full height ?
thx
Hi Arnaud,
I viewed the site and it seems the height is 100% from my end as well.
Perhaps you're referring to something different?
Can you take a screenshot of how it looks like from your end right now, and how you would like it to appear?
Uploading Screenshots: https://docs.generatepress.com/article/using-the-premium-support-forum/#uploading-screenshots
Uploaded the screenshot in the private area.
I would like the contact to full-height vertically.
thx.
Try adding this in Appearance > Customize > Additional CSS:
.page-id-912 div#page, .page-id-912 div#page div#content, .page-id-912 div#page div#content :is(.content-area, .site-main, article, .inside-article, .entry-content) {
height: 100vh;
}
thx Fernando.
You're welcome Arnaud!