Sorry, I know how to adjust on the VITAL template but not sure on ego... how do I adjust the logo size which is currently too small on mobile: Thanks in advance. Mark
Hi Mark,
You can try this custom CSS:
@media (max-width: 576px){ .navbar-brand.logo-control img.logo-img-sm { position: absolute; height: 60px; margin-top: -15px; } }