PP3.15 big white border around Logo

This forum is for discussions on the Help & Manual Premium Pack and the Premium Pack Toolbox configuration utility introduced with Premium Pack 3

Moderators: Alexander Halser, Tim Green

Post Reply
Tobias Escher
Posts: 202
Joined: Mon Dec 28, 2015 7:32 pm

PP3.15 big white border around Logo

Unread post by Tobias Escher »

Hi!

I wanted to update our help today to PP 3.15 (from PP 3.0.1) and now have the problem that there is a big white box around the logo.
The graphic is the same as before, also all settings are identical.
Screenshot is attached, it should look like helpdesk.orchestraltools.com
Is this a new setting? How can I get rid of the big white box?

best

Tobias
You do not have the required permissions to view the files attached to this post.
User avatar
Martin Wynne
Posts: 2656
Joined: Mon May 12, 2003 3:21 pm
Location: West of the Severn, UK

Re: PP3.15 big white border around Logo

Unread post by Martin Wynne »

Hi Tobias,

You didn't say which skin you are using. In the V3 responsive skins you need to use the PP Toolbox to edit the file hmwebhelp_main_desktop.css (and the other hmwebhelp_main_*** files). In there you will find something like:

Code: Select all

a#headerlogo {
	display: block;
	outline: 0px solid yellow;
	position: absolute;
	z-index: 1001;
	top: 0.2rem; left: 0.5rem;
	height: 100%; width: <%HEADERLOGO_REMWIDTH%>rem;
	max-height: 4.5rem;
	background-image: url('../images/<%HEADERLOGO%>');
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: left top;
	}
What it needs to be depends on which skin you are using and the size of your logo. You may also want to change the size of the logo in the Header & Footer variables.

regards,

Martin.
Tobias Escher
Posts: 202
Joined: Mon Dec 28, 2015 7:32 pm

Re: PP3.15 big white border around Logo

Unread post by Tobias Escher »

Found it! For some reason the new skin had a different (non transparent) png as the logo.
I can't find this version anywhere on my drive and have no idea where it came from...
User error :(
Post Reply