• Resolved kuruoshii

    (@kuruoshii)


    Good daytime πŸ™‚

    I’m currently making a fomr for our customers, who can fill out the form in order to receive an offer.

    At some point, our potential customers need to fill out what glass the want (the section with the “6 mm ESG” etc).

    The problem here is, that the ckeckboxes are next to each other, instead of listed one below the other. Is there an option to make this happen? I tried <br>, which of course didn’t work.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • there is an issue in your css and you have to change from:

    span.wpcf7-list-item {
    display: inline-block;
    }

    to

    span.wpcf7-list-item {
    display: block;
    }

    Thread Starter kuruoshii

    (@kuruoshii)

    Thanks for your quick answer, Erik.

    Your suggestion worked and it looks great.

    Thanks a lot for your help. It’s much appreciated.

    Have a great day and stay safe.

    Best regards πŸ™‚

    Exactly what I was looking for! Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘checklist as table [format]’ is closed to new replies.