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: Headers and text boxes bleed off of phone display..

#97305

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

@media (max-width: 767px) {
	.entry-content td,
	.comment-content td {
		white-space: normal;
	}
}

Thanks