-
AuthorPosts
-
November 28, 2019 at 3:23 pm #1161007
When you take this site as an example on your mobile: https://www.operaballet.nl/nl you will see when you scroll down that there is an arrow with which you can scroll up or down. When you scroll down to the end you can find the menu again. Is it possible to achieve this (the arrow and the menu) within Enfold?
December 1, 2019 at 2:30 am #1161528Hey dorisb123,
Sorry for the late reply, for mobile the scroll to top button is hidden but adding this css will show it:@media only screen and (max-width: 767px){ .responsive #scroll-top-link { display: block !important; } }
On your example site the mobile menu is always at the bottom, so do you want your menu fixed to the bottom and always showing, or only show when you reach the bottom?
I believe you can add a sub-menu and use this css:#top .av-submenu-container { position: fixed !important; bottom: 0 !important; height: auto; }
Best regards,
MikeDecember 1, 2019 at 12:05 pm #1161587Thank you Mike! Do I place the css at Enfold > General Styles > Quick CSS ?
(It seems it doesn’t work so maybe I am doing something wrong)
December 1, 2019 at 3:36 pm #1161633Hi,
Thank you for the feedback, I checked your page again an I see the css is not applied, but I don’t see that you are using any caching plugins, or that your Enfold Theme Options > Performance > JS & CSS file merging and compression is activated. So you could have a css error such as a missing bracket, or something else. If you include a admin login in the Private Content area I could take a look for you.Best regards,
MikeDecember 3, 2019 at 10:28 am #1162126Hi Mike, I will give you the private login. I can’t see what is missing!
- This reply was modified 4 years, 11 months ago by dorisb123.
December 3, 2019 at 6:11 pm #1162298Hi,
Thanks for the login, I examined your Quick CSS and found that the closing bracket for the first rule was missing. I have added it and your mobile “scroll to top” now shows. Please clear your browser cache and check.
Please see the screenshots in Private Content area.Best regards,
MikeDecember 4, 2019 at 1:02 pm #1162561Oh thanks a lot!!! I did n’t look at the first css at all, I was staring at the last sentences….stupid mistake thank you very very much!!!!
December 4, 2019 at 7:43 pm #1162704Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)Best regards,
Mike -
AuthorPosts
- The topic ‘Scroll button and menu on mobile’ is closed to new replies.