May 24, 2021 at 12:47 pm
#88819
Theme Horse Support Team
Keymaster
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