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: Width of text in articles (pages)

#76483

Hi @kiku,

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

@media (max-width: 575px) {
	.container,
	.wrapper {
		width: auto;
	}
}

Thanks