Viewing 10 replies - 1 through 10 (of 10 total)
  • You can format within the form itself or is own css (located in its own directory.

    Thread Starter grunzster

    (@grunzster)

    You don’t have an example by any chance?

    I don’t have any clue how to set up columns in css,

    Do you have a link to your form and a better description of how you want it?

    Thread Starter grunzster

    (@grunzster)

    https://mancaveamaran.com/contact/

    I want to put the first 4 fields side by in 2 columns, so it fits the width of the content area better.

    That makes it easy. I do this on a number of sites. Hopefully this is close to what you are looking for. Or give more specifics. This is what I enter in the Form editor. Change fields to match yours:

    <table><tr><td>
    <p>Your Name (required)<br />
        [text* your-name] </p>
    
    <p>Your Email (required)<br />
        [email* your-email] </p>
    
    <p>Your Phone (required)<br />
        [text text-33] </p>
    
    <p>Subject<br />
        [text your-subject] </p>
    </td><td>
    <p>Your Message<br />
        [textarea your-message] </p>
    
    <p>[submit "Send"]</p>
    </td></tr></table>

    Thread Starter grunzster

    (@grunzster)

    Perfect!

    Not exactly what I was thinking, but even better.

    What I don’t get, though, is I tried just using a simple table like that last night, before posting this, and everything was all misaligned.

    Thanks!

    Can not say what did not work unless I have seen the code.
    wuld not wory about it As long as it works now.

    Thanks! Works perfectly for me.

    Hi webjunk, how do i format https://www.sgnewlaunches.com/theglyndebourne? thanks

    Is there some where that i can learn?

    It works also for me. But the only problem I see, it is that it does not scale for different monitor resolution (at this moment with low resolution, part of table appears on sidebar instead on the body).

    Is it possible to make the table scalable, so it will suit for each monitor resolution?

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘[Plugin: Contact Form 7] Adjusting the layout’ is closed to new replies.