<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Efficy Overflow Q&amp;A - Recent questions tagged sections</title>
<link>https://overflow.efficy.io/?qa=tag/sections</link>
<description>Powered by Question2Answer</description>
<item>
<title>Align Sections in edit forms (with flex)</title>
<link>https://overflow.efficy.io/?qa=2962/align-sections-in-edit-forms-with-flex</link>
<description>&lt;p&gt;Having several sections in a edit form can quickly become (lame joke alert) a pain in the sass. Especially if you are having section with different sizes.&lt;/p&gt;

&lt;p&gt;Since foundation allows you to use flex you can simply add this in your EfficyCustom.css : &lt;/p&gt;

&lt;pre&gt;&lt;code&gt;  #tab-fields {
    display: flex;
    flex-wrap: wrap;
}
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;this will automatically display sections verticaly aligned under the longest section of the previous line. this is imho a lot easier to deal with by harmonizing the 2 or 3 columns display.&lt;/p&gt;

&lt;p&gt;Thanks to Ben for this code. please enjoy.&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=2962/align-sections-in-edit-forms-with-flex</guid>
<pubDate>Tue, 27 Feb 2018 17:20:57 +0000</pubDate>
</item>
<item>
<title>How can I change a Label of a Section in a Form; &quot;Address&quot; to &quot;Personal address&quot;</title>
<link>https://overflow.efficy.io/?qa=1498/how-can-change-label-section-form-address-personal-address</link>
<description>&lt;p&gt;How can I change the Label of a Section in a Form? &lt;br&gt;
For example change Label at &quot;Contact edit&quot;, section &quot;Address&quot; &lt;br&gt;
to &quot;Personal address&quot;.&lt;/p&gt;

&lt;p&gt;Translations at Efficy designer, does not seem to work.&lt;br&gt;
Every time when I try to save a Label, it does not save anything.&lt;br&gt;
Is it a bug probably?&lt;/p&gt;

&lt;p&gt;[Efficy 2014 r6640]&lt;/p&gt;
</description>
<category>How to</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=1498/how-can-change-label-section-form-address-personal-address</guid>
<pubDate>Tue, 05 Apr 2016 13:25:18 +0000</pubDate>
</item>
</channel>
</rss>