Skip to content

Form flex and max-width properties #77

@ernestmarcinko

Description

@ernestmarcinko

Describe the bug

Themes like Kadence and similar alternative force a flex layout and a max-width attribute, ticket here.

Make sure to override that for the ASP and ASL (!important is required for sure)

.proinput form {
    display: block !important;
    max-width: unset !important;
}

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions