Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author webaware

    (@webaware)

    G’day Gary,

    That one’s a little tricky. I’ll consider having a setting for that (perhaps “Compact mode”?) in a future version, but not in the next week at any rate.

    cheers,
    Ross

    Thread Starter mycustom

    (@mycustom)

    Thanks Ross,

    Is there anything that can be done with the spacing of the Field names then?
    On my site the names have a large space below the actual field but then they are really close to the field below, so you get confused about which field they relate to.

    Example: https://yatessecurity.com.au/payments/

    Regards,
    Gary

    Plugin Author webaware

    (@webaware)

    G’day Gary,

    There’s a stylesheet that the plugin loads, which you can copy and modify to suit your site. To knock out the plugin’s stylesheet, add this to your functions.php file:

    add_action('gform_enqueue_scripts', 'yates_gfeway_css', 21);
    
    function yates_gfeway_css() {
        wp_dequeue_style('gfeway');
    }

    cheers,
    Ross

    Thread Starter mycustom

    (@mycustom)

    Thanks I’ll give that a Try.

    Regards,
    Gary

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Field Names displayed in boxes’ is closed to new replies.