• Resolved fifi9210

    (@fifi9210)


    Hi, I have created before instaling your module one dot, which should stay on the screen with the same position when you scrolling page. Everything were working perfectly. After when I added your plugin it is like static position. Do you know where can I find solution for my problem? Below div:

    #dot {
    position: fixed;
    left: 50%;
    width: 60px;
    height: 60px;
    margin-left: 80px;
    background-color: #ce0058;
    border-radius: 50%;
    margin-top: 80.8vh;
    z-index: 100;
    }

    • This topic was modified 7 years, 9 months ago by fifi9210.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Rui Guerreiro

    (@takanakui)

    Hi,

    Thanks for using WP Mobile Menu.

    Try to add this code below to the custom css option in the General Options tab.

    html, body {
        overflow-x: hidden;
    }

    Let me know if it worked.

    -Takanakui

    Plugin Author Rui Guerreiro

    (@takanakui)

    @fifi9210

    Did you tried the solution above?

    Let me know if you need further help.

    -Takanakui

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Enabling mobile-menu destroy my element with fixed position.’ is closed to new replies.