Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #242018
    lilleselmer
    Participant

    Hi! I am creating another thread. The anchor links does now seem to look fine. The think is. When I press one of them on my mobile, the menu stays open, covering the whole screen. Is there a way, to make that go away after a press on the menu.

    #242027
    Skandha
    Participant

    @lilleselmer: Hello there,
    This happens because the menu is sticky.
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    @media screen and (max-width: 1024px) {
    	.main-nav-scrolled {
    	    position: unset;
    	}
    }

    This will remove the sticky menu in mobile screen.
    Let me know if this resolves the issue!
    Kind Regards,
    Skandha

    #242037
    lilleselmer
    Participant

    Thanks. It almost did the trick. But now it removed the whole menu, and not just the expanded version. I might have used some bad wording in this case. The thing I want is for the menu to collapse after pressing an item.

    #242167
    lilleselmer
    Participant

    Are we able to fix this one? To make the menu collapse, instead of be completely removed?

    #242181
    Skandha
    Participant

    @lilleselmer: Hello there,
    For that you will need to create a child theme and do a little bit of customization. Let me know if you are familiar with child theme customization so that I can help you out.

    Kind Regards,
    Skandha

    #242321
    lilleselmer
    Participant

    I am familiar, not an expert, but I will probably find my way, just tell me what to do 😉

    #242597
    Skandha
    Participant

    @lilleselmer: Hello there,
    You seem to have switched to a different theme. Let me know if you switch back to Solid Construction Theme.

    Kind Regards,
    Skandha

    #242635
    lilleselmer
    Participant

    Hi! Still using Solid Construction. url: https://oddsit.no/bb/ I am using solid construction classic. As i have understood that is allready a child theme based of solid construction. Can I change this according to my needs?

    #243508
    lilleselmer
    Participant

    Any replies to this?

    #243952
    Skandha
    Participant

    @lilleselmer: Hello there,
    Sorry for the late reply. I have sent you en email. Please check your inbox.

    Kind Regards,
    Skandha

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Remove menu after press on anchor link’ is closed to new replies.