Hi, I'm a newbie for Wordpress. Urgently need help here. I'm looking for a floating bar/button plugin for my Wordpress site. I want something similar to "slick contact us" plugin. This is the info I need for my floating bar as attached: Title: Member Login Form: php code A million thanks.
Use css position: fixed; Code (markup): in the area, where you want to put it. Say: .slide{ margin-top: 10px; margin-right: 30px; height: 125px; width: 300px; position: fixed; } Code (markup): This will work as you wanted!