The logo for the site in the upper lefthand corner is too small. I've tried to use a larger logo, but that's not the issue. It's set somewhere in the template and I need to change it. Where would this be done?
patvandenbosche Hi The max height of header items are 80 px but the logo height is 40. Add this code in custom css
.navbar-brand.logo-control img.logo-img { max-height: 80px; }
Hello support,
I do not see a custom css in the template css or can you tell the path
maillawale It's: /templates/ja_campaign/css/custom.css file.
I did put your css into the template file through the template styles feature. But I failed to thank you for it. It worked!