How can I make the space where the logo is placed a little larger? It is too small for the aspect ratio of the logo that I use
delinea Hi Add this code in custom.css file and set the height as per needs.
.logo-image img { max-height: 30px;}
Perfect, thank you