I think the issue is this
When the position of module is changed from header to, for example, “right” the button is no longer a proper button. Does this have to do something with the fact that the code in template.CSS “#ja-topheader div.contact-us { position: absolute; right: 0; top: 10px; }
#ja-topheader div.contact-us {
background: url(../images/icon-phone.png) no-repeat left center;
color: #eebe8a;
font-size: 130%;
font-weight: bold;
padding-left: 16px;
text-decoration: none;
}
#ja-topheader div.contact-us a.btn-contact {
background: url(../images/live-bg.gif) repeat-x scroll left top;
color: #1B2F03;
font-size: 11px;
margin-left: 10px;
padding: 3px 10px;
text-decoration: none;
}”
assignes the div class only to the header position? Tow to fix this issue?