We use cookies to make HubSpot's community a better place. Cookies help to provide a more personalized experience and relevant advertising for you, and web analytics for us. To learn more, and to see a full list of cookies we use, check out our Cookie Policy (baked goods not included).
Dec 3, 2018 10:44 AM
Hello,
I tried searching for an answer in this forum but couldn't find a solution that would work for me.
I need to move the asterisks on the required fields to the right of the input fields like shown below. Please note that I am using embedded forms and can apply a custom CSS on the page.
Thanks,
Dec 3, 2018 11:53 AM
Dec 3, 2018 11:55 AM
Dec 3, 2018 12:07 PM - edited Dec 3, 2018 12:07 PM
@OlgaK, try this. you may need to fiddle with the values, but this should get you started
form label{ position: relative } form .hs-form-required { color: red; position: absolute; right: 25px; bottom: -31px;
Dec 3, 2018 12:08 PM
Ok thanks! I'll try that on our development site first.