Replies: 0
I’m trying to add a logo, but I’d like it to be on the left side of the screen and larger than the miniscule logo that the theme puts up. I’ve used the following css to try and enlarge the logo:
.custom-logo-link img {
max-height: 400px;
}
But, it looks like it maxes out around 250 px or so. I haven’t found any css to reliably move the logo to the left.
I appreciate any and all help you kind folks might give me!