Good Afternoon.. I have question about col_width 
Right Now, I am using repeatable regions which is contain 4 element (column) in one row..
As we have seen, inside the row, the width of each element has been set into 4 colomn with width 25%..
Can we set the input the width column into 100% in one row for each element?
So, if I add more repeatable element in one row --> the width can be adjust..
thanksss you so muchh
You may see the attachment ^^.. I have upload picture, so it can be more clearly..
Here is my code before :
<cms:repeatable name='my_projects' >
<cms:editable type='image' name='project_imgThumb' label='Image Thumbs' show_preview='1' preview_width='150' input_width='100' />
<cms:editable type='image' name='project_img' label='Image' show_preview='1' preview_width='150' input_width='100'/>
<cms:editable type='text' label='Title Project' name='titleProject' />
<cms:editable type='text' label='Project Desc' name='descProject' />
</cms:repeatable>

Right Now, I am using repeatable regions which is contain 4 element (column) in one row..
As we have seen, inside the row, the width of each element has been set into 4 colomn with width 25%..
Can we set the input the width column into 100% in one row for each element?
So, if I add more repeatable element in one row --> the width can be adjust..
thanksss you so muchh
You may see the attachment ^^.. I have upload picture, so it can be more clearly..
Here is my code before :
<cms:repeatable name='my_projects' >
<cms:editable type='image' name='project_imgThumb' label='Image Thumbs' show_preview='1' preview_width='150' input_width='100' />
<cms:editable type='image' name='project_img' label='Image' show_preview='1' preview_width='150' input_width='100'/>
<cms:editable type='text' label='Title Project' name='titleProject' />
<cms:editable type='text' label='Project Desc' name='descProject' />
</cms:repeatable>