im my theme the logo is square and dos’nt fit, its too small and tine,
i have used this code,
.site-logo img {
max-height: 160px !important;
height: auto !important;
}
You should set the logo width from Woodmart >> Header Builder >> Edit the Header which you are using for the site >> Then edit the logo widget >> Set the Width: https://ibb.co/J6yZz5V
Try to use the below custom CSS code:
.site-logo img {
width: 160px !important;
height: auto !important;
}