StyledThemes

Form in Pure and Simple

Home Forums WordPress Themes – Premium Pure & Simple Form in Pure and Simple

Tagged: 

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

    Hi, I have asked this before in the forum somewhere.

    On the Pure and Simple theme, when I add a form (Visual Form Builder) to the contact page it stretches the Text Area and Submit button to full width.

    Can this please be fixed in the theme. Please see 2 attachments. Form-Normal and Form-Pure-Simple (The difference).

    URL: http://www.taluminium.co.za

    Another thing, this is such a nice looking theme for the fact that is has a Large center Logo and header background, but it lacks a little of other features like it only has basic list styles, no Image Styles etc… It would be great if this theme can be a little upgraded with more features like Flat Responsive etc… Juts a suggestion.

    Attachments:
    You must be logged in to view attached files.
    #36424
    Binaya D
    Participant

    Hi There,

    Please use the following css to fix your issue;

    textarea.form-control {
        height: 10em;
    }
    .vfb-submit, input[type="submit"].vfb-submit {
        width: auto;
    }

    NOTE: Please use the child theme style.css or custom css plugin to write the css.

    Thanks

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