hackermade

  •  
  • Nov 16, 2024
  • Joined Mar 24, 2024
  • 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.