Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #454263

    Dear Support,

    I was successfull add scroll button to top on mobile (Add scroll top button), and when i checked via menu navigation (Enfold One Page Portfolio), the site was success to jump to menu selected, but scroll to top button was located on right side on the bottom and menu navigation was still open. I think it was error.

    The should be if i clicked the menu #about (for example), its jump to #about and the menu navigation closed, and the scroll to top button in its position (not to right side).

    • This topic was modified 9 years, 5 months ago by jj_skywalker. Reason: Miss )
    #454557

    Hi JJ!

    I had a look at your site and both the menu and the scroll to top button seems to be working as expected, could you try to explain the problem in further detail or maybe provide us with a screenshot of it?

    Cheers!
    Rikard

    #454713

    Hi,

    I mean if you select menu from menu navigation (for example: about), and then scroll to top button is not displayed like usually.
    And if you slide to the right side, there any space for navigation menu. Are you understand what i mean?

    #454919

    Hi!

    Alright. Try to add this to the Quick CSS field:

    @media only screen and (max-width: 767px) {
    .responsive #top {
      overflow-x: hidden;
      position: relative;
    }}

    Cheers!
    Ismael

    #454959

    Hi Ismael,

    Yeayyy.. it’s worked. Thanks..

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Error navigation on mobile device’ is closed to new replies.