
-
AuthorPosts
-
September 1, 2020 at 4:36 pm #1242550
Hy,
In my theme “Enfold – Responsive Multi-Purpose Theme”, the navigation in the mobile view disappears.
How or where can I fix this so that the menu / navigation remains visible on the mobile view!
In addition, can I adjust the font size of the navigation in the desktop view?
Thank you very much.
September 3, 2020 at 6:16 am #1242987Hey oh_marketing,
Could you post a link to where we can see the problem you are having please?
Best regards,
RikardSeptember 3, 2020 at 7:54 am #1243013Hey Rikard,
The link is in the private content field!
Regards,
OliverSeptember 4, 2020 at 5:16 am #1243211Hi,
Thanks for that. The mobile navigation seems to work fine on my end though, did you check the site in an incognito/private browser window to see if that helps?
You can adjust the font size of the navigation under Enfold->Advanced Styling.
Best regards,
RikardSeptember 4, 2020 at 11:06 am #1243272Hello,
Yes i checked. I can’t see the navigation when I scroll down the page! I only see the navigation at the top of the page. But I want the navigation to always appear!
I found the one with the font size.
Thank you very much.
Greetings Oliver
September 5, 2020 at 1:39 am #1243499Hi,
I’m able to see the menu scrolling down. Was this solved?
Best regards,
Jordan ShannonSeptember 7, 2020 at 8:41 am #1243865No, unfortunately this doesn’t work for me.
The navigation / menu disappears when I scroll! I have already tested it on 2 different smartphones!Regards
September 8, 2020 at 4:52 pm #1244344Hi oh_marketing,
Can you please make a screencast of the issue?
Best regards,
VictoriaSeptember 8, 2020 at 5:13 pm #1244352Hi oh_marketing,
Can you please make a screencast of the issue?
Best regards,
VictoriaSeptember 16, 2020 at 6:37 pm #1246388Hey Victoria,
How can i inserd the Screencast here?
Regards, Oliver
September 17, 2020 at 7:52 am #1246453Hi,
Just add the url here for us to view
Best regards,
Jordan ShannonSeptember 18, 2020 at 4:02 pm #1246844Sorry,
I have now done print screens and uploaded them to Google Drive.
The menu (hamburger) can still be seen on Pic1, as this is the beginning of the page.
https://drive.google.com/file/d/1Iyjra9NlTuCt667HigClKyNyXVooWrBi/view?usp=sharingThe menu can no longer be seen on the Pic2 because I have scrolled down the page.
https://drive.google.com/file/d/1LE2BKiAylbkeKXYBtDSIbz5qFTQ-n6aL/view?usp=sharingI would now like the menu (hamburger) to come down with me.
Hope you understand what I mean.
Thank you very much.
Greetings OliverSeptember 18, 2020 at 7:42 pm #1246912September 22, 2020 at 9:56 am #1247559Hey,
And what do I have to look for in the docs? Do I have to adjust this in the code? Is there no function for this?
Best regards,
OliverSeptember 22, 2020 at 10:53 am #1247578Ok i think i found it. But where exactly at what position do I have to insert this code?
/ * Sticky header on mobile * /
@media only screen and (max-width: 767px) {
.responsive #top #main {
/ * Margin top value should be equal to header height * /
margin-top: 180px;
}
.responsive #top #wrap_all #header {
position: fixed;
}
}I think I have to put it in the theme header. But in which position?
best regards, Oliver
September 22, 2020 at 5:15 pm #1247664Hi Oliver,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 767px) { .responsive #top #main { margin-top: 80px; } .responsive #top #wrap_all #header { position: fixed; } }
If you need further assistance please let us know.
Best regards,
VictoriaSeptember 29, 2020 at 9:44 am #1249296Hy Victoria,
Yes perfect, that works now for me!
Thank you!
Best regards,
OliverSeptember 29, 2020 at 4:49 pm #1249424Hi Oliver,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.