How can I change the logo size? No matter the size of my image the logo always appears very small.
Regards!
Hi fnavarroe
Add to your custom.css
.logo-image img { min-width:yourwidthpx; }
Greetings to all, I need to know how to change the size of the logo, since it remains the same size, can you explain step by step? thank you pavit
jhonlima24 Hi. Please maybe try to set the width of the logo manually with this code added to custom.css:
.logo-image img { max-height: none; width: 250px; height: auto; }
Solved! Thanks!