Original fest logo is a css logo not an image logo.
You can modify max image width... To do so please edit: /templates/gk_fest/css/override.css and add at its end:
- Code: Select all
#gkLogo {
width: 210px;
}
Now modify 210px value to your liking. You could also set max-width to make it responsive.
Remember to enable "CSS override" in template settings - advanced section.