Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #382989

    Hi team,

    on this website, the client’s face is overlapped by the headline and text of the fullscreen slideshow caption on smartphones:

    http://ra-notar-hamburg.de

    – How can I disable the text and make the headline smaller on smartphones only)

    Thanks and cheers,
    Jan :)

    #382990

    I figured it out with this code to not display the text and button and make the slideshow’s headline smaller. Is that ok?

    @media only screen and (max-width: 480px) { 
    div .slideshow_caption h2 { font-size: 10px !important; }
    div.avia-caption-content {display: none !important; }
    .avia-slideshow-button {display: none !important; }
    }

    Cheers

    #382995

    I have another issue on this page anyway:

    On iPad PORTRAIT the sidebar main menu is not aligned left with the logo. It’s on ther enfold-websites which use the sidebar menu, too.

    How can I change that? Please see the screenshot:

    Thanks,
    Jan :)

    #383008

    Hi!

    Please add following code to Quick CSS

    @media only screen and (max-width: 990px) {
    .html_header_sidebar .logo { padding-left: 25px; }}

    Regards,
    Yigit

    #383036

    Perfect, thank you! :)

    #383046

    Hey!

    You are welcome Jan, glad we could help :)

    Regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Fullscreen Slideshow on mobile’ is closed to new replies.