January 10, 2022 at 3:01 am
#96053
Theme Horse Support Team
Keymaster
Hi the.financial.hub21,
It can be done with adding Custom CSS so please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS code.
.newscard-widget-card-block-posts .post-col.col-sm-6 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
Thanks