With the portrait view of my site on a iphone, the logo is cutoff. See image. Thoughts on how to correct this without changing the size of the logo on the normal full screen version of the site? THanks!
My logo and header are fixed and don’t shrink when scrolling by design if that’s a problem.
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 480px) {
.logo, .logo img {
height: 100px!important;
max-width: 300px!important; }}
Regards,
Yigit
Good solution, thanks!