Issue with margins/padding output within uagb-column__wrap
-
In your default CSS, ‘.uagb-column__wrap’ has no padding or margins set, which is fine.
When I add an ‘advanced columns’ section, which has columns, I don’t touch the paddings/margins, but the CSS outputs empty ‘px’ values to CSS. This makes the CSS invalid and producing errors in the validator – https://jigsaw.w3.org/css-validator
Example (compressed) output: #uagb-column-3290ef5b-d613-4743-a176-6f368349dea1.uagb-column__wrap { padding-top: px;padding-bottom: px;padding-left: px;padding-right: px;margin-top: px;margin-bottom: px;margin-left: px;margin-right: px;border-radius: px; }
Expected behavior: If no margin/padding is set by user, no empty ID and px styles should be set in CSS.
Thanks,
LydenThe page I need help with: [log in to see the link]
- The topic ‘Issue with margins/padding output within uagb-column__wrap’ is closed to new replies.