• Resolved cr8tivelife

    (@cr8tivelife)


    I am using the Grunion Contact Form version 2.3 and it’s not displaying properly. The email field is way over on the right side, in line with the Comment text. I’ve tried reinstalling the Grunion Form and recreating the form, but I still get the same result.

    Theme:
    -Graphene 1.6.1

    Other plugins installed:
    -Jetpack Version 1.2.2
    -Social Profiles Sidebar Widget Version 1.6.3

    Link

    Please help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Just fixed this for my own site, so I thought I’d share. This is caused by the Graphene theme’s CSS having styles defined for a class called “email”, which is the same name used in the Grunion Contact form.

    The easiest fix for me was to edit the grunion.css file, adding just this:

    .email {float: none; margin-left: 0px;}

    The “float” stops the field moving to the right, and the “margin-left” makes label and text box line up with the other fields.

    Thread Starter cr8tivelife

    (@cr8tivelife)

    Thank you! This works!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Grunion Contact Form not displaying properly’ is closed to new replies.