Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #811256

    Hello,

    We switched logos and the logo spacing on our site is off. We would like about 15px above and below the logo.
    Current code given by you is below:

    span.logo a img{
    margin-top:15px!important;
    }
    .header-scrolled .logo img {
    margin-top:0 !important;
    -webkit-transition: all .2s !important;
    transition: all .2s !important;
    }
    Please advise.

    Cheers!

    #811259

    Hey djsmbd,
    Try this code in the General Styling > Quick CSS field:

    span.logo a img {max-height: 65px!important;}

    Best regards,
    Mike

    #811275

    Perfect Thank!

    #811276

    Hi Mike,

    Check the page…when scrolling it doesn’t shrink correctly.
    Below is all the current Quick CSS

    span.logo a img {max-height: 65px!important;}
    span.logo a img{
    margin-top:15px!important;
    }
    .header-scrolled .logo img {
    margin-top:0 !important;
    -webkit-transition: all .2s !important;
    transition: all .2s !important;
    }

    #811287

    Hi,
    Try this code in the General Styling > Quick CSS field:

    .header_scrolled, .logo, .logo a, .logo a img, #header_main .container {
    min-height: 65px !important;
    }

    Best regards,
    Mike

    #811293

    It works but we want it to shrink…instead of stay the same size.
    “Shrinking Header” is checked in the header behavior area.

    #811320

    Hi,

    May I suggest using an image that already has padding around your logo? For reference, you can see our logo in our demo has space around it.

    Best regards,
    Sarah

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.