How can I eliminate excessive white space in my Narrative Theme?

Hello Rohi,
Add this css at the bottom of
Online Store->Theme->Edit code->Assets->theme.scss.liquid

a.card__wrapper.card--article {
    height: 550px!important;
}
1 Like