Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @mixxin,

    Try the following to center the form and give it some spacing around the edges:

    
    .rtb-booking-form {
      max-width: 300px;
      margin: 4em auto;
    }
    
    Thread Starter mixxin

    (@mixxin)

    Thanks Nate. I added the CSS. It centered the form but you still don’t see the separation between fields as clearly. Maybe outline the fields? Or change the color of the form to two colors, one for the label and one for the field.

    Hi @mixxin,

    The styles you see are set by your theme. I’d encourage you to follow up with the theme developer to see if they can provide some better styles for the form. They’ll know why the styles are set as they are and what problems might arise from changing them.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Form style’ is closed to new replies.