Tagged: menu navigation
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).
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
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?
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
Hi Ismael,
Yeayyy.. it’s worked. Thanks..