Forum Replies Created
-
AuthorPosts
-
dd50m
MemberEdit:
Never mind, I just figured it out, what was missing from the CSS was:background-size: contain !important;
Nothing needs to be done with the media queries to make this work!
Interesting, I don't know why that wouldn't just be included by default, but okay.
Here is the code, bold is what I changed and what I added:
.header-image .site-title a {
background-color: none;
max-width: 359px !important;
min-height: 120px !important;
padding: 0;
background-size: contain !important;
}dd50m
MemberCan you provide any more assistance regarding this issue?
dd50m
MemberFor example, I added a max-width line (and tried various amounts: 50%, 80%, etc), but that just resulted in further cropping instead of scaling.
dd50m
MemberI have been experimenting in that area for quite a while before posting, can't seem to find the right combo...could you be a little more specific?
dd50m
MemberOkay, we'll give it a go. Thanks, Julia!
dd50m
MemberThank you for the clarification, Susan!
-
AuthorPosts