<?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 how to hide map-info line at bottom of screen in Experience Builder Custom Widgets</title>
    <link>https://community.esri.com/t5/experience-builder-custom-widgets/how-to-hide-map-info-line-at-bottom-of-screen/m-p/1378590#M187</link>
    <description>&lt;P&gt;I am new to EXB (Develope Edition).&lt;/P&gt;&lt;P&gt;The map-info line at bottom of screen occupies "precious" space...&lt;/P&gt;&lt;P&gt;It actually contains 2 parts - long part of general info, and short part - "Powered by Esri"&lt;/P&gt;&lt;P&gt;I need to hide the whole info-line so I can put my customised coordinate widgets at bottom of screen.&lt;/P&gt;&lt;P&gt;(replacing the long info by my coordinate widget and displaying only "Powered by Esri" is also an option).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have not succeeded to locate the "info-line" widget in order to remove it.&lt;/P&gt;&lt;P&gt;Maybe adding "display: none" is practical, but I don't know how to do it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 06 Feb 2024 12:28:37 GMT</pubDate>
    <dc:creator>MichaelLev</dc:creator>
    <dc:date>2024-02-06T12:28:37Z</dc:date>
    <item>
      <title>how to hide map-info line at bottom of screen</title>
      <link>https://community.esri.com/t5/experience-builder-custom-widgets/how-to-hide-map-info-line-at-bottom-of-screen/m-p/1378590#M187</link>
      <description>&lt;P&gt;I am new to EXB (Develope Edition).&lt;/P&gt;&lt;P&gt;The map-info line at bottom of screen occupies "precious" space...&lt;/P&gt;&lt;P&gt;It actually contains 2 parts - long part of general info, and short part - "Powered by Esri"&lt;/P&gt;&lt;P&gt;I need to hide the whole info-line so I can put my customised coordinate widgets at bottom of screen.&lt;/P&gt;&lt;P&gt;(replacing the long info by my coordinate widget and displaying only "Powered by Esri" is also an option).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have not succeeded to locate the "info-line" widget in order to remove it.&lt;/P&gt;&lt;P&gt;Maybe adding "display: none" is practical, but I don't know how to do it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Feb 2024 12:28:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/experience-builder-custom-widgets/how-to-hide-map-info-line-at-bottom-of-screen/m-p/1378590#M187</guid>
      <dc:creator>MichaelLev</dc:creator>
      <dc:date>2024-02-06T12:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: how to hide map-info line at bottom of screen</title>
      <link>https://community.esri.com/t5/experience-builder-custom-widgets/how-to-hide-map-info-line-at-bottom-of-screen/m-p/1378612#M188</link>
      <description>&lt;P&gt;Be aware that removing the attribution line will in almost all cases &lt;A href="https://developers.arcgis.com/documentation/mapping-apis-and-services/deployment/basemap-attribution/" target="_self"&gt;violate the terms of service&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;With that said, this bit of css appears to work.&lt;/P&gt;&lt;LI-CODE lang="css"&gt;.exbmap-ui-group-attributionGroup {
  display: none;
}&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 06 Feb 2024 13:53:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/experience-builder-custom-widgets/how-to-hide-map-info-line-at-bottom-of-screen/m-p/1378612#M188</guid>
      <dc:creator>JeffreyThompson2</dc:creator>
      <dc:date>2024-02-06T13:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: how to hide map-info line at bottom of screen</title>
      <link>https://community.esri.com/t5/experience-builder-custom-widgets/how-to-hide-map-info-line-at-bottom-of-screen/m-p/1378633#M189</link>
      <description>&lt;P&gt;Piggybacking off of&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/677423"&gt;@JeffreyThompson2&lt;/a&gt;,&amp;nbsp;you could also use that css selector&amp;nbsp; to move the attribution div to wherever you want within its containing html element or the screen space.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Feb 2024 15:28:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/experience-builder-custom-widgets/how-to-hide-map-info-line-at-bottom-of-screen/m-p/1378633#M189</guid>
      <dc:creator>JustinOBrien_SSP</dc:creator>
      <dc:date>2024-02-06T15:28:20Z</dc:date>
    </item>
    <item>
      <title>Re: how to hide map-info line at bottom of screen</title>
      <link>https://community.esri.com/t5/experience-builder-custom-widgets/how-to-hide-map-info-line-at-bottom-of-screen/m-p/1378648#M190</link>
      <description>&lt;P&gt;I am seconding this. While technically possible, I would not recommend doing so.&lt;/P&gt;&lt;P&gt;Essentially, it's like stealing.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Feb 2024 15:16:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/experience-builder-custom-widgets/how-to-hide-map-info-line-at-bottom-of-screen/m-p/1378648#M190</guid>
      <dc:creator>abureaux</dc:creator>
      <dc:date>2024-02-06T15:16:18Z</dc:date>
    </item>
    <item>
      <title>Re: how to hide map-info line at bottom of screen</title>
      <link>https://community.esri.com/t5/experience-builder-custom-widgets/how-to-hide-map-info-line-at-bottom-of-screen/m-p/1386704#M216</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/677423"&gt;@JeffreyThompson2&lt;/a&gt;&amp;nbsp;If I want to try, I don't know WHERE to do this, and HOW, because implementing css in react is so different than in regular js...&lt;/P&gt;&lt;P&gt;What I want is to put coordinates widget at bottom, so it's not disturbed. Maybe&amp;nbsp;displaying "Powered by Esri" alone, at right or left corner, or play with z-index. But' as I said, I don't know where and how to do such things.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Feb 2024 14:08:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/experience-builder-custom-widgets/how-to-hide-map-info-line-at-bottom-of-screen/m-p/1386704#M216</guid>
      <dc:creator>MichaelLev</dc:creator>
      <dc:date>2024-02-26T14:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: how to hide map-info line at bottom of screen</title>
      <link>https://community.esri.com/t5/experience-builder-custom-widgets/how-to-hide-map-info-line-at-bottom-of-screen/m-p/1386763#M217</link>
      <description>&lt;P&gt;Here are a few ways to add css in Experience Builder.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;One of the things that makes React such a popular front-end framework is that every component can import it's own css. Used correctly this feature can make for some very well-designed applications. If you create a file called widget.css in the same runtime folder with the widget.tsx, adding the line&lt;STRONG&gt; import './widget.css'&amp;nbsp;&lt;/STRONG&gt;to the top of widget.tsx will import your css file.&lt;/LI&gt;&lt;LI&gt;The most Experience Builder way of adding css would be to create a theme with a style.scss file. This is a good way to create universal css for all components in your application. &lt;A href="https://developers.arcgis.com/experience-builder/guide/theme-development/" target="_blank"&gt;https://developers.arcgis.com/experience-builder/guide/theme-development/&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;You could also create a css widget that has no other function than to import a css file as above and use its own css to hide the css widget. This would create a universal css file without the need to alter the overall theme.&amp;nbsp;&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Mon, 26 Feb 2024 15:24:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/experience-builder-custom-widgets/how-to-hide-map-info-line-at-bottom-of-screen/m-p/1386763#M217</guid>
      <dc:creator>JeffreyThompson2</dc:creator>
      <dc:date>2024-02-26T15:24:44Z</dc:date>
    </item>
    <item>
      <title>Re: how to hide map-info line at bottom of screen</title>
      <link>https://community.esri.com/t5/experience-builder-custom-widgets/how-to-hide-map-info-line-at-bottom-of-screen/m-p/1386807#M219</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/677423"&gt;@JeffreyThompson2&lt;/a&gt;&amp;nbsp;Thank you! I'll try the ways you presented. Meanwhile I searched for "bottom-line1" in whole client, and changed&amp;nbsp;marginBottom to -17px. I did it in pc-layout-json.ts but I had to do the same also in the 2 js files. I still do not understand why those 2 js files are not automatically built from ts and tsx files...&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;( I used "blank page" and no template when creating the exb app)&lt;/P&gt;</description>
      <pubDate>Mon, 26 Feb 2024 15:57:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/experience-builder-custom-widgets/how-to-hide-map-info-line-at-bottom-of-screen/m-p/1386807#M219</guid>
      <dc:creator>MichaelLev</dc:creator>
      <dc:date>2024-02-26T15:57:43Z</dc:date>
    </item>
  </channel>
</rss>

