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: How to display posts in column on PC

#91548

Hi sakeus.berg,

Please go to ‘Appearance > Customize > Additonal CSS’ and paste the below Custom CSS code.

.post-wrap post-col {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

Thanks