Support for Envato Buyers Forums OldCar Mobile logo problem

Viewing 4 reply threads
  • Author
    Posts
    • #3663
      simotek
      Member

      Hello.
      I have a problem with the mobile logo on my website, I uploaded a 139x40px mobile logo and a 278x80px retina mobile logo but seems to not work well on my Galaxy S4 (Full HD) and Chrome. Trying to resize the browser’s window on PC works well instead.

    • #3664
      simotek
      Member
      This reply has been marked as private.
    • #3673

      Hi

      It seems a small CSS bug only on retina screen…
      Try to add the following CSS into “OldCar options > Custom Code > CSS code”

      @media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
      						only screen and (-moz-min-device-pixel-ratio: 1.5),
      						only screen and (-o-min-device-pixel-ratio: 3/2),
      						only screen and (min-device-pixel-ratio: 1.5) { 
                                                            .responsive-logo {background-size:139px 40px;}
      }

      If it still can’t fix the issue, please post your wordpress login information here with private reply, I can check it in my way.

      Thanks!

    • #3674
      simotek
      Member

      Works great man!

      Thank you!

    • #3678

      That’s great!
      It’s my pleasure!

Viewing 4 reply threads
  • You must be logged in to reply to this topic.