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: Page content size

#88819

Hi Steven Bloomfield,

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

@media (min-width: 1600px) {
	.post-template-default .site-content .container,
	.page-template-default:not(.woocommerce) .site-content .container {
		max-width: 1540px;
	}
}
@media (min-width: 1800px) {
	.post-template-default .site-content .container,
	.page-template-default:not(.woocommerce) .site-content .container {
		max-width: 1740px;
	}
}

You can use the core and Theme widgets on the ‘Frontpage Template’ to get the layout like demo or you can also use the widgets except theme widgets from block feature for each pages as well.

Thanks