Space out editable selectors

Permalink
Searched for this on the forums, but have not found any hint.

Sometimes, when builing a page with many editable regions, they get overcrowded once the editor function is enabled; one of them black areas, especially if empty, positions behind the others making it imposible to access it.

One workaround I use is to delete the regions in front of the hidden one, cleaning up the mess, and then access the one needed.

But, looking forward for a way of spacing out the areas, like using padding or margin in the main code.

Attach an image to better show the problem.

Please any advice welcome.

Thanks

1 Attachment

Dinamicore
 
Mnkras replied on at Permalink Reply
Mnkras
here is a good example,

<? if ($c->isEditMode()) { ?>
      <div style="min-height: 80px">
      <? } ?>


adds 80px when in edit mode:D
Dinamicore replied on at Permalink Reply
Dinamicore
Thanks Minkras...

On which files you add this code?

There are many folders which contain php files that use this code; elementes, themes, blocks and models

Please tell which ones.

Thanks again