Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #547879

    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.

    Portrait

    Landscape

    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.

    #548507

    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

    #548634

    Sorry – I realised I forgot to post something important!!!

    http://countysupplieslondon.co.uk/

    #548683

    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

    #548696

    That is perfect – thank you so much!

    Enfold support is always the best!

    #548701

    Hey!

    You are welcome, glad we could help :)
    Let us know if you have any other questions or issues

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Header becomes a mess when viewed on phone’ is closed to new replies.