Support for Envato Buyers Forums OldCar LOGO CROPPED ON 4:3 SCREENS

Viewing 5 reply threads
  • Author
    Posts
    • #3244
      loreabagaz
      Member

      LOGO CROPPED ON 4:3 SCREENS

      Hi again!
      I still keep having problems with the logos. The custom logo appears cropped on the right side when viewed on 4:3 screens (it is 80x274px). Is there a this can be fixed?

      Thank you!

    • #3251

      Hi

      Try the following CSS into “Oldcar options > custom code > css code”

      @media (max-width: 1349px){
      #sidebar .logo a {background-size:100% auto;}
      }
    • #3264
      loreabagaz
      Member

      I already had the followin CSS on line1
      .responsive-logo {background-size:auto 100%;}
      . Should I remove it?or add the new CSS code to this one?
      Thank you!
      L.

    • #3266

      It’s background-size:100% auto; it’s not background-size:auto 100% ;

      100% is in front of the “auto”

    • #3268
      loreabagaz
      Member

      Looks like it is solved!!!
      Thanks so much!!! 🙂

    • #3272

      You’re welcome!

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