- This topic has 9 replies, 2 voices, and was last updated 4 years, 5 months ago by Skandha.
-
AuthorPosts
-
April 9, 2020 at 4:06 am #242018lilleselmerParticipant
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.
April 9, 2020 at 5:48 am #242027SkandhaParticipant@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,
SkandhaApril 9, 2020 at 6:44 am #242037lilleselmerParticipantThanks. 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.
April 10, 2020 at 4:17 am #242167lilleselmerParticipantAre we able to fix this one? To make the menu collapse, instead of be completely removed?
April 10, 2020 at 4:58 am #242181SkandhaParticipant@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,
SkandhaApril 11, 2020 at 11:47 am #242321lilleselmerParticipantI am familiar, not an expert, but I will probably find my way, just tell me what to do 😉
April 14, 2020 at 2:08 am #242597SkandhaParticipant@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,
SkandhaApril 14, 2020 at 8:25 am #242635lilleselmerParticipantHi! 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?
April 21, 2020 at 6:30 am #243508lilleselmerParticipantAny replies to this?
April 24, 2020 at 8:13 am #243952SkandhaParticipant@lilleselmer: Hello there,
Sorry for the late reply. I have sent you en email. Please check your inbox.Kind Regards,
Skandha -
AuthorPosts
- The topic ‘Remove menu after press on anchor link’ is closed to new replies.