monkeyboy
asked 9 years ago

Kido theme is not recognizing any logo images added in the theme customizer. This problem started when I added a logo at 200px wide, and Kido theme reduced it to 50px wide, which will not work. I then tried 175px wide, but it still failed. Can you please tell me where to modify code in WordPress Admin to allow for a wider (and taller) logo image? What results instead of the logo now is just text in a box, not the logo.

![SHows DW Kido logo feature not working](http://imgur.com/FEBTEJJ "DW Kido logo problem")

Thank you.

1 Answers
DominicStaff
answered 9 years ago

Hi,
To resolve this issue, you can open the init.php in the folder path “themes\dw_kido_1.0.0_theme\inc”. Find the line 25, then change the image size that you want to display.
add_image_size( 'logo', 52, 52 );
Regards,

Powered by DW Question & Answer Pro