• Priority: 0
  • Status: Waiting on customer
  • Theme: Alysum
  • Assigned To: Fred
  • Private: No
  • Open Date: 04.04.25, 10:42
  • Opened by: Lorenzo Milano

Ticket #26022 - Continue button in address form checkout

Hello there, some users were not be able to complete the checkout since they did not see the continue button which was on the right side. I’ve noticed if you add more than one address, it goes down the addresses, while eith a single address, it goes on the right hand side. Please, check the screenshot and let me know

Attachments:

Comments

Fred 04 Apr 2025, 23:55

Hi, Lorenzo.
Please try this CSS fix

body .address-selector .address-item {
    width: 100%;
    float: none
}