Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #495393

    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!

    #495779

    Hi DuriaGlobal,

    It’s working on my end using the Chrome inspector, please try to empty your browser cache and disable any caching plugin you might have active.

    #top #payment input#place_order {
        top: 40px;
        position: relative;
    }

    Thanks,
    Rikard

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.