Support » Fixing WordPress » Contact Plugin in Landzilla theme viewed using IE messed up….

  • When you view my contact page using Internet Explorer the form is not displaying properly. The form for some reason has shifted down. When viewing the page in FireFox it looks fine. Can someone tell me how to fix this? Thank you!

    Note: I’m using the Landzilla theme and there are some Japanese characters on the site. You can directly view the contact page at: http://arigatoman.com/?page_id=16

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi, Pac,

    I recently encountered the same problem, also using landzilla.

    Taking my cue from another thread, I commented out add_filter('wp_head', 'wpcf_css'); in the wp-contactform.php file. It is line 270 of the 1.3 version. Then I copied the Contact Form CSS (beginning at line 222) and pasted it into my theme’s default stylesheet.

    The one thing I did that bumped the form up to where it belongs is defined the width of the “contactform” class – in percentage. width: 90% worked for me, I suspect up to 100% will.

    Let me know if that does the trick. I had made some other changes -before I hit upon the one above- that did improve the box line-up, but the form was still below the sidebar. I don’t think they will be necessary for you.

    Thread Starter pacopp

    (@pacopp)

    Valerie,

    Sorry for the late reply. Thank you very very very much for helping me. It worked! When I originally defined the width of the “contactform” class to 100% the form didn’t shift up however, 90% did it. Are you currently using Landzilla for your blog? Thank you again for your help!

    Hi, Pac,

    I am so very glad it worked! I am pleased I was of some help. It’s good to know that 100% actually does NOT work.

    I am actually using Landzilla with WP as a shell for a full-fledged information website for a client/friend. Seems to be working out quite well.

    Nice blog you have!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Contact Plugin in Landzilla theme viewed using IE messed up….’ is closed to new replies.