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

    Hello Kriesi team,
    I have another question about frame size: I would like to change the height of the frames so that I have a longer view in the fold area (see link to Check-Screens)!
    Can I change this in CSS? Can you help me briefly here?
    Best regards

    #1473331

    Hey luleloki,

    Thank you for the inquiry.

    Where can see the actual iframe? Please provide the page URL so that we can inspect the element. Are you opening the iframe in a lightbox?

    Best regards,
    Ismael

    #1473336
    This reply has been marked as private.
    #1473352

    Hi,

    Thank you for the update.

    You can use this css code to adjust the height of the lightbox container:

    .mfp-iframe-scaler {
        padding-top: 100%;
    }
    

    Default top padding is 50%.

    Best regards,
    Ismael

    #1473436
    This reply has been marked as private.
    #1473458

    Hi,

    Thank you for the update.

    It shows a white stripe at the top,

    That is default padding of the #main container. To adjust it, you can try this css code:

    @media only screen and (max-width: 767px) {
        /* Add your Mobile Styles here */
        .responsive #top #main {
            padding-top: 0 !important;
        }
    }

    Best regards,
    Ismael

    #1473486

    Hi Ismael,
    thanks for your help, everything is working as it should now!
    Best regards

    #1473535

    Hi,

    Great! Glad to know that this has been resolved. Let us know if you have more questions about the theme.

    Have a nice day.

    Best regards,
    Ismael

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Change frame size for iFrame’ is closed to new replies.