Viewing 5 replies - 1 through 5 (of 5 total)
  • I don’t see an issue here – it’s how the plugin is coded. Here’s another example: https://screencast.com/t/ByElR772Ze

    When released, the pro version will allow CSS styling of the plugin, giving you the ability to reformat it yourself.

    Thread Starter zowieguy

    (@zowieguy)

    I think you misunderstood the issue..

    When “create your own review” is selected and the form appears,
    The form titles do not line up with the form fields.
    The boxes are higher than the titles. This makes it confusing for someone filling out the form.

    example: https://www.southwellco.com/customer-reviews/

    Plugin Author Aaron Queen

    (@bompus)

    This is a theme styling issue, not the plugin. Your theme is overriding the default styles that ship with the plugin. We can’t make the plugin work out of the box with the styling of every single theme, since every site is different.

    In your case, every <td> element on your entire site has the following style overridden – “vertical-align: baseline;” which is one part of the alignment issue. This can be resolved by updating your theme/custom CSS file to make your theme integrate with the plugin better.

    Thread Starter zowieguy

    (@zowieguy)

    Thanks! I will adjust the CSS.

    Thread Starter zowieguy

    (@zowieguy)

    I removed the “vertical-align: baseline” from the CSS and that corrected the issue.

    Thank you so much for your help.
    Looking forward to the Pro-Version!!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Form Titles not aligning with form fields’ is closed to new replies.