Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #279257

    Hi,
    When I re-size my browser window or view web page in mobile, the mobile menu appears. (Great!)
    1-When i scroll down it disappears, what is the code for keeping it at the top right of my screen(aka floating/ sticky/fixed position?)

    I searched the forum for this but i did not find what i’m looking for.
    Thank you for the help!

    2-if i want it to float in the middle of my screen or at the bottom, what is the code?

    examples:
    https://cdn.tutsplus.com/net/uploads/legacy/018_Floating_Menu/demo/dhtml_float_menu_final_nettut.html

    #279336

    Hi Pinkclaire!

    Thank you for using the theme.

    You can set the advance menu toggle position to fixed. Add something like this on Quick CSS or custom.css:

    #advanced_menu_toggle, #advanced_menu_hide {
    position: fixed;
    right: 5%;
    top: 30%;
    }

    Best regards,
    Ismael

    #285608

    1-Thank you! It works great!

    2-The previous problem (add media not working) in this post: https://kriesi.at/support/topic/image-overlay-resize/#post-279342
    still needs an answer, it seems the topic has been closed.Could i get some help with this please?

    #285878

    Hey!

    I have created a private “Test page” and i was able to Add Media – http://i.imgur.com/4ElJz0K.png
    Can you elaborate, what exactly is the issue you are having?

    Best regards,
    Yigit

    #295785

    Hi , sorry i did not see your reply until now!
    This problem has been solved.
    This topic can be closed.
    Thank you for all the help!

    #295879

    Hey!

    Great it is working fine now! Let us know if you have any other questions or issues :)

    Cheers!
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Enfold Mobile Menu (Enable sticky/floating)’ is closed to new replies.