Context Theme - How to put blog title on one line

I would like the longer blog titles in the featured blog section and blog header to go on one line. I’m using Context Theme.

Thanks in advance

hii, @timtayofficial
Kindly share your store URL so,
I can solve your problem.
Thank You.

1 Like

https://timtay.me/blogs/stories
Thank you!

hii, @timtayofficial
Paste this code on top of the theme.scss file.

.card__name {
    width: 405px !important;
}

Thank You.