Hi,
This is not working for me. The font size is default regardless of the browser width or viewing on my phone.
Thanks
Hey jpamoroso,
Please provide a link to the site/page in question so we can look into this further. I assume you want the font smaller on mobile?
Best regards,
Jordan Shannon
Hi,
Thanks for that. Please send us a temporary WordPress admin login and login URL as well, so that we can have a closer look. You can post the details in the Private Content section of your reply.
Best regards,
Rikard
Hi,
Thanks for that. First off, could you try updating the theme to the latest version (4.7.6.3) to see if that helps please? https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update.
Best regards,
Rikard
Hi jpamoroso,
Is the issue resolved or do you need more help with it?
Best regards,
Victoria
Hi jpamoroso,
We apologize for the delayed response.
I have checked on the issue on your site and I found two.
The first one is caused by the inline css inside the span:
<span style="font-size: 14pt;">My work consists of graphic design
Please remove the span or atleast the inline css.
The next one is a bug which is a conflict between the Text Block’s font size styling and the Advanced Styling Theme Options, I’ll report it our devs.
As a temporary fix, in Enfold > Advanced Styling > set < p > ‘s font size to default (leave everything as is) then save.
Go to Enfold > General Styling > Quick CSS and add this CSS code:
#main {
font-size: 18px;
}
Best regards,
Nikko