Need help? Check out our Support site, then


Centering the contact form

  1. elainegriffindesigns
    Member

    I have a contact form on the contact page that I can't seem to center. The other info on the page is centered, but not the form. The border is cut off on the left side, too.
    So, I'm not sure if I can solve this with HTML, CSS....
    Thanks!
    here is the link:
    http://annasimonakphotography.com/

    The blog I need help with is elainegriffindesigns.wordpress.com.

  2. Have your tried to center the contact form by using div tags? Maybe that will work:
    <div style="text-align:center;">[contact-form]</div>

  3. elainegriffindesigns
    Member

    I tried that and it didn't work!
    Poo!
    Thanks!

  4. Snap! I guess you will have to ask for Staff help with this. :( Here's the link http://en.support.wordpress.com/contact/

  5. elainegriffindesigns
    Member

    See, and here I was thinking it's b/c I'm too newbie!
    Thanks a lot!

  6. You could do that with Custom CSS. You can test it out from your Appearance > Edit CSS page with the preview button. Try this:

    form.contact-form { text-align:center; }

    See the Custom CSS help page for more details about the upgrade.

  7. elainegriffindesigns
    Member

    That did it! Thanks!
    I knew in my heart of hearts how to do it, but man, too much self-doubt.

Topic Closed

This topic has been closed to new replies.

About this Topic