Sticky floating button or div

Please could you guide me in creating a sticky, floating button/div like the one on this page (bottom left) please?  http://dlsa.com.au/dlsa-difference

Comments

  • Hi,
    Please go to Theme Options > Footer > General > Extras

    Paste a shortcode or text/html in Popup Contact Form | Shortcode field.
    This field is for the contact form shortcode but can be used for other purposes.

    And paste this custom css to let this be on right.
    #popup_contact{
    right:unset !important;
    left:60px !important;
    }

    #popup_contact .popup_contact_wrapper{
    right:unset;
    left:0px;
    }
    Thanks.

Sign In or Register to comment.