How do I move the text message and text box in debut theme

Hi All,

I added this personalisation text and text box, but it doesn’t like up with my variants option. What code do I have to use to line them up please?

https://cossetspace.com.au/products/personalized-curved-heart-wooden-spoon-custom-engraved-natural-timber-wood-love-utensil-tableware-handmade-vintage-spoons-crafted-eco-gift?variant=39476141457494

hello @cossetspace

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

@media screen and (min-width: 789px){
.template-product .line-item-property__field{
      margin-left: 3px;
}
}

That worked perfectly, thank you