Hey @Trash thanks for the reply.
I’ve just added this to my CSS:
@media (max-width: 700px) {
.brand-header .brand-logo {
left: 0;
}
}
(as per this post)
But it doesn’t seem to have made any difference.
Have I added the correct code?