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

    (@hughjo)

    I found away from another user:

    Consider wrapping the shortcode in a div (if your theme already has styling).
    
    HTML/page/post:
    <div style ="formy">[directory form="1"]</div>
    
    CSS:
    .formy button, input, select, textarea {
    width: 30%;
    }
    
    .formy label {
    float: left;
    width: 9em;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Align dropdown boxes in a row, not a column’ is closed to new replies.