Skip to content

Issue with styling because of "wrapper" #274

Open
@ChadTaljaardt

Description

@ChadTaljaardt

Hello,

I'm having a few issues with the styling of this plugin because of "wrapper".

I'm incorporating this plugin into my website and this is what the issue looks like:

issue1

There is a big space between the name of the field and the component "textbox"

{
   "fields":[
      {
         "featured":false,
         "label":"Firstname",
         "disabled":false,
         "readonly":false,
         "model":"firstname",
         "type":"input",
         "inputType":"text"
      },
      {
         "featured":false,
         "label":"Second Name",
         "disabled":false,
         "readonly":false,
         "model":"second-name",
         "type":"input",
         "inputType":"text"
      },
      {
         "rows":4,
         "hint":"Max 500 characters",
         "max":500,
         "label":"Description",
         "placeholder":"",
         "model":"description",
         "type":"textArea"
      }
   ]
}

Here is a picture of the error css

issue2

I am using the "Uplon" theme from themeforest.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions