Hi,
Looking to see how to remove the extra space between the header logo and the Nav bar?
And would it be possible to make the header logo a lot bigger?
When Looking at site thru a desktop browser (not Phone).
Web site in reference:
Thanks,
GB
Hi GB,
Please try to replace your current logo, with the fullsize one (preferred in private content).
Then add this CSS code in Quick CSS:
#top .logo, #top .logo a {
overflow: visible;
}
#top .logo img {
transform: scale(1.3);
position: relative;
top: 20px;
}
Hope it helps.
Best regards,
Nikko