PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Red * for Required Fields misaligned

  1. WHIMPEYD
    Member

    Hi!

    I'm interested in knowing how to fix the red * that denotes a required field on my form page. It appears underneath text instead of beside it. (fyi: On some computers it appears in the correct position.)

    http://www.chickfriendly.net/talk-to-us

    Any thoughts/suggestions?

    Thank you!

    Posted 13 years ago on Monday May 3, 2010 | Permalink
  2. What browser is having the problem with display? None of the browsers I tried had a problem with it. If you share what browser is having trouble, maybe someone can recreate the problem and offer a solution.

    Posted 13 years ago on Monday May 3, 2010 | Permalink
  3. WHIMPEYD
    Member

    Firefox 2.0.0.20 - on an older Mac & that's why I'm not on the latest version.

    Posted 13 years ago on Tuesday May 4, 2010 | Permalink
  4. I don't have anything to test that in but what you'll need to do is to add a new style declaration in your theme stylesheet for the .gfield_required class - example:

    .gfield_required {margin-bottom:2px;}

    or whatever styles it actually needs to fix it.

    Unless you specifically target the Firefox 2.0 browser you're having problems with, you could potentially screw it up in other more current browsers. Honestly, unless you REALLY feel it's necessary to support Firefox 2.0 on Mac, I would just check to make sure it works in the more current 3.x Firefox versions and other current browsers and run with that.

    Posted 13 years ago on Tuesday May 4, 2010 | Permalink
  5. WHIMPEYD
    Member

    I totally agree, Kevin - as long as it works in most browsers I'm happy. Thank you for your advice!

    Posted 13 years ago on Tuesday May 4, 2010 | Permalink