• Hi, the textbox in the slider is not really adaptable on the devices. It seems that its size is never adjusted relative to the overall slider size. Is there a way to fix it?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Fotis

    (@markwaregr)

    Hi there,
    Can you send me a URL so I can check it out?

    Thread Starter uafegu

    (@uafegu)

    Hi. Here it is https://steffenmurau.com/
    Thanks!

    Plugin Support Fotis

    (@markwaregr)

    Hi there,
    it actually adapts pretty well, except mobile, so add this

    @media (max-width: 767px){
    .page-hero-lg .page-hero-title {
        font-size: 22px;
    }
    }

    to make the hero title smaller, in your custom CSS box under Customize->Other.
    Let me know if I can help out more.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Text box adaptability’ is closed to new replies.