responsive problem: main title in the header section

Hi everyone!

This theme is really really awesome and i’m really happy to use it.
Anyway, at the moment, the only thing that is not working well is the title in the header section: as you can see from my website http://www.stefanobarzaghi52.it/, “FOTOGRAFO” - that’s the word i put as title - doesnt reduce itself when you reduce your internet window and, also, from mobile it doesnt work.

Can you please help me?

This is a big problem because it also appear in all the pages of my website, i suppose cause all the pages have the same code for the title in the header section.

Hope you can give me a solution!

Have a nice day,

Fred

Hello Fred,

First of all, thank you for the kind words and for using our themes!

You should try a CSS media query to force the header text to render smaller on mobile devices:

@media (max-width: 768px) {
#header .bottom-header h2 { font-size: 46px !important; }
}

Let me know if the above fixed all of your issues.

Regards

Hi Ion!

Thank you veru very much for your quickly and perfect anwser: your code fixed all my problems! :slight_smile:

Have a nice day and Life,
bye!

Fred

Hello Fred,

Thank you very much for the kind words.
I’m happy that I could help you!

Let me know if there’s anything else I can clear out for you.

Cheers