New Landing How can we help? Cardinal Swift Slider caption title responsive sizing

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Cardinal
  • #163067
    Pothe
    Member
    Post count: 336

    Hi,
    On the web site link provided in ticket details, the caption title doesn’t reduce in size on mobile. This means that one of the words has a line break.

    How can I reduce the font size for mobile?
    thanks

    #163157
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please attach marked screenshot image.
    Thanks
    Mohammad

    #163472
    clemens2284
    Member
    Post count: 23

    Hi,

    I have the exact same problem. A line break at the last word, only on mobile (iphone) portrait mode. I’ve attached both screenshots. url is zoomaudio.at/wordpress

    How can I reduce the font size?
    thanks

    Attachments:
    You must be logged in to view attached files.
    #163576
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    @media only screen and (max-width: 479px) {
    .swiper-slide .caption-content h1 {
        font-size: 30px !important;
     }
    }

    Thanks
    Mohammad

    #163626
    clemens2284
    Member
    Post count: 23

    Thank you Mohammad. Works perfectly fine!!!
    Do you know why the continue down button is still not responsive?

    Any chance you can fix that?

    Thanks

    #163642
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Not much we can do about that, if you have your slider set to window height there’s a chance the content + the arrow will not have enough room

    – Kyle

    #163648
    clemens2284
    Member
    Post count: 23

    Ok Kyle, thank you. No problem.

    #163649
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    🙂

Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in to reply to this topic.