Tagged: h, responsive
Hi,
Compliments on the theme! Very nice.
I have a small problem with the H2 or H3 headings. They won’t scale on mobile or tablet. How to resolve this?
Kind regards,
Folkert vd Wei
Hi fvdwei!
Thank you for your kind words! Please add following code to Quick CSS in Enfold theme options under General Stlying tab
@media only screen and (max-width: 480px) {
#top #wrap_all .main_color h2 {
font-size: 30px;
}
#top #wrap_all .main_color h3 {
font-size: 24px;
}}
Cheers!
Yigit