Hi,
I have an issue with css on the buy buttons on my website when i change to affiliate / external product.
I also had this issue with the "simple products" but was able to do some css myself and fix this.
If anyone is interested, here is the css code:
.template-shop div.product div.summary { position: relative; }
.template-shop div.product div.summary form.cart { position: absolute; top: 10px; right: 20px; }
.template-shop div.product div.summary div.addwishlistlink { position: absolute; top: 70px; right: 12px;
}
Anyway,
I want to know if you can help me out here? If you go to this page you will see it looks good (simple product):
http://bit.ly/IV2A4T
And here is the issue (affiliate / external product):
http://bit.ly/IOh6sv
I would like the pages to look like the simple product pages.
Thanks!














