JY

Results 4 comments of JY

same issue here, any solution yet?

This is my workaround, first I add following code to pagebuilder.php ```php Desktop Tablet Mobile ``` and then I add following code to pagebuilder.js ```js $('.btn.set-view').click(function (event) { console.log(event); window.editor.setDevice(event.currentTarget.dataset.view);...

> Hi @ljieyao, > I'm trying to implement your code without success. The css code you added seems to be identical to the one already in the original file. Can...