• Resolved billmondei

    (@billmondei)


    When adding tooltips to form fields (Help Text), the question mark icon shows under the Field title.
    It looks aesthetically unpleasing and I’d like to position it on the right side of the Field title (same height as the title). Is there an easy CSS tweak that I could use to achieve this?

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter billmondei

    (@billmondei)

    Changing the css of um-field-label from block to inline-flex seems to do the trick:

    .um-field-label?{
      display:?inline-flex;
      margin:?0 0 8px;
    }
    Plugin Contributor Champ Camba

    (@champsupertramp)

    Hi @billmondei,

    Are you using a default WP theme? If you’re using a custom or third-party theme, this requires tweaking on your end.

    I’m marking this issue as resolved since you’ve provided fixes.

    Regards,

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to put the tooltip on the side of the title (rather than underneath it)?’ is closed to new replies.