Viewing 1 replies (of 1 total)
  • Plugin Author Jerry Rietveld

    (@jgrietveld)

    Hi sharikalam,

    Thanks for your message. I assume you want to move the whole button? To do that, just add some CSS to your website for the selector #callnowbutton and either place the tag selector body in front of it or use !important next to your properties (less nice). So an example to place the button in the top left corner would be:

    body #callnowbutton {
      top:15px;
      left:15px;
    }

    Hope this helps.

    Cheers,
    Jerry

Viewing 1 replies (of 1 total)

The topic ‘movable icon’ is closed to new replies.