• Resolved galger

    (@galger)


    Hello,

    This is my favorite survey form! (And I’ve tried many of them).
    I’m running WordPress 4.0 with the Virtue theme (and Woocommerce). The survey is displaying incorrectly with the questions on the right and the text boxes on the left. I’ve tried turning off/on the Survey Styling Options. I’ve tried entering the following into the theme’s Custom CSS:

    .answer-survey label {
    width: auto;
    float: none;
    }

    However, I cannot get the questions and answers to display correctly. Any other ideas?

    https://drnaturalhealing.com/survey/

    https://www.ads-software.com/plugins/awesome-surveys/

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

    (@willthewebmechanic)

    Automattic Happiness Engineer

    Howdy,

    In all likelihood, your theme’s css is indeed dictating the layout. Here’s a css snippet:

    form.answer-survey label.control-label {
        text-align: left;
    }

    that will produce this: see screenshot
    Thanks for the kind words, I hope this helps!

    Thread Starter galger

    (@galger)

    Damn!
    That was fast and it’s fixed! Thanks soooooo much!!

    Thread Starter galger

    (@galger)

    I just made a plugin donation. Thanks again!

    Plugin Author Will Brubaker

    (@willthewebmechanic)

    Automattic Happiness Engineer

    I’m glad to hear it worked out for you & many thanks for the donation!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Questions/Answers Misaligned (Probably Theme Error)’ is closed to new replies.