Comments 1luckynek started the conversationAugust 31, 2021 at 12:52pmHelloi would like to change my portfolio header line height and font size on mobile.https://drive.google.com/file/d/12tIxXc-mJEvB0u9snuo07Pz09pPpXg22/view?usp=sharing Thanks 2,961Andrew repliedAugust 31, 2021 at 1:13pmHi there,Try the following CSS. @media only screen and (min-width: 1px) and (max-width: 999px){ .single-portfolio #full_width_portfolio .row .col.section-title h1{ line-height: 50px; font-size: 34px; } } Regards,2 Likes 1luckynek repliedAugust 31, 2021 at 1:16pmworks perfect, thanks1 Like Sign in to reply ...
Hello
i would like to change my portfolio header line height and font size on mobile.
https://drive.google.com/file/d/12tIxXc-mJEvB0u9snuo07Pz09pPpXg22/view?usp=sharing
Thanks
Hi there,
Try the following CSS.
Regards,
works perfect, thanks