I'm trying to add custom breakpoints for an elementor website but the changes I made to the custom breakpoints don't modify anything in the page.
I have a Wordpress 5.2.2 website which uses Elementor 2.5.16. I used this guide as a reference:
As far as i know this used to work up until this 2.5.16 version.
I followed the instructions exactly and ended up with a seemingly working extended list of breakpoints. However when i change the value for say Margin in one of the custom breakpoints, nothing happens.
I noticed Elementor creates a config variable (generated in PHP) in the front-end which is then updated in the front-end with a Backbone script.
The Backbone indeed changes the config variable for the breakpoints, but the changes made don't seem to take place.
Has anyone else tried this, or suspect they have a solution or an alternative to make custom breakpoints eventually ?