Black Screen Issue: Please update your theme to ensure WordPress 5.6 compatibility. Dentalia 2.1 and Recycle 2.1 are now available on ThemeForest. 

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?

  •  531
    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