Vertically align widget text and images
Hi, I want to vertically align the widget text and images. So far I’ve been using this for each panel I need vertically centered: #pgc-4-0-1.panel-grid-cell { display: inline-block; float: none !important; vertical-align: middle; } However, I’d like a more general…