- This topic has 2 replies, 2 voices, and was last updated 5 years, 9 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Support › Forums › Sunshine Pro Theme › GravityForm in Sliding Panel Right
I have this site with a GravityForm in the Sliding Panel Right on the homepage here: http://chirurg.lindebjerg.de/ RÜCKUFSERVICE
Please see screenshot here: Screenshot Sliding Panel Right
But the form inside are not nice. I cannot get the star “gfield_required” to line up beside the title, like it always looks with GravityForms, please see the form here: http://chirurg.lindebjerg.de/kontakt/
Best Regards,
Jesper
Try this CSS Code
.gform_wrapper .gfield_required {
display: inline !important;
}
Perfect, thank you Davinder.