- Open your WordPress files via the file manager inside of your hosting or FTP.
- Locate the <code>wp-config.php</code> file which should be in the root (very top) of your website hierarchy and open to edit
- Locate the area which says <code>/* Add any custom values between this line and the “stop editing” line. */</code> and paste in the snippet below this post just below this this (adjust the memory size as required) and then save!
define( 'WP_MEMORY_LIMIT', '64M' );
Whether you use Bricks Builder or not, here is a great post from the Bricks team to increase other limits.