Align post cards by height

Add this code to the Custom CSS field on the Appearance tab of your LinkedIn Feed widget’s settings:

[class*="CardContainer-sc"] {
min-height: 450px;
padding-bottom: 50px !important;
}

[class*="CardActionsBlock__CardLayoutBlock-sc"] {
position: absolute;
bottom: 0;
}

[class*="CardActionsBlock__Divider-sc"]:empty {
display: none !important;
}

Guys, if this code was helpful to you, please drop a line in the comments. Your feedback helps us improve our services and provide better solutions :slightly_smiling_face: