Comments 19Brian started the conversationSeptember 25, 2020 at 8:11amHow can we make the logo a bit bigger (55px x 55px) and schrink the empty area on the right? 19Brian repliedSeptember 25, 2020 at 8:12amSee screenshot. 2,965Andrew repliedSeptember 25, 2020 at 8:14amHi Brian,Adjust logo height in Salient > Header navigation > Logo and general stylingThanks.1 Like 19Brian repliedSeptember 25, 2020 at 8:25amThanks Andrew. The logo size is now ok, but we still have that extra space which is clickable.We want the clickable area to be 43x43 (which is the size of the logo), now it is 245.3px x 43px.Thank you in advance. 2,965Andrew repliedSeptember 25, 2020 at 10:21amHi Brian, Thank you for contacting us. Paste this code in your custom css box located in Salient > General settings > CSS/Script related: #header-outer #logo img, #header-outer .logo-spacing img { height: 43px; width: 43px; } Kind Regards.1 Like 19Brian repliedSeptember 25, 2020 at 10:24amThank you Andrew, this worked! Sign in to reply ...
How can we make the logo a bit bigger (55px x 55px) and schrink the empty area on the right?
See screenshot.
Hi Brian,
Adjust logo height in Salient > Header navigation > Logo and general styling
Thanks.
Thanks Andrew. The logo size is now ok, but we still have that extra space which is clickable.
We want the clickable area to be 43x43 (which is the size of the logo), now it is 245.3px x 43px.
Thank you in advance.
Hi Brian,
Thank you for contacting us.
Paste this code in your custom css box located in Salient > General settings > CSS/Script related:
#header-outer #logo img, #header-outer .logo-spacing img {
height: 43px;
width: 43px; }
Kind Regards.
Thank you Andrew, this worked!