nonloser id'sine sahip div'i sola yaslaman gerek. sen sağdan 1170px boşluk bıraktırmışsın (veya kodu direkt almışsın).

css dosyandan şu kodu bul:

#nonloser a {
position: absolute;
bottom: 150px;
right: 1170px;
position: fixed;
text-indent: -1000px;
width: 100px;
height: 85px;
overflow: hidden;
background: url("http://uzmanadam.com/wp-content/themes/genegri/iletisimyan.png") 0 0 no-repeat;
}


şöyle değiştir:

#nonloser a {
position: absolute;
bottom: 150px;
left: 0px;
position: fixed;
text-indent: -1000px;
width: 100px;
height: 85px;
overflow: hidden;
background: url("http://uzmanadam.com/wp-content/themes/genegri/iletisimyan.png") 0 0 no-repeat;
}