In happy-snowman-public.css there is a code:
#snowman {
font-size: 9px !important;
width: 100px;
height: 200px;
right: 0;
top: 5px;
margin: 20px;
position: fixed;
z-index:10000;
}
change it to:
#snowman {
font-size: 9px !important;
width: 100px;
height: 200px;
left: 0;
top: 5px;
margin: 20px;
position: fixed;
z-index:10000;
}