Gap Element not working!

Hi,

For some reason my gap elements are not showing on the front end.

On chrome:

In the builder:

Do you have any advice?

Hello @elizabethanneflynn,

Thanks for posting in!

I have investigated your issue. There is something going on in your installation because the gap settings were not reflected in front end. It could be because of your PHP time out limit. Could you please edit your wp-config.php file and add this line:

set_time_limit(300);

Meanwhile, you may set the height by adding an element inline css in the “Customize” tab of the gap settings.

$el.x-line {
  height: 100px;
}

Hope this helps. Please let us know how it goes.

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