Changing website Page Builder to Cornerstone/ also embed live website

Hi I am going to move a client over to X theme,

  1. assuming I should use Child Theme, and also their site is primarily built with the page builder.

  2. Is there a way to easily convert page builder to cornerstone?

  3. Also, can you please provide the code to embed a live website? When I try to use an iframe it cuts off the sizing and does not show the full page it only cuts it off and shows a box of it. I would l like to show it inside just the frame of the website but for the whole page to be visible

Hi @businessbackpacker,

Currently, it’s not possible to convert other page builders to Cornerstone.

Please set the width of your iframe to 100% instead of fixed width. Something likes this:

<iframe width="100%" height="400px"></iframe>

Hope it helps :slight_smile:

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