Hello
For some reason the font size on my notification email has suddenly become smaller. Is this something I can fix or is it a bug with my server?
Happy otherwise!
Started 3 years ago by barrye | 3 posts |
Hello
For some reason the font size on my notification email has suddenly become smaller. Is this something I can fix or is it a bug with my server?
Happy otherwise!
Hello,
How you read the mail ? are you using mail client or directly see in internet browser ? Maybe it related to your mail client font size setting.
Anyway you can change mail font by editing "helper-functions.php" file. Go around line 325 and you will see this code :
$email_body = '<table width="100%" border="0" cellspacing="0" cellpadding="0"
style="font-family:Lucida Grande,Tahoma,Arial,Verdana,sans-serif;font-size:12px;text-align:left">'."\n";
you can see the style has font-size value 12px. You can adjust that size to make it bigger or smaller text.
MachForm Support
thank you. The problem fixed itself so I suspect it was something to do with my server
You must log in to post.