Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #241816

    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!

    #242561

    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

    #242628

    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.

    #243716

    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

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