• Resolved steephilllab

    (@steephilllab)


    All of the modules in my contact form are 50% width… does anyone know how to make it full width like the areatext module?

    steephilllab.com/california

    I can’t seem to find where to do it in my edits.

    Also… the form just kind of sucks aesthetically (loose spacing,mismatched lines, etc), but I would prefer to use this as opposed to something else because it’s baked into my site already. Any advise?

    Thanks.

    https://wordpress.org/plugins/jetpack/

Viewing 1 replies (of 1 total)
  • Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic 🚀

    You can customize the look of your site with CSS, by adding code to your theme stylesheet or to your custom CSS editor under Appearance > Edit CSS in your dashboard.

    I only see one field in the sidebar of the page you linked to; if you wanted to change the width of that field, you could use the following CSS:

    #contact-form-5324 input[type="email"] {
    	width: 94%;
    }

    I hope this helps.

Viewing 1 replies (of 1 total)

The topic ‘Contact form modules 1/2 width?’ is closed to new replies.