One one web page some of the h2 text is not responsive, even though the sentences can easily split in between words to fit the view width on a mobile phone.
Hi m!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 480px) {
.avia_textblock h2 {
font-size: 30px!important;
}}
Regards,
Yigit
Thank you!! :)
Resolved.