<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Calcite Web: Calcite Grid System Column 24 Width Adjustment in Calcite Design System Questions</title>
    <link>https://community.esri.com/t5/calcite-design-system-questions/calcite-web-calcite-grid-system-column-24-width/m-p/1139721#M64</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using&amp;nbsp;&lt;SPAN&gt;&lt;A href="https://esri.github.io/calcite-web/" target="_blank" rel="noopener"&gt;Calcite web&lt;/A&gt;&amp;nbsp;for creating a navbar, and my code goes as follows.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;div class="grid-container" style="all: unset;"&amp;gt;
	&amp;lt;div class="column-24"&amp;gt;
	  &amp;lt;!-- desktop sized navigation --&amp;gt;
	  &amp;lt;div class="tablet-hide"&amp;gt;
		&amp;lt;!-- logo / home --&amp;gt;
		&amp;lt;img class="esri-logo"&amp;gt;
		&amp;lt;span class="top-nav-title"&amp;gt;Title Here&amp;lt;/span&amp;gt;
		&amp;lt;!-- primary navigation sections --&amp;gt;
		&amp;lt;nav class="top-nav-list" role="navigation" aria-labelledby="topnav"&amp;gt;
		  &amp;lt;a class="top-nav-link" (click)="showTool1()"&amp;gt;Tool 1&amp;lt;/a&amp;gt;
		  &amp;lt;a class="top-nav-link" (click)="showTool2()"&amp;gt;Tool 2&amp;lt;/a&amp;gt;
		  &amp;lt;a class="top-nav-link" (click)="showTool3()"&amp;gt;Tool 3&amp;lt;/a&amp;gt;
		&amp;lt;/nav&amp;gt;
		&amp;lt;!-- user specific dropdowns --&amp;gt;
		&amp;lt;nav class="top-nav-list right" role="navigation" aria-labelledby="topnav"&amp;gt;
			&amp;lt;a class="top-nav-link icon-ui-user" href="#"&amp;gt;Sign In&amp;lt;/a&amp;gt;
			&amp;lt;a class="btn btn-clear" href="#" style="margin-right: 5px; margin-top: 10px;"&amp;gt;Sign Up&amp;lt;/a&amp;gt;
		&amp;lt;/nav&amp;gt;
	  &amp;lt;/div&amp;gt;
	&amp;lt;/div&amp;gt;
&amp;lt;/div&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The resulting base is as follows.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="mrda_snap_sample.PNG" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/32912i7C2D560BFC45092C/image-size/large?v=v2&amp;amp;px=999" role="button" title="mrda_snap_sample.PNG" alt="mrda_snap_sample.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As you can see (sorry for the small picture), the sign-in and sign-up options appear in the middle of the page and not in the left-hand corner (dir is equal to RTL for Arabic). After inspecting the element, it shows that the width for column 24 class property is set as shown below,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="css"&gt;.column-24 {
    width: 1440px;
    max-width: 96vw;
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I set the width to 100%, it moves to the maximum width, i.e., 1843px, and not to the corner of the page.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mrda_snap_sample1.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/32913iFE519D07F517CFDF/image-size/large?v=v2&amp;amp;px=999" role="button" title="mrda_snap_sample1.png" alt="mrda_snap_sample1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;How can we expand it further and move it to the end of the page and make it adjustable as the page resizes?&lt;/P&gt;</description>
    <pubDate>Wed, 02 Feb 2022 07:29:13 GMT</pubDate>
    <dc:creator>arahman_mdmajid</dc:creator>
    <dc:date>2022-02-02T07:29:13Z</dc:date>
    <item>
      <title>Calcite Web: Calcite Grid System Column 24 Width Adjustment</title>
      <link>https://community.esri.com/t5/calcite-design-system-questions/calcite-web-calcite-grid-system-column-24-width/m-p/1139721#M64</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using&amp;nbsp;&lt;SPAN&gt;&lt;A href="https://esri.github.io/calcite-web/" target="_blank" rel="noopener"&gt;Calcite web&lt;/A&gt;&amp;nbsp;for creating a navbar, and my code goes as follows.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;div class="grid-container" style="all: unset;"&amp;gt;
	&amp;lt;div class="column-24"&amp;gt;
	  &amp;lt;!-- desktop sized navigation --&amp;gt;
	  &amp;lt;div class="tablet-hide"&amp;gt;
		&amp;lt;!-- logo / home --&amp;gt;
		&amp;lt;img class="esri-logo"&amp;gt;
		&amp;lt;span class="top-nav-title"&amp;gt;Title Here&amp;lt;/span&amp;gt;
		&amp;lt;!-- primary navigation sections --&amp;gt;
		&amp;lt;nav class="top-nav-list" role="navigation" aria-labelledby="topnav"&amp;gt;
		  &amp;lt;a class="top-nav-link" (click)="showTool1()"&amp;gt;Tool 1&amp;lt;/a&amp;gt;
		  &amp;lt;a class="top-nav-link" (click)="showTool2()"&amp;gt;Tool 2&amp;lt;/a&amp;gt;
		  &amp;lt;a class="top-nav-link" (click)="showTool3()"&amp;gt;Tool 3&amp;lt;/a&amp;gt;
		&amp;lt;/nav&amp;gt;
		&amp;lt;!-- user specific dropdowns --&amp;gt;
		&amp;lt;nav class="top-nav-list right" role="navigation" aria-labelledby="topnav"&amp;gt;
			&amp;lt;a class="top-nav-link icon-ui-user" href="#"&amp;gt;Sign In&amp;lt;/a&amp;gt;
			&amp;lt;a class="btn btn-clear" href="#" style="margin-right: 5px; margin-top: 10px;"&amp;gt;Sign Up&amp;lt;/a&amp;gt;
		&amp;lt;/nav&amp;gt;
	  &amp;lt;/div&amp;gt;
	&amp;lt;/div&amp;gt;
&amp;lt;/div&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The resulting base is as follows.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="mrda_snap_sample.PNG" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/32912i7C2D560BFC45092C/image-size/large?v=v2&amp;amp;px=999" role="button" title="mrda_snap_sample.PNG" alt="mrda_snap_sample.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As you can see (sorry for the small picture), the sign-in and sign-up options appear in the middle of the page and not in the left-hand corner (dir is equal to RTL for Arabic). After inspecting the element, it shows that the width for column 24 class property is set as shown below,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="css"&gt;.column-24 {
    width: 1440px;
    max-width: 96vw;
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I set the width to 100%, it moves to the maximum width, i.e., 1843px, and not to the corner of the page.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mrda_snap_sample1.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/32913iFE519D07F517CFDF/image-size/large?v=v2&amp;amp;px=999" role="button" title="mrda_snap_sample1.png" alt="mrda_snap_sample1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;How can we expand it further and move it to the end of the page and make it adjustable as the page resizes?&lt;/P&gt;</description>
      <pubDate>Wed, 02 Feb 2022 07:29:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/calcite-design-system-questions/calcite-web-calcite-grid-system-column-24-width/m-p/1139721#M64</guid>
      <dc:creator>arahman_mdmajid</dc:creator>
      <dc:date>2022-02-02T07:29:13Z</dc:date>
    </item>
  </channel>
</rss>

