<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Column and button array layout width change</title><link>https://community.appian.com/discussions/f/user-interface/37504/column-and-button-array-layout-width-change</link><description>Hi all, 
 I am a beginner of Appian and I am required to change alignment of button... 
 
 Two button is in a column each other and the button was created by &amp;quot;Button Array layout&amp;quot;. 
 As the screenshot below, &amp;quot;search&amp;quot; and &amp;quot;save&amp;quot; button is far, so I want</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Column and button array layout width change</title><link>https://community.appian.com/thread/140535?ContentTypeID=1</link><pubDate>Thu, 12 Sep 2024 06:19:36 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:94badda8-6747-4a24-918d-252cd47e9b8c</guid><dc:creator>Prasanta Paul</dc:creator><description>&lt;p&gt;Please keep two buttons under the one button Array Layout.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Column and button array layout width change</title><link>https://community.appian.com/thread/140530?ContentTypeID=1</link><pubDate>Thu, 12 Sep 2024 04:15:53 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:97ebe407-9e87-48f4-9b60-ebb25abadc04</guid><dc:creator>saitoy6477</dc:creator><description>&lt;p&gt;&lt;span&gt;thank you! I will try!&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Column and button array layout width change</title><link>https://community.appian.com/thread/140529?ContentTypeID=1</link><pubDate>Thu, 12 Sep 2024 04:15:44 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:373537e4-942c-408b-b2da-f6c229a622cf</guid><dc:creator>saitoy6477</dc:creator><description>&lt;p&gt;thank you! I will try!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Column and button array layout width change</title><link>https://community.appian.com/thread/140527?ContentTypeID=1</link><pubDate>Thu, 12 Sep 2024 03:26:30 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3351669c-2e09-424e-9f04-514f4cb27811</guid><dc:creator>Yogi Patel</dc:creator><description>&lt;p&gt;&lt;span&gt;You can add multiple buttons within the same buttonArrayLayout. No need to create separate buttonArrayLayouts.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;pre class="ui-code" data-mode="text"&gt;{
  a!columnsLayout(
    columns: {
      a!columnLayout(
        contents: {
          a!buttonArrayLayout(
            buttons: {
              a!buttonWidget(label: &amp;quot;Button&amp;quot;, style: &amp;quot;OUTLINE&amp;quot;),
              a!buttonWidget(label: &amp;quot;Button&amp;quot;, style: &amp;quot;OUTLINE&amp;quot;)
            },
            align: &amp;quot;START&amp;quot;,
            marginBelow: &amp;quot;NONE&amp;quot;
          )
        }
      )
    }
  )
}&lt;/pre&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Column and button array layout width change</title><link>https://community.appian.com/thread/140526?ContentTypeID=1</link><pubDate>Thu, 12 Sep 2024 03:22:14 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:a3a3e44a-7724-4d60-ba69-3283b4a614fc</guid><dc:creator>Kumar Agniwesh</dc:creator><description>&lt;p&gt;&lt;a id="" href="https://docs.appian.com/suite/help/24.3/sail/ux-buttons.html"&gt;https://docs.appian.com/suite/help/24.3/sail/ux-buttons.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a id="" href="https://docs.appian.com/suite/help/24.3/Button_Layout.html"&gt;https://docs.appian.com/suite/help/24.3/Button_Layout.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Consider going through these 2 documents.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Column and button array layout width change</title><link>https://community.appian.com/thread/140525?ContentTypeID=1</link><pubDate>Thu, 12 Sep 2024 02:40:32 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:99f394ed-0d41-4f05-afa2-64091296eeb9</guid><dc:creator>Soma</dc:creator><description>&lt;p&gt;You can remove the column layouts and&amp;nbsp;use both the buttons in a single button array layout, modify the align parameter as start, center or end as per your need.&lt;/p&gt;
&lt;p&gt;You can also use &amp;quot;button layout&amp;quot; to club the buttons as primary or secondary&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>