Archived topic
Responsive Header / Logo
3 replies · Started by Jason Westbrook on December 19, 2017
Viewing posts 1–4 of 4
Hey guys I am developing a new website and keep getting the responsive part of the logo to act funny on a medium sized screen. Is there a setting or something I can adjust?
Hi there,
Looks like you are using this CSS to set the logo size for width larger than 1025px:
@media (min-width: 1025px) {
.site-logo img {
width: 300px;
height: 60px;
}
}
Maybe try this instead? @media (min-width:769px)
that worked great! thanks!!
No problem!
This archived topic is closed to new replies.