Jump to content

Featured Replies

Posted

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

Find the id of the field, and then apply this CSS to it:

#idofyourfield p:first-of-type{
    margin:0;
}

 

  • 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? 

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.

Recently Browsing 0

  • No registered users viewing this page.