Hi @hackermade,
From JA Blockk template manager >> click to the "Tools -> Edit Custom CSS" menu and paste below CSS rules to the editor.
@media (min-width: 1200px) {
.container {
max-width: 1400px; /* You can change the width to suite your need */
}
}
Save and reload your website.