CSS and markup loaded when no grid used
-
Hi there,
working on a new form i noticed that the line-height in my form is different from what my CSS says.
It comes from /cf7-grid-layout/public/css/cf7-grid-layout-public.css
.cf7sg-container{ line-height:1.2; }
a while ago you entered a condition that this should not happen when the grid tab in editmode is disabled: https://www.ads-software.com/support/topic/i-dont-want-to-use-the-grid-layout-how-do-i-create-my-own-forms/
maybe this was overlooked in further development, /cf7-grid-layout/public/js/cf7-grid-layout-public.js gets called and there are lots of elements with “cf7sg” classNames/IDs like “cf7sg-container”
I was starting deregistering the css, but that will be a “too hard” solution.
What do you recommend?
- The topic ‘CSS and markup loaded when no grid used’ is closed to new replies.