• Resolved jwfw75

    (@jwfw75)


    Hi there

    The mobile version doesn’t show the logo or text (The Educational Collaborative for International Schools) in the top banner – I have selected in the text field to show on small devices and even changed the size of the text so it’s smaller when displaying on mobile, but nothing. Also the logo is a mystery as to why this doesn’t show. I’ve been to EnFold Child and looked at the logo, but there’s nothing there about mobile settings.
    Any help is really appreciated
    Thanks

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • yogeshyadav20

    (@yogeshyadav20)

    Hi There

    @media only screen and (max-width: 767px)
    .responsive .logo img {
        display: none;
    }
    }

    replace with

    @media only screen and (max-width: 767px)
    .responsive .logo img {
        display: block;
    }
    }
    Thread Starter jwfw75

    (@jwfw75)

    Many thanks for this.

    Thread Starter jwfw75

    (@jwfw75)

    Found it, thank you!

    • This reply was modified 3 years ago by jwfw75. Reason: solved the problem! Thank you
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Logo and header copy do not show on mobile version’ is closed to new replies.