Close Gap When Promo Text Added

Ive added some promo text but it seems to cause a gap in the product options when added

can anyone tell me the css to make it float so the white space doesnt appear between the product options marked in red on teh first image.

https://prnt.sc/qyy0ip

this is without promo text

https://prnt.sc/qyy0ze

Please let me know item name or URL

sure

https://www.hivis.co.uk/dickies-sa22045-motorway-safety-jacket.html

Please add to the CSS section of the Theme editor

.ty-product-detail .ty-product-block__note {
    position: absolute;
}

https://prnt.sc/qzzmuq

oh! thanks, i understand now! ;)