Tagged: Dia presentation, full screen
Dear Kriesi Support,
Because of the ‘full screen’ setting for the header, the bottom part from the header gets cut off at mobile devices. This causes an issue with two important buttons which don’t get displayed like they supposed to.
How can I solve this issue?
Kind Regards,
Lisa
I think I have solved the issue with the following CSS code;
@media only screen and (max-width: 1170px) and (max-height: 844px), only screen and (max-width: 375px) and (max-height: 812px) {
#top #wrap_all .avia-slideshow .av-slideshow-caption.av-19l7r0yx-f4a9287caa6e093433c04f70226b8e0c__1 .avia-caption-title {
margin-top: 10px !important;
font-size: 38px !important;
}
}