Recently, I have noticed some sloppy CSS that has been introduced, resulting in a 30px margin at the bottom of pages and other styles being applied to the body element.
This is the block in question from um-styles.min.css:
.um:not(.um-admin) {
width:100%;
text-align:left;
box-sizing:border-box;
color:#666;
font-size:15px;
margin-bottom:30px!important;
-webkit-font-smoothing:antialiased!important;
-moz-osx-font-smoothing:grayscale!important;
opacity:0
}
As the ‘um’ class is added to the body element, these rules are applying to the entire page. Please correct this! It changes the font size of all text (including the site header and footer) making the pages with Ultimate Member content inconsistent with the rest of the WordPress site. The 30px margin causes pages to always have a scroll bar and white space below my site’s footer.
I suspect the ‘um’ class is used elsewhere on other elements and this was an oversight, so no hard feelings. But please correct this moving forward.
