upgraded from JA Brisk 2.5 to 3.0 template. What files need to be edited to control logo size?
cndglobal Hi Open template folder/tpls/blocks/header.php file Find
ja-logo span2
change it with
ja-logo span4
now add this code in custom.css file in css folder of template
.logo-image a { width: 240px; }
it will fix the issue.
Regards