• Resolved granatdesign

    (@granatdesign)


    This is a very helpful plugin. Only one small issue. For some reason, the tooltip icon is showing on line BELOW the field label. Any way to fix?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Mehbub Rashid

    (@mehbubrashid)

    I guess its because of your theme css..But it fixable..let me know the page url so that i can give you a css fix

    Thread Starter granatdesign

    (@granatdesign)

    Was able to fix it by adding a class (tool) to the label
    .tool .gfield_label {
    display: inline !important;
    padding-right: 5px;
    }

    Plugin Author Mehbub Rashid

    (@mehbubrashid)

    Awesome! Great to know

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Tooltip is showing on line below field label’ is closed to new replies.