Forum Replies Created

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

    (@grace_8765)

    Reloaded WordPress and dumped suffusion. Not sure which one it was causing the problem.

    At the top of the contact form add in:

    <style>
    input[type="reset"] {width: 30px;}
    </style>

    Obviously you can add any standard css in place of the width parameter.

    -or-

    You can add to your child theme’s style.css

    input[type="reset"] {width: 30px;}

    with this you might want to add in a class to your individual contact form(s) so you can style them differently, such as:

    .brownform input[type="reset"] {width: 30px;}

    Hope this helps.

    Thread Starter grace_8765

    (@grace_8765)

    Shane, Thanks for the response. Im supposing I would deactivate all the network plugins, but I cant get to the specific dashboards/themes to change to twentyeleven. I was considering reloading the wp manually, so I will try that. I have been using the suffusion theme, are there issues with that? I’m travelling right now so I hope to try these soon, but I don’t know when I’ll have good enough access. Thanks again for your input and I’ll let you know if any of these suggestions work.

    Thread Starter grace_8765

    (@grace_8765)

    Okay, now only one of the four sites dashboards works. Anybody have any idea why I am losing access to my dashboards. Multisite, and wordpress, are making me lose confidence. If this keeps up I will be converting to Joomla out of spite. Help?

Viewing 4 replies - 1 through 4 (of 4 total)