CSS Bug with buttons
-
Hello,
There seems to be some unintended css clashing between an inline style and a stylesheet style. When a default style form has pagination, the div (.forminator-pagination-footer) encapsulating the “Previous” and “Next” button has an inline style of “display:flex;”. When the max-width media query of the div is reached, the stylesheet (forminator-form-default.pagination.min.css) expects that the div becomes “display:block;” according to “.forminator-ui.forminator-custom-form[data-design=default] .forminator-pagination-footer”. The inline style is overwriting the stylesheet and causing some funkiness.
Thanks.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘CSS Bug with buttons’ is closed to new replies.