# top-10/4.3.2/includes/frontend/blocks/src/post-count/style.scss

WebberZone Top 10 — Popular Posts, version 4.3.2. 39 lines.

- Page: https://pluginprobe.com/plugins/top-10/4.3.2/code/includes/frontend/blocks/src/post-count/style.scss
- Raw: https://pluginprobe.com/plugins/top-10/4.3.2/raw/includes/frontend/blocks/src/post-count/style.scss
- Modified: 2026-07-08T12:46:16+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/top-10/4.3.2/code/includes/frontend/blocks/src/post-count/style.scss#L10-L20`.

```scss
.wp-block-tptn-post-count {
	display: flex;
	align-items: center;
	column-gap: 0.2em;
}

.tptn-post-count-icon svg {
	width: 1em;
	height: 1em;
}

.tptn-post-count-icon {
	display: flex;
	align-items: center;
}

.wp-block-tptn-post-count.has-text-align-left {
	text-align: left;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	/* Optional for vertical alignment */
}

.wp-block-tptn-post-count.has-text-align-center {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	/* Optional for vertical alignment */
}

.wp-block-tptn-post-count.has-text-align-right {
	text-align: right;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	/* Optional for vertical alignment */
}
```
