Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Saurabh Jain Posted August 18, 2020 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 ?
Lucas James Posted August 19, 2020 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. Saurabh Jain, kmk and OptimusBain 1 2
Saurabh Jain Posted August 20, 2020 Author Posted August 20, 2020 will this work in 4.5 as well or only for 4.4
Recommended Posts