Visual Form Builder Issue

Home Forums WordPress Themes – Premium Pure & Simple Visual Form Builder Issue

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #17213
    Francois Zietsman
    Participant

    Hi, I used Pure and Simple (latest version) to create a basic website for a client, however I always use Visual Form Builder on all my websites without any issues.

    With Pure and Simple, the “Submit / Send Message” button is full width, and also the text area stays small in height even if I change it to medium or large inside the form settings.

    This is what the Pure and Simple theme does to the Visual Form Builder http://www.nosamo.co.za/contact-us/ and this is what it is suppose to look like http://www.penguingas.co.za/contact-us/ on the circumference theme.

    Your help would be greatly appreciated as I guess there is a CSS issue somewhere with Pure and Simple.

    Thank you
    Contact-Forms.jpg

    Attachments:
    You must be logged in to view attached files.
    #17214
    Sushil Adhikari
    Moderator

    Hi Francois Zietsman,

    You can try by placing this css on child theme style.css file.

    textarea.form-control {
        height: 150px;
    }

    You can increase height value as per your requirement.

    Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.