Support for Envato Buyers Forums OldCar Cannot adjust logo on mobile screens

Viewing 1 reply thread
  • Author
    Posts
    • #10785

      Hi, I have been using the OldCar theme for almost two years now and it is great (good job!).

      However, the customer (A book author in this case) has asked me to replace the logo. While on mobile, it always crops most of the logo and I have added custom css codes to modify the height of the header but to no success.

      Basically, I am only trying to change the mobile logo from 140x40px to 140x140px. I have tried modifying the header size according to other posts, but not success.

      Thankss in advance and keep up the great work!

      The site is evangelinelapierre.com.

    • #10789

      Hi

      Thanks for using this theme.

      You can adjust the responsive LOGO by the following codes

      /*Change the LOGO container size*/
      .responsive-logo a {
          width: 200px;
          height: 40px;
      }
      /*Change the LOGO picture size*/
      .responsive-logo{
         background-size:auto 40px;
      }

      for background-size, auto is width, 40px is height, so you can adjust these two values by yourself.

      If you still can’t fix it, please change the LOGO to the original version that I can reproduce the issue, and I will adjust the mobile logo size for you.

      Thanks

Viewing 1 reply thread
  • You must be logged in to reply to this topic.