Hi,
I know theres a few treads about this subject, but none of the custom CSS in the theme, seems to do the trick. I have a site (actually a few, that) have this problem. Eg. with the first headline text on the frontpage.
Can you advise?
Please note: The site I am linking to is a maintenanced “test-site”, so you´ll have to log in (added in private)
Anyone there? ….
Hi,
please use this code inside Quick CSS field:
@media only screen and (max-width: 767px) {
#top #wrap_all .all_colors h1, #top #wrap_all .all_colors h2 {
font-size: 16px;
}}
and adjust as needed.
Best regards,
Andy