I just looked at my clients site on my phone (Sony Xperia Z3 Compact) and noticed that the images in the header all smash into each other. It’s a real mess. I don’t think the client has noticed yet so I was hoping to fix it before they see.
Obviously they wanted all these extra logos in their header and I don’t really think that is how Enfold is supposed to work. I just wondered if there was any way of using some conditional CSS to hide all the logos apart from the main one (using @media?).
Thank you.
Hi jimjiber,
I might have mistyped your URL but it doesn’t load on my end, could you post the correct URL please?
Regards,
Rikard
Sorry – I realised I forgot to post something important!!!
Hey!
I believe it would be the best to remove your header widgets on mobile as mobile header does not have enough space to display them correctly. If that is acceptable for you, please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 480px) {
#header .widget { display: none !important; }}
Cheers!
Yigit
That is perfect – thank you so much!
Enfold support is always the best!