I want the Widget title to set below contant

You have 3 options:

  1. copy widget files, rename the widget, change HTML output.
  2. With css, set container element to postion:relative, title element position:absolute and move it with bottom:0 and left:0..
  3. Use javascript/jQuery to swap img and title element.

1 is the best solution.
2 & 3 are kinda hacky.

I can’t give you any examples without an url.