Reply To: Field name far from input box

Home Forums Guestbook Add-On Field name far from input box Reply To: Field name far from input box

#9264
Marcel Pol
Keymaster

Hi, that is unfortunate.

Could you try and add this CSS to Appearance > Customizer > Custom CSS ?
Alternatively, in form settings, you can have the labels not float to the right, but on top of the input field.

.gwolle-gb-write label.text-info {
    text-align: right;
    width: 100%;
    padding-right: 10%;
}