Hi, how can I change the text size for Header1 only in mobile view
– 480px and 767px AND
– smaller than 479px – eg: Smartphone Portrait?
Thanks Dietmar
Hey pumpmakers,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (min-width: 480px) and (max-width: 767px) {
h1 {
font-size:20px !important;
}
}
@media only screen and (max-width: 479px) {
h1 {
font-size:16px !important;
}
}
Best regards,
Rikard
Great – big thank you Rikard – it works perfekt!!
Hi pumpmakers,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria