Hi,
Thanks for contacting us.
Increase the Logo Height value for desktop, tablet and mobile as needed. You may also need to increase the Header Height so that the larger logo fits properly.
If the logo is still too small, its width may be limited by the logo column. You can try adding the following code under:
Template Options → Custom Code → Custom CSS.
You can use this CSS in your custom.css file
@media (min-width: 992px) {
#sp-header .logo-image, #sp-header .logo {
height: auto !important;
width: 260px !important;
}
}
You can adjust 260px and 300px according to the required size.
-Regards.