That suggestion does seem a bit off on some screen sizes. May I suggest the following custom CSS which will stop your logo from resizing which may be an option for you...
.logo > a {
overflow: hidden;
}
.logo > a img {
max-width: none;
}
There are no replies made for this post yet. Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »