Hi
I searched through the topics but could not find a solution for my issue.
I added a text widget in my header, however, when viewing on iPhone and iPad, the text it too big.
Getting to launch by next weekend, how can I resolve this?
Here’s the website link: https://silviafindings.wpengine.com/
Thank you
Lyse
Hey
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 990px) {
#header .textwidget h1 {
font-size: 26px!important;
}}
@media only screen and (max-width: 480px) {
#header .textwidget h1 {
font-size: 22px!important;
}}
Best regards,
Yigit
HI Yigit,
That worked well.
Thank you very much.
Lyse