WDA
(Wolf Ademeit)
10 February 2016 18:19
1
The Site Logo is always scaled to the full hight of the actual topbar hight. I don’t find a way to control this. In this case the topbar hight is 60px and the Logo.png has 40px hight and should be centered inside the topbar.
I also tried TBS from BigWitheDuck to fix this with the same result.
A simple fix for this: Add a transparent space above and down the image to make it 60px height.
WDA
(Wolf Ademeit)
10 February 2016 18:50
3
ThanksJochen, thats wat I just did right now, but I thought there would be a smarter way to that. Maybe to turn the scale function off.
jabostick
(Jason Bostick)
10 February 2016 20:15
4
I’m not at my rapidweaver computer right now, but I thought there was a ‘Custom Sizing’ option for top bar, where you could set a different height
tav
(Andrew Tavernor)
10 February 2016 21:20
5
The easiest way is to add some padding to the image which does indeed default to 100% height and auto width.
padding-top: 5px;
padding-bottom: 5px;
}```
WDA
(Wolf Ademeit)
10 February 2016 23:22
6
Yes, but then the logo would be scaled to the new hight.
WDA
(Wolf Ademeit)
10 February 2016 23:23
7
Thanks again for your assistance, that works fine…
jabostick
(Jason Bostick)
11 February 2016 01:54
8
Sorry, I thought you just wanted to set it to match a 40 px logo.
WDA
(Wolf Ademeit)
11 February 2016 07:03
9
Thank you very much, any idea is always welcome