Hi! I often have a bit longer headings then just 2 or 3 words. Currently thats no problem in the wider layouts, but in the smallest for smartphones, the header is getting to small. I didn't set a header height and would prefer to keep it that way.
It would be great if the height of the header area would be dynamic depending on the length of the caption.
Hi! I often have a bit longer headings then just 2 or 3 words. Currently thats no problem in the wider layouts, but in the smallest for smartphones, the header is getting to small. I didn't set a header height and would prefer to keep it that way.
It would be great if the height of the header area would be dynamic depending on the length of the caption.
Hey,
@media only screen and (max-width: 480px) { #page-header-bg .span_6 h1, .single.single-post .section-title h1 { font-size: 20px!important; line-height: 19px!important; } }
Thanks
Salient Support Team
Works, thanks! :)