The logo size is a bit too small for my needs on JA Sport. Can you tell me how (and what files) need to be edited in order to increase my logo size? I tried it in template.css, but that didn't work out for me.
Need to increase size of logo in JA_Sport J5
Hi aldenbaker1,
You can create and add the following CSS code to the templates/ja-sport/local/css/custom.css file
.navbar-brand .logo-img {
width: 100px;
height: 90px;
}
Give me your site URL if you still face this issue.