Text under title portfolio and contact section too small on tablet and mobile

Hello,

Via custom css I managed to adjust the font size of the text under the portfolio and contact section in line with text in the other sections; but it only works in desktop view. On mobile and tablet (view) the text under the section titles appears too small, and not in line with the text size in the other sections.

Hope you could help.

Website: https://chewingscum.com/wp2017/

Regards,
Sanne

Hello,

I hope you are doing well today.

You need to wrap the CSS that you added into a media query so it would look like this:


@media only screen and (max-width: 900px) {

/*CSS here*/

}

Best Regards,
Support

Many thanks, it’s fixed.

Rgrds

Great
I will close this case now, Feel free to contact us again if you have other questions Thanks!