CSS to remove space
-
The amount of wasted space around the Excerpt box was annoying me, so I fixed it with a few lines of CSS.
#poststuff #richtext_excerpt_editor_metabox div.inside { padding: 0; margin-top: -40px; } #poststuff #richtext_excerpt_editor_metabox .wp-editor-tabs { margin-right: 10px; } #wp-excerpt-editor-container { border-width: 1px 0 0 0; }
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘CSS to remove space’ is closed to new replies.