Tittle and header image

Hi,

I’m testing this theme and when I open it in the mobile the words of the title are cut, it’s not reduced. And I’m also seeing that the image is not adjusted correctly in mobile either, it expands a lot. How can this be fixed?

Hello there,

I hope you are doing well today.

You can use the following CSS code to reduce the font size and fix the cropping by going to Appearance > Customize > Additional CSS and pasting it there.


/*Header font size*/
#header .bottom-header h1 {
    font-size: 65px;
}


Best Regards,
Support

Hello there,

I hope you are doing well today.

You can use the following CSS code to reduce the font size and fix the cropping by going to Appearance > Customize > Additional CSS and pasting it there.


/*Header font size*/
#header .bottom-header h1 {
    font-size: 65px;
}


Best Regards,
Support