• Resolved juleskeeper

    (@juleskeeper)


    UPDATE: DISREGARD

    I’ve created a new form, but I cannot figure out how to keep the Field Labels from double-stacking.

    First
    Name*

    Last
    Name*

    Email
    (Required)
    *

    I would like them to be on a single line:
    “First Name”

    How can I accomplish this. Thank you.

    • This topic was modified 2 years, 8 months ago by juleskeeper.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Constant Contact

    (@constantcontact)

    Looks like this is falling a bit to the side of we have the labels set to be about 20% width of parent containers, and the containers here are already about 30% width of the page.

    If you have a spot for custom CSS in your active theme, or even just the customizer’s “additional CSS” panel, the following should get that adjusted for you:

    .ctct-form-wrapper span.ctct-label-left {
      width: 100%;
    }
    
    Thread Starter juleskeeper

    (@juleskeeper)

    Thank you so much! That did the trick.

    Plugin Author Constant Contact

    (@constantcontact)

    Welcome.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Field Labels – How to Keep From Double-Stacking’ is closed to new replies.