Logo in Mobile Site
-
The logo in my mobile site was very tiny, so I used CSS code that was suggested in a previous post to make it larger. It did that, but now the logo is on the right side of the screen, not centered.
Here is my website https://tmmorleyinc.com/
And here is the CSS that I used that was posted previously that should have taken care of it:
.custom-logo-link img {
display: block;
margin: 0 auto;
min-height: 64px;
min-width: 250px;
}Thanks for your help!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Logo in Mobile Site’ is closed to new replies.