[Resolved] turn off merge with site header on mobile

Home Forums Support [Resolved] turn off merge with site header on mobile

Home Forums Support turn off merge with site header on mobile

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

    Hi there,

    I have a home page where the “Merge with site header” is turned on.

    Only on mobile it doesn’t look that good.

    Is there a way to turn off that function on mobile?

    Adventurous greetings,
    Coen

    #414009
    Tom
    Lead Developer
    Lead Developer

    Did you get it working? Looks awesome to me: https://www.screencast.com/t/TEPJzTiyAtP

    #414013
    Coen

    Yes, I know it works so so, but on older phones, I think it pushes the menu too much over the image.

    So, it there is an easy way to stop the merge action on mobile I’ll gladly try that, if not, I’m stuck with this or disable that function on the home page (the rest of the site doesn’t use the merge function.)

    Thanks for helping out.

    #414374
    Tom
    Lead Developer
    Lead Developer

    This should work:

    @media (max-width: 768px) {
        .generate-combined-header {
            position: relative;
        }
    }
    #414573
    Coen

    Indeed it does — Thank you Tom,

    That worked like a charm.

    #414671
    Tom
    Lead Developer
    Lead Developer

    You’re welcome 🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.