Viewing 1 replies (of 1 total)
  • Thread Starter clayhendrix

    (@clayhendrix)

    By using Firebug, I found that the jetpack.css file provides formatting for contact forms. Also, using Firebug, I found that I can make the headings of the form fields left-align by cancelling the margin-bottom: 13px.

    ‘.contact-form input[type=”email”], .contact-form input[type=”text”] {
    margin-bottom: 13px;
    max-width: 98%;
    width: 300px;’

    However, when I open jetpack.css I read

    ‘* Do not modify this file directly. It is concatenated from individual module CSS files.’

    I have not been able to find where the first quoted code is. I can search jetpack.css and find it, but do feel that following the instructions prudent.

    I wish that I knew how to make cPanel search the contents of each file and not just the file name. I think that would help me find the location of the code I am looking for.

    Please help if you can!

Viewing 1 replies (of 1 total)

The topic ‘Contact Form Format’ is closed to new replies.