Problems, need help? Have a tip or advice? Post it here.
3 posts Page 1 of 1
Hi, I have repeatable fields, each field with 3 text inputs + 2 file inputs. Unfortunatelly, it doesn't fit in one row, even with input_width and col-width tags. What can I do?

Attachments

Hi,

You may try using stacked_layout='1' parameter to make the editable regions appear vertically instead of horizontally.

Please see 3. Revised repeatable-regions in the thread below for details -
viewtopic.php?f=5&t=11105

Hope this helps.
Another solution with longer code, but works:
Code: Select all
    <!-- item 1 -->
    <cms:editable name='gallery_item1' label='Položka 1' desc='' type='group' collapsed="1" order="11" />
    <cms:editable name="galleryitem_name1" label="Název" type="text" group="gallery_item1"/>
    <cms:editable name="galleryitem_text1" label="Link" type="text" group="gallery_item1"/>
    <cms:editable name="galleryitem_pc_img1" label="PC obrázek" type="image" show_preview='1' group="gallery_item1"/>

Attachments

3 posts Page 1 of 1
cron