Hi,
I see other threads about logo sizing, but haven’t found a solution that works. I want to use a full width logo, but although the height works the width keeps readjusting and skews the logo image. I’ve posted the website URL privately for you to see. The custom css is currently set to what is shown below, but it isn’t helping. Any suggestions? Thanks.
.logo img {
height: 251px;
width: 1098px !important;
}
Hey Gallop_Web,
Please remove your code and add following one instead
.html_header_top.html_logo_center .logo {
left: 0;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
Best regards,
Yigit
Perfect! Thank you so much!
Hi,
Glad that worked! Feel free to reach out to us again on the forum if you need assistance with anything else.
Best regards,
Jordan