• Resolved stewcurtis

    (@stewcurtis)


    Hi there,

    How do I set a question/field to only take up one of the four columns?

    So if I created a simple yes/no question, instead of the bar stretching the full-width of the page, I could limit the width of the box to say 25%?

    Kind regards,
    Stewart

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Patrick – WPMU DEV Support

    (@wpmudevsupport12)

    Hi @stewcurtis

    I hope you are doing well.

    You would need to use a custom CSS for this.

    If this yes/no is the latest field for your first page, kindly try this CSS on WordPress > Appearance > Customize or Forminator > Form > Edit the Form > Appearance > Custom CSS:

    #forminator-module-6698 .forminator-row #select-13{
        max-width: 25%;
    }

    Let us know if you need any further help on this.
    Best Regards
    Patrick Freitas

    Thread Starter stewcurtis

    (@stewcurtis)

    Hi Patrick,

    Thanks so much for coming back to me – that worked a dream.

    Very much appreciated.
    Kind regards,
    Stewart

    Plugin Support Williams – WPMU DEV Support

    (@wpmudev-support8)

    Hi @stewcurtis

    Thanks for letting us know!

    I understand that it’s fine now so I’m marking this ticket as resolved but if you got any follow-up questions, feel free to ask and we’ll be happy to assist you.

    Best regards,
    Adam

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Creating Blank Spacing…’ is closed to new replies.