Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Mike Walsh

    (@mpwalsh8)

    Unfortunately every theme is slightly different so there isn’t a “one size fits all” answer to this question. Usually the CSS to fix it is pretty simple and involves setting a display property to inline or inline-block. Without seeing your site I can’t tell you exactly what to change though.

    Thread Starter larrydog

    (@larrydog)

    Thank you for your quick reply!

    Any chance you’d be willing to take a look at: http://allumia.com/wpgforms/wachain-2/? That’s the demo form I’ve been working from.

    Thanks,
    Aaron

    Plugin Author Mike Walsh

    (@mpwalsh8)

    How do you want the boxes to look? Your text boxes are really small – is that by design?

    You can move them up next to the questions with this CSS:

    label.ss-q-item-label div {
        display: inline;
    }

    I am not sure that is what you want though.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘moving answer boxes’ is closed to new replies.