For some reason, the text position in my cell is at the bottom of each row. Yet, the cell vertical alignment is set to “top.” Here is a screenshot.
E
Elizabeth
Original poster
Member
For some reason, the text position in my cell is at the bottom of each row. Yet, the cell vertical alignment is set to “top.” Here is a screenshot.
Hi Elizabeth
Try this CSS
.panel-grid .panel-grid-cell{
vertical-align: top;
}
Paste it in Appearance -> Customize -> Additional CSS.
Let us know if this helps you
Regards