Viewing 5 replies - 1 through 5 (of 5 total)
  • `Hello,

    You can increase the height of the header by using the option Customizer -> Hero -> Front Page Hero -> Content Spacing and Mobile Content Spacing-> Top and Bottom to adjust it for both desktop view and mobile view as you want.

    Thread Starter janmw

    (@janmw)

    Thanks for the Answer,
    but with this option I can just change the spacing on the Bottom and the Top. The Title is cut off on the right side…

    Hello,
    ?
    ?Please add this extra CSS code in Customizer -> General Settings -> Additional CSS :
    ?
    @media screen and (max-width: 480px) {
    .home h1.hero-title {
    font-size:2rem!important;
    }
    }

    You can adjust the value of font-size according to your needs and it will only apply to mobile view.

    Thread Starter janmw

    (@janmw)

    Thanks, that did the Job!

    Thread Starter janmw

    (@janmw)

    Done

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Cropped Header in Mobile View’ is closed to new replies.