Archived topic
Sticky navigation logo distorted
3 replies · Started by Maria on July 31, 2017
Viewing posts 1–4 of 4
Hi, my sticky nav. logo is showing up distorted. I've added the following CSS but it doesn't help.
#mobile-header .header-image {
height: auto;
}
See here: https://prettynicewebsite.com/coastalpridebuilders
Hi there,
You have this CSS added:
.header-image {
width: 324px;
height: 70px;
}
Looks like you need it for the main logo? If so you can try adding this additional code:
.site-logo.sticky-logo .header-image {
width: auto;
}
Thanks a lot!
No problem!
This archived topic is closed to new replies.