badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Card/Block posts one column / vertical

#96053

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