LiamM Posted September 12, 2017 Share Posted September 12, 2017 Hi all. It appears that WHMCS has changed quite a bit since my previous use. I've started using WHMCS again and when inserting my logo into the template images directory, it displaced but WHMCS completely shrinks my logo? How do I go about amending this? The image itself is 200x100 as a whole however, you simply cannot read the text as it's that small in the system. I've tried all different image sizes and they're always shrunk to something smaller. Thank you. 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted September 12, 2017 Share Posted September 12, 2017 I think the css will set the maximum height of the logo image to 50px - to bypass that, you may have to add some custom css in /templates/six (or your custom)/css/custom.css section#header .logo img { max-height: 100px; } 0 Quote Link to comment Share on other sites More sharing options...
LiamM Posted September 12, 2017 Author Share Posted September 12, 2017 I think the css will set the maximum height of the logo image to 50px - to bypass that, you may have to add some custom css in /templates/six (or your custom)/css/custom.css section#header .logo img { max-height: 100px; } I have added this to the CSS but it makes no difference? - - - Updated - - - I think the css will set the maximum height of the logo image to 50px - to bypass that, you may have to add some custom css in /templates/six (or your custom)/css/custom.css section#header .logo img { max-height: 100px; } My apologies! Someone didn't refresh his cookies... 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.