Tagged: logo to large on start..
Hi Enfold team,
I can’t figure this out.
on this website: https://activedog.org/ when you look at it on your phone. the logo is large at first and then after you scrolled it gets the size I would like it to be.
Also on desktop I turned of let header adjust to the window size but it looks like its not taking.
what did I do wrong?
Thanks
Tina
Hey Tina,
Try this css:
@media only screen and (max-width: 767.5px) {
.responsive #top #header_main .logo img {
height: 80px !important;
max-height: 80px !important;
}
}
After applying please clear your browser cache and check.
Best regards,
Mike
Hi Mike
That worked wonderfully.
Thank you so much.
Tina