Scale a background image in .site-title
-
Client wants a banner logo instead of the smaller logo area that runs across the width of the theme. So I added the following CSS to insert it into the .site-title area:
#header {
background: url(XXXX);
}.site-title {
height: 420px;
}This worked, but it doesn’t scale on mobile, of course. Anyone know of a fix or workaround so it doesn’t look so bad on mobile?
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘Scale a background image in .site-title’ is closed to new replies.