SVG is a vector based logo so it fit into given space. If you would like to increase logo space (where it will fit), please edit: /templates/gk_john_s/css/override.css and add at its end:
- Code: Select all
#gkLogo.cssLogo, #gkLogoSmall.cssLogo {
height: 150px;
width: 220px;
background-size: 100%;
}
Increasing width and height will increase your logo size.
Remember to enable "CSS override" in template settings - advanced section.
Ps - you have some big issues on your site - console keeps counting the errors that are generated by this code in your body tag:
- Code: Select all
<body onload="setInterval('window.clipboardData.clearData()',20)" class="frontpage frontpage-header1 light_bg style1 loaded" data-tablet-width="1040" data-mobile-width="600" data-section-nav-text="Más" style="cursor: default;">
This part is faulty:
- Code: Select all
setInterval('window.clipboardData.clearData()',20)