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

    Hey kops!

    Remove this in css/custom.css:

    .html_header_top.html_logo_center .logo img{-webkit-transform: translate(0,50%)scale(1,1.9);}
    

    Regards,
    Josue

    #503123

    Hi Josue,

    I can but because I’m using a long header above and menu below, that piece of code is making the normal (full monitor) logo display correctly on chrome.

    Thanks,

    Jon.

    #503171

    Ok change it to this:

    @media only screen and (min-width: 767px) {
    .html_header_top.html_logo_center .logo img{-webkit-transform: translate(0,50%)scale(1,1.9);}
    }

    That way it will only activate in desktop view.

    Regards,
    Josue

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