Re: Attribute Module Position Again
You would either need to define the attributes and their wrapper in the stylesheet on there own and adjust the width and play around that way (maybe - A guess)
Or you could change:
#cartAdd {
background-image:url("../images/payments_sm.jpg");
background-position:center bottom;
background-repeat:no-repeat;
border:1px solid #535355;
clear:right;
float:left;
margin:1em 15px 1em 0;
padding:2em 2em 35px;
text-align:center;
}
To:
#cartAdd {
background-image:url("../images/payments_sm.jpg");
background-position:center bottom;
background-repeat:no-repeat;
border:1px solid #535355;
clear:right;
float:right;
margin:-12em 15px 1em 0;
padding:2em 2em 35px;
text-align:center;
}
You'd have to check it holds up to cross browser scrutiny and such - logically to me though I don't think there is a problem in using the negative margin in this instance - although I stand to be corrected.
Steve
Site Under Construction: adatglobal.com