Hi There,
Please find this custom CSS:
p.discount {
color: white;
font-size: 50px;
border-color: hsl(0,0%,100%);
border-width: 3px;
text-transform: uppercase;
background-color: transparent;
border-radius: 100em;
padding: 0.429em 1.143em 0.643em;
border: 2px solid #fff;
}
And change to this:
p.discount {
float: left;
color: white;
font-size: 50px;
border-color: hsl(0,0%,100%);
border-width: 3px;
text-transform: uppercase;
background-color: transparent;
border-radius: 100em;
padding: 0.429em 1.143em 0.643em;
border: 2px solid #fff;
}
Let us know how it goes!