December 29, 2023 at 8:21 am
#107678
Theme Horse Support Team
Keymaster
Hi Roberto,
Please try below custom CSS code:
@media (min-width: 1600px) {
.page-template-front-page-template .container,
.page-template-front-page-template:not(.woocommerce) .container {
max-width: 1500px !important;
}
}
@media (min-width: 1800px) {
.page-template-front-page-template .container,
.page-template-front-page-template:not(.woocommerce) .container {
max-width: 1700px !important;
}
}
Thank you!