[Support request] Adjust the CSS to be vertically full-height

Home Forums Support [Support request] Adjust the CSS to be vertically full-height

Home Forums Support Adjust the CSS to be vertically full-height

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #2361674
    Arnaud

    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

    #2361970
    Ying
    Staff
    Customer Support

    Hi there,

    The iframe is in 100% height already:
    https://www.screencast.com/t/L2QokkWrh9

    #2362210
    Arnaud

    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

    #2362235
    Fernando
    Customer Support

    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

    #2362243
    Arnaud

    Uploaded the screenshot in the private area.

    I would like the contact to full-height vertically.

    thx.

    #2362252
    Fernando
    Customer Support

    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;
    }
    #2362277
    Arnaud

    thx Fernando.

    #2362282
    Fernando
    Customer Support

    You’re welcome Arnaud!

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.