By Julie Kubiak on Tuesday, 19 April 2022
Posted in General Issues
Replies 1
Likes 0
Views 468
Votes 0
Hi, how do I increase the size of this logo within the email. I know it is only a notification to admin, but it bugs me that it is small
Hey Julie,

You can change the logo size by doing changes in email templates.
For this you need to do changes in this file : root\components\com_payplans\themes\wireframe\emails\template.php

Nearline no. 97, find the below-mentioned code.

<img height="auto" src="<?php echo PP::getCompanyLogo();?>" style="border:0;display:block;outline:none;text-decoration:none;height:auto;width:100%;font-size:13px;">


In this code you need to update the height and width in style as per your need and removed height="auto".

Let me know if you will have any queries.
·
Wednesday, 20 April 2022 11:08
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post