Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #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.

    #1242987

    Hey oh_marketing,

    Could you post a link to where we can see the problem you are having please?

    Best regards,
    Rikard

    #1243013

    Hey Rikard,

    The link is in the private content field!

    Regards,
    Oliver

    #1243211

    Hi,

    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,
    Rikard

    #1243272

    Hello,

    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

    #1243499

    Hi,

    I’m able to see the menu scrolling down. Was this solved?

    Best regards,
    Jordan Shannon

    #1243865

    No, unfortunately this doesn’t work for me.
    The navigation / menu disappears when I scroll! I have already tested it on 2 different smartphones!

    Regards

    #1244344

    Hi oh_marketing,

    Can you please make a screencast of the issue?

    Best regards,
    Victoria

    #1244352

    Hi oh_marketing,

    Can you please make a screencast of the issue?

    Best regards,
    Victoria

    #1246388

    Hey Victoria,

    How can i inserd the Screencast here?

    Regards, Oliver

    #1246453

    Hi,

    Just add the url here for us to view

    Best regards,
    Jordan Shannon

    #1246844

    Sorry,

    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=sharing

    The 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=sharing

    I would now like the menu (hamburger) to come down with me.

    Hope you understand what I mean.

    Thank you very much.
    Greetings Oliver

    #1246912

    Hi oh_marketing,

    Thank you.

    Here are the docs for you:

    Best regards,
    Victoria

    #1247559

    Hey,

    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,
    Oliver

    #1247578

    Ok 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

    #1247664

    Hi 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,
    Victoria

    #1249296

    Hy Victoria,

    Yes perfect, that works now for me!

    Thank you!

    Best regards,
    Oliver

    #1249424

    Hi Oliver,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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