Hi can anyone please help me with increasing logo size for this theme

If you post the source file for the logo perhaps we might.

Or, is the logo the one on the theme already? Because, if that´s the case, that logo is 718 x 297 pixels, more than enough so you don´t need to make it bigger.
 
logo.jpg
Edit _header.scss file

61 line

Code:
.top-bar .name h1 a img {
    max-height: 100px;
    transition: all 0.4s ease 0s;
    max-height: 64px;
}

change max-height: 64px; numbers, like 100px
 
thanks for reaching out but its not working...I tried
 
Open website in incognito window or click few times CTRL + F5. You have cached files.
 
Back
Top