Site logo

Archived topic

Adjust the CSS to be vertically full-height

7 replies · Started by Arnaud on October 3, 2022

Viewing posts 1–8 of 8

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

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

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!

This archived topic is closed to new replies.