Asterisk Placement
Hi,
I'm trying to move the placement of an Asterisk to be after a field instead of before it. Does anyone have any css code for this?
I tried using the below code which I found in this thread:
Change the placement of the required field asterisk?
.mktoRequiredField .mktoAsterix:after {
content:" *";
}
Unfortunately all it did is add a second asterisk directly next to the one's already there to the left of the field