Display posts vertically (Style #1)

Add this code to the Custom CSS field on the Settings tab of your Blog widget’s settings:

[class*='layout__Grid-sc'] {
grid-template-rows: repeat(3, 1fr);
grid-template-columns: unset;
max-width: 260px;
gap: 20px;
}

[class*='card-container__CardContainer-sc'] {
gap: 0;
}

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: