Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #641053

    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;
    }

    #641540

    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

    #643148

    Perfect! Thank you so much!

    #643304

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Logo not staying at full width’ is closed to new replies.