Hi Guys is it possible to change the way the logo sits on the top left of this site www.shootforstars.com I would like to move it down a few mm so the full logo is visible without having to make the logo smaller. There seems to be space for it to move into. Just not sure how to edit the code to make it happen.
Cheers Jim
Hi Jim,
You can try this custom CSS:
@media (min-width: 576px){ .navbar-brand.logo-control img.logo-img { margin-top: 30px; } }