<?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 Maps and Apps HTML Header Question in State &amp; Local Government Questions</title>
    <link>https://community.esri.com/t5/state-local-government-questions/maps-and-apps-html-header-question/m-p/210159#M1234</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using the Maps and Apps Gallery. For some time, I have been having to refresh my page to get the header to display properly. I will attach two screen shots to show the difference. I have looked at Firebug, but was unable to find the issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]33120[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Refresh&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]33121[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The site can be viewed at &lt;/SPAN&gt;&lt;A href="http://maps.cityofclovis.org"&gt;http://maps.cityofclovis.org&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Apr 2014 16:29:37 GMT</pubDate>
    <dc:creator>BrianMcLeer1</dc:creator>
    <dc:date>2014-04-15T16:29:37Z</dc:date>
    <item>
      <title>Maps and Apps HTML Header Question</title>
      <link>https://community.esri.com/t5/state-local-government-questions/maps-and-apps-html-header-question/m-p/210159#M1234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using the Maps and Apps Gallery. For some time, I have been having to refresh my page to get the header to display properly. I will attach two screen shots to show the difference. I have looked at Firebug, but was unable to find the issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]33120[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Refresh&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]33121[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The site can be viewed at &lt;/SPAN&gt;&lt;A href="http://maps.cityofclovis.org"&gt;http://maps.cityofclovis.org&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 16:29:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/state-local-government-questions/maps-and-apps-html-header-question/m-p/210159#M1234</guid>
      <dc:creator>BrianMcLeer1</dc:creator>
      <dc:date>2014-04-15T16:29:37Z</dc:date>
    </item>
    <item>
      <title>Re: Maps and Apps HTML Header Question</title>
      <link>https://community.esri.com/t5/state-local-government-questions/maps-and-apps-html-header-question/m-p/210160#M1235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've seen this once in a while and you've clearly seen it, but I've found it impossible to duplicate.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You have a good workaround for it at this point, but if you want to go back to a bigger title, there may be a way.&amp;nbsp; Since the app is failing to shift the separator bar and the title after the image comes in, one idea that I have until I can duplicate the problem is to force the separator bar and the title to where they would go once the app knows the width of the image. For a 210-pixel image such as you are using, if you add 4 pixels to it to allow for the right-side margin for the logo image, you get a left-side offset for the title separator of 214 pixels. The title has a left-side margin of 8 pixels, so it can use this same offset.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In file configuration/styles.css, add the following lines to the bottom:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;.titleSeparator {left:214px}
#mainTitle {left:214px}&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 10:21:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/state-local-government-questions/maps-and-apps-html-header-question/m-p/210160#M1235</guid>
      <dc:creator>ArcGISTeamLocalGov</dc:creator>
      <dc:date>2021-12-11T10:21:44Z</dc:date>
    </item>
    <item>
      <title>Re: Maps and Apps HTML Header Question</title>
      <link>https://community.esri.com/t5/state-local-government-questions/maps-and-apps-html-header-question/m-p/210161#M1236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: mktschudi&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've seen this once in a while and you've clearly seen it, but I've found it impossible to duplicate.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You have a good workaround for it at this point, but if you want to go back to a bigger title, there may be a way.&amp;nbsp; Since the app is failing to shift the separator bar and the title after the image comes in, one idea that I have until I can duplicate the problem is to force the separator bar and the title to where they would go once the app knows the width of the image. For a 210-pixel image such as you are using, if you add 4 pixels to it to allow for the right-side margin for the logo image, you get a left-side offset for the title separator of 214 pixels. The title has a left-side margin of 8 pixels, so it can use this same offset.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In file configuration/styles.css, add the following lines to the bottom:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;.titleSeparator {left:214px}
#mainTitle {left:214px}&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 10:21:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/state-local-government-questions/maps-and-apps-html-header-question/m-p/210161#M1236</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-12-11T10:21:47Z</dc:date>
    </item>
    <item>
      <title>Re: Maps and Apps HTML Header Question</title>
      <link>https://community.esri.com/t5/state-local-government-questions/maps-and-apps-html-header-question/m-p/210162#M1237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you Mike! I plugged in the code and it seems to be working fine. I'll try it on a few different browsers to see how it works on them.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2014 21:54:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/state-local-government-questions/maps-and-apps-html-header-question/m-p/210162#M1237</guid>
      <dc:creator>BrianMcLeer1</dc:creator>
      <dc:date>2014-06-20T21:54:54Z</dc:date>
    </item>
  </channel>
</rss>

