In Weebly… when I upload a logo, it shows up as super-small, and when I try to re-size it, the image is fuzzy at the desired size. I have tried adjusting the max-size in the code, but doing that doesn’t seem to do anything. Is it possible to fix this?
Fuzzy logo here:
Code:
#logo {
font-size: 2.75em;
font-weight: bold;
color: @primary;
text-transform: uppercase;
text-align: center;
padding: 1em 0 .5em;
}
#logo img {
max-height: 720px;
max-width: 1920px;
margin: 0 !important;
}
Thanks in advance for any help.
Re-sized image. Adjusted max-size in the code.
New contributor
Lynn Burke is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.