Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted August 18, 20204 yr 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 ?
August 19, 20204 yr 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.