# convertkit/2.4.7/resources/backend/css/post.css

Kit (formerly ConvertKit) – Email Newsletter, Email Marketing, Membership, Subscribers and Landing Pages, version 2.4.7. 27 lines.

- Page: https://pluginprobe.com/plugins/convertkit/2.4.7/code/resources/backend/css/post.css
- Raw: https://pluginprobe.com/plugins/convertkit/2.4.7/raw/resources/backend/css/post.css
- Modified: 2023-10-18T16:18:46+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/convertkit/2.4.7/code/resources/backend/css/post.css#L10-L20`.

```css
/**
 * Pre-publish actions
 */
#convertkit-pre-publish-actions .misc-pub-section {
	margin: 0;
	padding-left: 36px;
	background: url(../images/logomark-red.svg) 10px 6px no-repeat;
	background-size: 18px 18px;
}
#convertkit-pre-publish-actions .misc-pub-section label {
	font-weight: 700;
}

/**
 * Post Metabox
 */
@media screen and (max-width: 782px) {
	/* Add spacing below label and input */
	#wp-convertkit-meta-box table.form-table th {
		padding-bottom: 0.5em;
	}
	#wp-convertkit-meta-box table.form-table td {
		padding-bottom: 15px;
	}

}

```
