Tagged: resize, responsive, special heading
HI,
I have a problem with special heading. I inserted some special headings on color section and on mobile devices doesn’t resize.
Thanks in advance,
Rosa
Hi pinkabbestia!
Please add following code to Quick CSS as well
@media only screen and (max-width: 1024px) {
.rv-av-special-heading-tag h1 {
font-size: 80px!important;
}}
@media only screen and (max-width: 767px) {
.rv-av-special-heading-tag h1 {
font-size: 60px!important;
}}
@media only screen and (max-width: 480px) {
.rv-av-special-heading-tag h1 {
font-size: 20px!important;
}}
and adjust as needed
Cheers!
Yigit
love you!
Thanks
Rosa