How can I increase logo size
razakenad Try add this to custom.css file and change max-width and height value accordingly :
.logo-image img.logo-img{max-width:150px !important;height:100px !important;}
Ensure to clear your browser cache if changes dont reflect on site after refreshing the browser
I can not increase the width of the logo image please check it with my site
razakenad I can see the modifications in place as specific css rule-set can be seen added as suggested
You may also add this to similar file and change dimensions accordingly :
.logo-image{width:230 px !Important;;height:115px !important;}