Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Amoxil44 Posted July 18, 2022 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
Nathan Explosion Posted July 18, 2022 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
Amoxil44 Posted July 18, 2022 Author 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?
Nathan Explosion Posted July 18, 2022 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.
Recommended Posts