Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted July 18, 20222 yr 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, 20222 yr by JanUwe
July 18, 20222 yr Find the id of the field, and then apply this CSS to it: #idofyourfield p:first-of-type{ margin:0; }
July 18, 20222 yr Author 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?
July 18, 20222 yr 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.