Amoxil44 Posted July 18, 2022 Share Posted July 18, 2022 (edited) i have an Editor extra field and it adds the <p> space and i want to remove it to align with the STATUS word. Like, the "Status" takes to much space, because i choosed editor. (i need green text there) Edited July 18, 2022 by JanUwe Link to comment Share on other sites More sharing options...
Nathan Explosion Posted July 18, 2022 Share Posted July 18, 2022 Find the id of the field, and then apply this CSS to it: #idofyourfield p:first-of-type{ margin:0; } SeNioR- 1 Link to comment Share on other sites More sharing options...
Amoxil44 Posted July 18, 2022 Author Share Posted July 18, 2022 37 minutes ago, Nathan Explosion said: Find the id of the field, and then apply this CSS to it: #idofyourfield p:first-of-type{ margin:0; } the field id is 8 seems like, but how adjust your css code and where to insert? Link to comment Share on other sites More sharing options...
Nathan Explosion Posted July 18, 2022 Share Posted July 18, 2022 I mean the HTML id, and you would put the CSS in to your custom.css in the theme. Any further help will require you to provide a link to the site, not just a screenshot. Link to comment Share on other sites More sharing options...
Recommended Posts