• Resolved blingor

    (@blingor)


    Hi,
    i’m using float menu button but i want to change its position from the middle to be on the bottom area. Is it possible somehow?

    Thanks in advance

    • This topic was modified 1 year, 11 months ago by blingor.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Wow-Company

    (@wpcalc)

    Hello.
    You can use the custom CSS code in Customize->Addinional CSS.

    
    .float-menu-2 .fm-bar {
      top: auto !important;
      bottom: 0;
    }
    
    Thread Starter blingor

    (@blingor)

    Hi,

    Thank you very much! Do you know a way to change its size and make it bigger?

    Thank you in advance!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change float menu button position from middle’ is closed to new replies.