Tagged: logo width
Hi,
My menu setting is “Logo Left, Menu Right – sticky – no shrink”, and I would like my logo width to be 500px instead of 340px?
Could you help me with soma quick css lines?
Thx!
Hi,
Can you post the link to your website please?
Regards,
Josue
Hi Josue,
due to some server issues, its not accesible for the moment… trying to solve that.
Can you give me any quick css that would generally work?
Try:
.logo {
left: auto;
-webkit-transform: translate(0, 0);
-moz-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
}
Regards,
Josue
Hey!
Try adding this code to the Quick CSS:
.logo, .logo img {
height: 156px !important;
}
.logo{
top:-35px;
}
Cheers!
Josue