Hi there,
Made some changes so that the header is fixed and now we can’t seem to get the header/logo to look right under 768 wide. The logo is quite long unfortunately. Any suggestions?
Many thanks,
Robert
Hi rpl_admin!
Thank you for using Enfold.
Logo looks fine on screens less than 768px except for the vertical alignment which you can fix by using this on the Quick CSS field:
@media only screen and (max-width: 767px) {
.responsive .logo a {
position: relative;
top: 0;
}}
Cheers!
Ismael
Hi Ismael,
Thanks for this – much better but still seems a bit small on 320 – anything we can do?
Many thanks
Robert
Hey!
It looks fine on my end. Are you trying to reduce it’s width more? If so then try this out.
@media only screen and (max-width: 400px) {
.responsive .logo img { width: 150px !important; }
}
Best regards,
Elliott
Hi Elliot,
Thanks for your reply. In the end we decided to hide the shopping cart icon on mobile. We can then make the logo slightly bigger.
Thanks anyway,
Robert
Hey Robert!
Shall we go ahead and mark the thread as resolved? By the way, congratulations on the launch :)
Cheers!
Yigit
Many thanks, Yigit.
Yes, we can close this one now.
Cheers,
Robert