Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter nathan_buchanan

    (@nathan_buchanan)

    Update: I was able to get the size to change by placing some inline css in fm-form-default.php in the li tag but this is obviously not the best option.

    I guess there is a css conflict someplace but i can’t see it.

    Any ideas?

    Plugin Author hoffcamp

    (@hoffcamp)

    The offending CSS is .entry-content table {font-size:1.6em; margin:1em 0;} on line 127 of erudite.css. If you add .fm-form table {font-size:1em !important;} to the bottom of the that file that should solve your problem.

    Thread Starter nathan_buchanan

    (@nathan_buchanan)

    Well, look at that. Good catch. Not sure why I did not see that. Thanks for the help! Love the plug in by the way!

    Plugin Author hoffcamp

    (@hoffcamp)

    Thanks. Glad to help. BTW finding CSS conflicts is easy with firefox and the firebug plugin. You can selectively disable CSS line by line. Thats what I did, anyway.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: WordPress Form Manager] Strange font size change’ is closed to new replies.