Text positioning in Cell
February 20, 2018 at 2:36 pm
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.
Replies (1)
-
February 20, 2018 at 2:36 pm
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.
-
February 21, 2018 at 7:01 am
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