CSS Issues
-
Why are you using (!important) in the css?
These lines are messing with my pages, specifically “margin-bottom”:
.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; }
How can we avoid this?
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘CSS Issues’ is closed to new replies.