• Resolved younlee

    (@younlee)


    Hello,
    
    I'm using the Sydney theme and would like to add a line break between the "billing first name" and "billing_last_name" fields in the checkout page.
    In other words: make the billing first name field full-width and the billing last name field also full-width in a separate lane.
    
    Here is an illustration of the current and desired situation:
    
    https://ibb.co/xgQqrSd
    
    PS: the website is in Arabic.
    You must add at least one product to see the checkout page.
    
    Thanks

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    I am sorry for the delay.

    Try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.

    .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
      width: 100%;
    }
    Thread Starter younlee

    (@younlee)

    Thank you so much Kharis!
    That is perfect!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Add lane Break between billing_first_name and billing_last_name’ is closed to new replies.