Support for Envato Buyers Forums DGWork Checkout page layout

Viewing 3 reply threads
  • Author
    Posts
    • #25973
      markhatter
      Participant

      Hi,

      I would like to change the layout of the payment section on the checkout page so it’s all in one column like the default edd page.

      Please could you let me know which template files I need to edit?

      Thanks
      Mark

    • #25977

      Hi

      You don’t have to modify the template. Just add the following CSS to Appearance > Customize > Additional CSS

      #edd_checkout_login_register,
      #edd_checkout_user_info,
      #edd_cc_address,
      #edd_cc_fields,
      .edd-payment-icons,
      #edd_payment_mode_select,
      #edd_discount_code,
      #edd_purchase_submit{
           width:100%;
           position: relative;
      }
    • #25984
      markhatter
      Participant

      This works perfectly thank you!

    • #25998

      You’re welcome!

Viewing 3 reply threads
  • You must be logged in to reply to this topic.