• Is there a way to increase the displayed logo size larger than the suggested 50 x 250 pixels?

    Thanks,

    Jim

Viewing 1 replies (of 1 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello jimla44,

    Add below css code into your current active child theme’s style.css file or you can add Theme Options -> Theme General Options->custom css option in theme customizer

    .custom-logo{
    	height:20%;
    	width:20%;
    }

    Hope this will helps you.

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘Increase logo size’ is closed to new replies.