<p>Hello again!
</p><p>So kinda stumbled on how to solve the label heights issues while playing around with themes on another wiki.
</p>
<div dir="ltr" class="mw-geshi mw-content-ltr"><div class="css source-css">
<span class="re1">.portable-infobox</span> <span class="re1">.pi-item-spacing</span> <span class="br0">{</span>
align-items<span class="sy0">:</span><span class="kw2">center</span><span class="sy0">;</span> <span class="kw1">text-align</span><span class="sy0">:</span><span class="kw2">center</span><span class="sy0">;</span> <span class="kw1">padding</span><span class="sy0">:</span><span class="re3">1px</span><span class="sy0">;</span>
<span class="br0">}</span></div></div>
<p>When I removed
align-items:center;, the label stretched out (though the label text is no longer centred T-T)!
</p>
<hr><p>Other than that, on the colouring for the horizontal labels, it works but also makes the data box the same colour (
example). Tried to work it out myself, to no avail T-T
</p>