http://www.dragefjellets-musikkorps.no/musikken/nordiske-klanger/
It works great for iPad, but for screen resolution less than that the layout gets ruined. It’s also a problem that the text disappears.
Please advise!
Hey kardemomme!
I reported it to Kriesi. You can use this css code:
@media only screen and (max-width: 767px){
#top .av_header_transparency #header_main {
background-color: #fff !important;
}
}
as a temporary quick fix. Insert it into the quick css field.
Cheers!
Peter
Thank you for the temporary fix!
I still have a problem with the textual content of the fullwidth easy slider. It get’s cut off on mobile phones. Is there a fix for this?
This is also a problem with the fullscreen slider.
Hi!
You can try to decrease the line height and font size with
@media only screen and (max-width: 767px){
.page-id-3595 .slideshow_inner_caption {
font-size: 10px;
line-height: 1.2em;
}
}
Best regards,
Peter