Problems, need help? Have a tip or advice? Post it here.
2 posts Page 1 of 1
iam using cms:repeatable and i have trouble input fields seems to overlap see attachment
how do i arrange them properly.

Code: Select all
      <cms:repeatable name='partner_investor_images' >
   <cms:editable type='image' name='partner_investor1' label='partner_investor1' width='170' height='100'  quality='100' enforce_max='0' />
   <cms:editable type='image' name='partner_investor1_hover' label='partner_investor1_hover' width='170' height='100'  quality='100' enforce_max='0' />
  <br>
    <cms:editable type='text' name='partner_investor_link' label='partner_investor_link' desc='Enter link here' />
</cms:repeatable>

Attachments

Please locate in the documentation page (https://docs.couchcms.com/concepts/repe ... gions.html) the place where it discusses 'col_width' and 'input_width' parameters. You can use those to control the widths of the inputs.

As an alternative, you may use the repeatable region with "stacked_layout" (discussed under '3. Revised repeatable-regions' at viewtopic.php?f=5&t=11105) so that, instead of being placed in columns, the inputs are displayed in a stacked manner and so there is no question of getting overlapped.

Hope this helps.
2 posts Page 1 of 1