I have h1, h2 and h3 caption but on mobile is h1 is too big. How can reduce h1 only for mobile ?
Hey Stefano,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) {
#top h1 {
font-size: 32px !important;
}
}
Just adjust the font size value as you see fit.
Best regards,
Nikko
NIkko don’t change h1 is too big again in mobile respect h2 , h3
Hi unicaweb,
Can you disable caching and minification for now?
Best regards,
Victoria