<?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 Re: Launchpad Theme Logo Resize in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/launchpad-theme-logo-resize/m-p/452658#M11868</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kevin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Increasing the logo has been asked and answered in the past:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.esri.com/thread/199416-launchpad-theme-logo-header-issue"&gt;https://community.esri.com/thread/199416-launchpad-theme-logo-header-issue&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.esri.com/thread/203362-25-logo-issue"&gt;https://community.esri.com/thread/203362-25-logo-issue&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Jun 2019 13:32:31 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2019-06-07T13:32:31Z</dc:date>
    <item>
      <title>Launchpad Theme Logo Resize</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/launchpad-theme-logo-resize/m-p/452657#M11867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been working on trying to increase the size of the Launchpad Themes Logo without much success.&lt;/P&gt;&lt;P&gt;I would greatly appreciate your assistance and maybe best practices for trying to make changes to a value of an attribute within a DOM Node. I am still learning so detailed explanations are greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know I need to change the following:&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" style="color: #888888;"&gt;&lt;SPAN class="" style="color: #222222;"&gt;.jimu-widget-header .logo&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #222222;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;{&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #222222;"&gt;padding: 10px;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #222222;"&gt;}&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;SPAN class="" style="color: #888888;"&gt;&lt;SPAN class="" style="color: #222222;"&gt;.jimu-widget-header .logo&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #222222;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;{&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #222222;"&gt;padding: 5px;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #222222;"&gt;}&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #222222; "&gt;logoNode&amp;nbsp;height: 25px; margin-top: 10px;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;logoNode&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;height: 50px; margin-top: 5px;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/449837_pastedImage_3.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried&amp;nbsp;the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CSS&lt;/STRONG&gt; to edit the &lt;STRONG&gt;Common.css&lt;/STRONG&gt; file within the theme including with !important (Gets overwritten by parent)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;HTML&lt;/STRONG&gt; to edit the &lt;STRONG&gt;Widget.HTML&lt;/STRONG&gt; within the Header Widget of the Theme.&amp;nbsp;&lt;SPAN&gt;(Gets overwritten by parent)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;JS&lt;/STRONG&gt; to edit the &lt;STRONG&gt;Config.json&lt;/STRONG&gt; within the layout of the Theme.&amp;nbsp;&lt;SPAN&gt;(Gets overwritten by parent)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After some playing around I think the only option left is to use &lt;STRONG&gt;JS&lt;/STRONG&gt; to change the &lt;STRONG&gt;DOM Node&lt;/STRONG&gt; within the &lt;STRONG&gt;Widget.json&lt;/STRONG&gt; file located within the Header Widget of the theme? This is my best guess as to what is going on; maybe some more senior developers can shed some light on the situation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Kevin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jun 2019 22:50:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/launchpad-theme-logo-resize/m-p/452657#M11867</guid>
      <dc:creator>KevinThompson</dc:creator>
      <dc:date>2019-06-06T22:50:23Z</dc:date>
    </item>
    <item>
      <title>Re: Launchpad Theme Logo Resize</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/launchpad-theme-logo-resize/m-p/452658#M11868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kevin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Increasing the logo has been asked and answered in the past:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.esri.com/thread/199416-launchpad-theme-logo-header-issue"&gt;https://community.esri.com/thread/199416-launchpad-theme-logo-header-issue&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.esri.com/thread/203362-25-logo-issue"&gt;https://community.esri.com/thread/203362-25-logo-issue&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jun 2019 13:32:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/launchpad-theme-logo-resize/m-p/452658#M11868</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2019-06-07T13:32:31Z</dc:date>
    </item>
  </channel>
</rss>

