Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1470909

    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

    #1470911

    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;
    }
    }

    #1470934

    Hi,

    Great, I’m glad that you found a solution. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

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