how to create a side float on wp web site ???
example image below :
Printable View
how to create a side float on wp web site ???
example image below :
Do you have a link to a live example?
Floating feedback button for wordpress blog
hope this helps
You can do with a simple CSS.
The top left box CSS code is the following:
Hope this helps.Code:.topleftbox {position: absolute; left: 10px; top: 30px;}