Hi @modoseyoum,
Thanks for getting in touch with us.
Please let me know the process or settings through which you are trying to change the breakpoints. You can change the Spectra breakpoint by adding the below code in the wp-config.php
define( ‘UAGB_TABLET_BREAKPOINT’, ‘800’ );
define( ‘UAGB_MOBILE_BREAKPOINT’, ‘500’ );
Please remember the above breakpoint will work for dynamic CSS loaded for the Spectra on the frontend.
Looking forward to hearing from you.
Have a nice day!
@mohsinbsf thanks for the reply!
i’m getting this fatal error after adding those lines to my wp_config file:
Fatal error: Uncaught Error: Undefined constant “‘UAGB_TABLET_BREAKPOINT’” in C:\Users\modot\Local Sites\sitebuilderdesign\app\public\wp-config.php:80 Stack trace: #0 C:\Users\modot\Local Sites\sitebuilderdesign\app\public\wp-load.php(50): require_once() #1 C:\Users\modot\Local Sites\sitebuilderdesign\app\public\wp-blog-header.php(13): require_once(‘C:\\Users\\modot\\…’) #2 C:\Users\modot\Local Sites\sitebuilderdesign\app\public\index.php(17): require(‘C:\\Users\\modot\\…’) #3 {main} thrown in C:\Users\modot\Local Sites\sitebuilderdesign\app\public\wp-config.php on line 80
There has been a critical error on this website.
@mohsinbsf thanks for the reply!
i was able to fix the fatal error (didn’t like the apostrophes) but i’m not seeing any change on the site after clearing the browser cache, wordpress cache and restarting the local environment.
any suggestions?
thanks again.
nevermind– looks like it’s working.
thanks!