Greetings,
I am looking to move the rotating image to the LEFT hand side instead of the RIGHT. I am unable to find the code which controls this function.
Using FireBug I see the following:
element.style {
background-attachment:initial;
background-clip:initial;
background-color:initial;
background-image:url(http://ppcwebreview.com/templates/ja_purity/images/header/logo.jpg);
background-origin:initial;
background-position:100% 0;
background-repeat:no-repeat no-repeat;
}
#ja-header {
height:80px;
position:relative;
If I edit the background-position: then the rotating portion does move, but again I can not find where this is controlled.
Thanks for any help anyone can offer.