Font-Size Browser-Massage

Hektor123

New Member
Hi,

where can I set the font size to increase in the message after signing up, confirming and unsubscribing in the browser (not in the e-mail message)?
The text is displayed very small, especially on mobile devices.

Thanks in advance!sc1.jpgsc2.jpg
 

stanbusk

Administrator
Staff member
Locate the 'pageheader.html' file inside of the 'lm' folder. Open it and replace this:

PHP:
        <meta http-equiv="content-type" content="text/html;charset=utf-8" />
        <meta name="generator" content="Adobe GoLive" />

by this:

PHP:
        <meta http-equiv="content-type" content="text/html;charset=utf-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
 
Top