Custom Logo Image not matching up on larger mobile screen
-
Hey guys, any help here would be great. Been trying to figure this one out for a while.
The logo/header isn’t matching up quite how I’d like it to and the logo seems to be overlapping the menu on larger mobile sizes such as an iPad (same results on iPhone XR), not sure what to try next. Hoping you guys can give me a bit of insight. Looks good on Desktop + Smaller screen sizes.
Issue here:
https://ibb.co/r7XN80jCurrent Custom CSS:
u/media only screen and (max-width:768px) {
#logo-wrapper {
max-height: 120px
}
}
u/media only screen and (max-width:768px) {
.custom-header {
max-height: 90px;
}
}The page I need help with: [log in to see the link]
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Custom Logo Image not matching up on larger mobile screen’ is closed to new replies.