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

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor DmtLo

    (@lobov)

    Hello.

    Try to use the next CSS code:

    
    .float-menu-2 .fm-bar {
    	top: 0!important;
    }
    

    where 2 is the float menu with ID 2

    – In the site dashboard:
    – Go to the page ‘Appearance’->’Customize’
    – Click ‘Additional CSS’
    – Add CSS code
    – Click ‘Published’

    Thread Starter amaroak

    (@amaroak)

    Thank you so much @lobov

    I try and work perfectly

    Have a nice day!

    Regards

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