How can i make gallery sidebar on the left side

It would need to be done with CSS.

Vaguely speaking you would need to edit the template xengallery_wrapper.css and modify some of the code in there.

There is some code which adds horizontal margins and has floats to the side. Basic premise is to just flip those so a margin-left becomes margin-right a float: left becomes a float: right etc.
 
Top Bottom