Customize Tab Doesn't Work

Hello,

For some reason my customize tab doesn’t work. I want to change my layout and design but when I move the “sliders” the menu links do not widen. How do I fix this?

Best,

Hello @Dillonbca,

Thanks for writing in! :slight_smile:

It could be that you’re running out of your allocated memory. Please install WP ServerInfo and check your server info.

Then try to increase memory limit. To do it, please edit your wp-config.php file and insert these lines:

    define( 'WP_MEMORY_LIMIT', '256M' );
    define( 'WP_MAX_MEMORY_LIMIT', '512M' );

You can add it before the line:
/*That's all, stop editing! Happy Blogging. */

Please refer on the article below if you encounter any Customizer problems:

https://theme.co/apex/forum/t/troubleshooting-customizer/196

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.