Field name far from input box

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #9261
    Alan Krum
    Participant

    Is there a way to perhaps Right Justify the field names so they are directly next to the input box. I have a user who swears the Guestbook does not work, but I am sure they are putting their email in the website box.. evidently having trouble lining them up (silly, but true).

    I read through ALL of forum entries and did not see anything like this requested before.

    Thank you for a great Plug-In!

    #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%;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.