Dear Kriesi-Team,
I try to change the position fo the “Place Order”-Button on checkout page.
I placed the following code into Quick-CSS:
#top #payment input#place_order {
top: 40px;
position: relative;
}
Unfortunatelly when I analyse the object “Order Place”-button in chrome nothing happens the position remains the same:
#top #payment input#place_order {
top: 20px;
position: relative;
}
Could you please help out!
Many thanks!