• Resolved floramaison

    (@floramaison)


    Hi, Im so sorry to ask this really noob question. But how am I suppose to align this button to the center instead of the left? Would appreciate any help given. Thank you in advance.

    Here’s the button

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Vijay Hardaha

    (@vijayhardaha)

    Add this css

    .form-row.place-order #place_order {
        margin: 0 auto;
        display: block;
        width: auto;
    }
    Thread Starter floramaison

    (@floramaison)

    Great help! It works!! Thank you soooo much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Align Place Order Button’ is closed to new replies.