Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1056909

    We need the mobile version to maintain the sticky menu so that the logo and phone number is always available to visitors. We have look over the forum for solutions but none seem to work.

    Do you have some Custom CSS that will provide a fix?

    Thanks

    Avery

    #1057049

    Hey So Evolve,

    Can you provide a link to the site/page in question so we can look into this issue further?

    Best regards,
    Jordan Shannon

    #1057267
    #1057297

    Hi Avery,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:767px) {
      .responsive #top #wrap_all #header {
        position: fixed !important;
      }
    
      .responsive #top #wrap_all #main {
        padding-top: 109px !important;
      }
    }

    Best regards,
    Nikko

    #1072640

    Hello,

    I have the same issue but the css code doesn’t work for me.

    Would you please kindly take a look at our site as well. I am sending you a link as a private content.

    Thank you in advance.

    Regards,
    CC

    #1072722

    Hey CC,

    Did you add the code to the very top of quick css so that it runs first? Also, be sure to clear the cache a few times over.

    Best regards,
    Jordan Shannon

    #1072752

    Dear Jordan,

    Thank you for your kind support. The cache was the problem.

    But the solution I was looking for is about an issue with Full Width Sub Menu /not with Main Menu/. It is not sticky in mobile version.

    Do I have to open new topic?

    Regards,
    CC

    #1072768

    Hi,

    I’m happy to help. Yes please begin a new topic to help keep it organized.

    Best regards,
    Jordan Shannon

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