Jump to content

how to remove editor extra field and it adds the <p> space?


Recommended Posts

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)

Could contain: Text, Mobile Phone, Electronics, Phone, Cell Phone

Edited by JanUwe
Link to comment
Share on other sites

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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...