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
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
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
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
Hi Ismael,
thanks for your help, everything is working as it should now!
Best regards