Dentalia has now been updated to 2.3 and a major update for Recycle is coming soon. We hope you enjoy the new features! Thanks for your patience!

Okay
  Public Ticket #1117975
Mobile logo size
Closed

Comments

  •  1
    brandonpulse started the conversation

    Is there a way to make the logo on mobile appear bigger?

  •  564
    OrionThemes replied

    Hi Brandon,

    There is no option for this, but you can do this with a line of CSS.

    Go to Theme Options -> Custom CSS, then paste this CSS code inside and save:

    @media (max-width: 991px) {
        a.logo img {
            max-height: 220px!important;
        }
    }
    

    You can adjust the max-height value to any number that fits your site.

    Let me know if this helps,

    Kind regards,
    Andrej