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

    Hi there,

    the Head- and sublines in Slideshow Full-width don’t get small enough in responsive mode. You can’t read anything. Try on a smartphone please:

    http://www.webigami.de/guth

    Can I make it smaller?

    Please advise, Thanks,
    Jan :)

    #243754

    Hi jansthh!

    Please use this on Quick CSS or custom.css:

    @media all and (max-width: 767px) {
    .responsive #top .slideshow_caption h2 {
    font-size: 15px;
    }
    
    .caption_framed .slideshow_caption .avia-caption-content p, .caption_framed .slideshow_caption .avia-caption-title, .avia-caption .avia-caption-content p, .avia-caption .avia-caption-title {
    font-size: 11px;
    }
    }

    Cheers!
    Ismael

    #243755

    Hi Ismael,

    thank you!

    Unfortunately, nothing changed. I inserted the quick css as you asked me to:

    :-/

    #243914

    Hi!

    Please copy paste the first line of code directly from Ismael’s code

    @media all and (max-width: 767px) {

    Best regards,
    Yigit

    • This reply was modified 10 years, 8 months ago by Yigit.
    #244292

    Thank you, Yigit and Ismael!

    Cheers,
    Jan :)

    #244501

    Hi!

    Sorry about that! I edited the code that I gave you but I think you’re faster than a speeding bullet. Glad it is working now. :)

    Cheers!
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Headlines in Slideshow Full Width on portrait smartphone’ is closed to new replies.