Jump to content

Issues with logo shrinking?


LiamM

Recommended Posts

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.

Link to comment
Share on other sites

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... :-P

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated