Hi, so, at regular height/width, the text in my header (h2) looks perfect, I'm using CSS to bump up the size by a percentage, however, when i scale the window smaller, the text size jumps much much smaller than I would like, how do I fix this? (the text in question is "this is uvideo" on the main header, but the problaom is all over my site.
Hi, so, at regular height/width, the text in my header (h2) looks perfect, I'm using CSS to bump up the size by a percentage, however, when i scale the window smaller, the text size jumps much much smaller than I would like, how do I fix this? (the text in question is "this is uvideo" on the main header, but the problaom is all over my site.
Hey!
@media only screen and (max-width : 1000px) { body .nectar-slider-wrap[data-full-width="true"] .swiper-slide .content h2 { font-size: 54px!important; } }
Cheers
Salient Support Team