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

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

- Page: https://pluginprobe.com/plugins/convertkit/3.1.0/code/resources/backend/css/post.css
- Raw: https://pluginprobe.com/plugins/convertkit/3.1.0/raw/resources/backend/css/post.css
- Modified: 2025-09-29T11:31:20+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/3.1.0/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.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;
	}

}

```
