1. Glen
  2. Sherlock Holmes
  3. Commercial Templates
  4. Monday, 05 October 2015
  5.  Subscribe via email
I have applied Metropolis to this site
http://midlakesanglican.com/
but at smaller screen sizes... below screen size 533 (ie 414) the logo image is cut off.
Is there a css that can do a general fix for this?

Thanks
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Glen

To resolve try adding the following to the Custom CSS field of your templates parameters...


@media only screen and (max-width: 534px) {
#logo {
background: white;
}
.logo > a {
background-size: 700px auto !important;
}
}


CiarĂ¡n
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you - that worked nicely.

Glen
  1. more than a month ago
  2. Commercial Templates
  3. # 2
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!