How can I align these two boxes on my product page?

https://guisemen.com/products/green-stick

Thank you in advance for your feedback.

Hi there,

You can add the following custom CSS:

#timesact_widget,
#timesact_widget > div > div {
  max-width: 44rem !important;
}

You can do that by adding this CSS code at the bottom of your base.css file in Online store > Themes > Edit code > Assets

#timesact_widget { max-width: 440px !important; }

Got it – thank you!