Saurabh Jain Posted August 18, 2020 Share Posted August 18, 2020 The text content is too small in mobile view... Can we increase it ... only the content - not the title Has any 1 changed it .... what are the best practices ? Link to comment Share on other sites More sharing options...
Lucas James Posted August 19, 2020 Share Posted August 19, 2020 Add the font-size attribute below the line-height in custom.css: @media screen and (max-width: 767px) { .ipsType_normal.ipsType_richText { line-height: 1.6; font-size: 14px; } } You can adjust the size to 14px or 15px or whatever. OptimusBain, kmk and Saurabh Jain 1 2 Link to comment Share on other sites More sharing options...
Saurabh Jain Posted August 20, 2020 Author Share Posted August 20, 2020 will this work in 4.5 as well or only for 4.4 Link to comment Share on other sites More sharing options...
Lucas James Posted August 20, 2020 Share Posted August 20, 2020 Perhaps for both. Link to comment Share on other sites More sharing options...
Recommended Posts