<?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: Hub Site Custom Header in ArcGIS Hub Questions</title>
    <link>https://community.esri.com/t5/arcgis-hub-questions/hub-site-custom-header/m-p/104047#M577</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're in luck! It is something easy to fix. So the .navbar-right menu is positioned on the right by a float, when you switch it to mobile, you are still getting stuck with the float because it has a !important on it (not the best practice, and I'll make note because I think it's a holdover from an old bug) and because&amp;nbsp;it's a&amp;nbsp;float element, the other content is sitting on top. It looks like if you add:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@media (max-width: 767px) {&lt;BR /&gt;&amp;nbsp; &amp;nbsp;.navbar-right {&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; float: none !important;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; }&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to your CSS, you can override the float and have both menus show up normally. Although, it's worth noting that&amp;nbsp;your menu may not appear 100% visible because the menu currently scrolls. It has a max-height: 350px on it. If you extend that to 470px, you should have your links all visible and scrolling as necessary. I was tempted to take out the max-height all together and set a padding on the bottom of the container, but it seemed tied to the scroll functionality and I didn't want you to loose that for small device screens.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;.navbar-fixed-top .navbar-collapse {&lt;BR /&gt;&amp;nbsp; &amp;nbsp;max-height: 470px;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lastly, as a small caveat, I didn't cross browser test this code. It should be fine. None of it involves properties that are&amp;nbsp;unsupported&amp;nbsp;within IE or Edge, but&amp;nbsp;for your awareness, I only looked at it in Chrome.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Aug 2019 17:22:06 GMT</pubDate>
    <dc:creator>KlaraSchmitt</dc:creator>
    <dc:date>2019-08-07T17:22:06Z</dc:date>
    <item>
      <title>Hub Site Custom Header</title>
      <link>https://community.esri.com/t5/arcgis-hub-questions/hub-site-custom-header/m-p/104044#M574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am working on the Hub Site, in AGO and would like to create a custom header for my site. While what I got so far looks ok. There are a couple things I am struggling with. First it looks like there are two tiers in the header, and I would like the padding between to tiers to be smaller. My over all goal is to make the header section smaller. But I cannot figure out how to accomplish that. Second, if I resize my screen or pull up this site on the mobile device, the header doesn't have a true responsive mode, and the items from the header start running into each other, and behave chaotically.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is a link to my site,&amp;nbsp;as well as the html and css for the header.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://dchd-air-quality-dogis.opendata.arcgis.com/"&gt;https://dchd-air-quality-dogis.opendata.arcgis.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;HTML&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;nav class="navbar navbar-default navbar-static-top first-tier"&amp;gt;&lt;BR /&gt; &amp;lt;div class="container"&amp;gt;&lt;BR /&gt; &amp;lt;ul class="nav nav-pills pull-right" role="list"&amp;gt;&lt;BR /&gt; &amp;lt;li&amp;gt;&amp;lt;a href="https://www.douglascounty-ne.gov/" target="_blank"&amp;gt;Douglas County&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;BR /&gt; &amp;lt;li&amp;gt;&amp;lt;a href="https://www.douglascountyhealth.com/" target="_blank"&amp;gt;DC Health Department&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;BR /&gt; &amp;lt;li&amp;gt;&amp;lt;a href="https://www.cityofomaha.org/" target="_blank"&amp;gt;City of Omaha&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;BR /&gt; &amp;lt;li&amp;gt;&amp;lt;a href="https://gis.douglascounty-ne.gov/contact-us" target="_blank"&amp;gt;Feedback&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;BR /&gt; &amp;lt;/ul&amp;gt;&lt;BR /&gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&amp;lt;/nav&amp;gt;&lt;BR /&gt;&amp;lt;nav class="navbar navbar-inverse navbar-static-top second-tier" role="navigation"&amp;gt;&lt;BR /&gt; &amp;lt;div class="container"&amp;gt;&lt;BR /&gt; &amp;lt;img class = "text pull-left" src="https://s3.amazonaws.com/dcgis_photos/Air_Quality_Monitors/Web-DCHD-Logo-Tagline-Type_Color.png" alt="logo" width="25%" height="15%"&amp;gt; &lt;BR /&gt; &amp;lt;div class = "text pull-left"&amp;gt; &amp;lt;h1 style="text-align: left;"&amp;gt;&amp;lt;strong&amp;gt;Air Quality Monitoring&amp;lt;/strong&amp;gt;&amp;lt;/h1&amp;gt;&amp;lt;p style="text-align: left; "&amp;gt;&amp;lt;/p&amp;gt;&amp;lt;h4 style="text-align: left;"&amp;gt;Douglas County Health Department&amp;lt;/h4&amp;gt;&amp;lt;p&amp;gt;&amp;lt;/p&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;br&amp;gt;&lt;BR /&gt;&amp;lt;div class="btn-group"&amp;gt;&lt;BR /&gt; &amp;lt;a button="" class="btn btn-default" type="button" id="dropdownMenu1" aria-haspopup="true" aria-expanded="false" href="https://dchd-air-quality-dogis.opendata.arcgis.com"&amp;gt;Home&amp;lt;/a&amp;gt;&lt;BR /&gt; &lt;BR /&gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&amp;lt;div class="btn-group"&amp;gt;&lt;BR /&gt; &amp;lt;a button="" class="btn btn-default" type="button" id="dropdownMenu2" aria-haspopup="true" aria-expanded="false" href="https://dogis.maps.arcgis.com/apps/opsdashboard/index.html#/8725293d42fa4bcb8887f9e74ff46458" target="_blank"&amp;gt;Interactive Map&amp;lt;/a&amp;gt;&lt;BR /&gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&amp;lt;div class="btn-group"&amp;gt;&lt;BR /&gt;&amp;lt;button class="btn btn-default dropdown-toggle" type="button" id="dropdownMenu4" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"&amp;gt;&lt;BR /&gt; Pollutants&lt;BR /&gt; &amp;lt;span class="caret"&amp;gt;&amp;lt;/span&amp;gt;&lt;BR /&gt; &amp;lt;/button&amp;gt;&lt;BR /&gt; &amp;lt;ul class="dropdown-menu" aria-labelledby="dropdownMenu4"&amp;gt;&lt;BR /&gt; &amp;lt;li&amp;gt;&amp;lt;a href="https://dchd-air-quality-dogis.opendata.arcgis.com/pages/carbon-monoxide" target="_blank"&amp;gt;Carbone Monoxide&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;BR /&gt; &amp;lt;li&amp;gt;&amp;lt;a href="https://dchd-air-quality-dogis.opendata.arcgis.com/pages/nitrogen-oxides" target="_blank"&amp;gt;Nitrogen Oxides&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;BR /&gt; &amp;lt;li&amp;gt;&amp;lt;a href="https://dchd-air-quality-dogis.opendata.arcgis.com/pages/ozone" target="_blank"&amp;gt;Ozone&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;BR /&gt; &amp;lt;li&amp;gt;&amp;lt;a href=" https://dchd-air-quality-dogis.opendata.arcgis.com/pages/sulfur-dioxides" target="_blank"&amp;gt;Sulfur Dioxides&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;BR /&gt; &amp;lt;li&amp;gt;&amp;lt;a href="https://dchd-air-quality-dogis.opendata.arcgis.com/pages/particulate-matter" target="_blank"&amp;gt;Particulate Matter&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;BR /&gt; &amp;lt;li&amp;gt;&amp;lt;a href="https://dchd-air-quality-dogis.opendata.arcgis.com/pages/lead" target="_blank"&amp;gt;Lead&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;BR /&gt; &amp;lt;li role="separator" class="divider"&amp;gt;&amp;lt;/li&amp;gt;&lt;BR /&gt; &amp;lt;li&amp;gt;&amp;lt;a href="#"&amp;gt;Other Pollutants&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;BR /&gt; &amp;lt;/ul&amp;gt;&lt;BR /&gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&amp;lt;div class="btn-group"&amp;gt;&lt;BR /&gt; &amp;lt;a button="" class="btn btn-default" type="button" id="dropdownMenu2" aria-haspopup="true" aria-expanded="false" href="https://dchd-air-quality-dogis.opendata.arcgis.com/pages/pollen" target="_blank"&amp;gt;Pollen&amp;lt;/a&amp;gt;&lt;BR /&gt; &lt;BR /&gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&amp;lt;div class="btn-group"&amp;gt;&lt;BR /&gt;&amp;lt;button class="btn btn-default dropdown-toggle" type="button" id="dropdownMenu4" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"&amp;gt;&lt;BR /&gt; Monitoring Sites&lt;BR /&gt; &amp;lt;span class="caret"&amp;gt;&amp;lt;/span&amp;gt;&lt;BR /&gt; &amp;lt;/button&amp;gt;&lt;BR /&gt; &amp;lt;ul class="dropdown-menu" aria-labelledby="dropdownMenu4"&amp;gt;&lt;BR /&gt; &amp;lt;li&amp;gt;&amp;lt;a href="https://dchd-air-quality-dogis.opendata.arcgis.com/pages/site-bellevue" target="_blank"&amp;gt;Bellevue&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;BR /&gt; &amp;lt;li&amp;gt;&amp;lt;a href="https://dchd-air-quality-dogis.opendata.arcgis.com/pages/site-blair" target="_blank"&amp;gt;Blair&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;BR /&gt; &amp;lt;li&amp;gt;&amp;lt;a href="https://dchd-air-quality-dogis.opendata.arcgis.com/pages/site-creighton-no-downtown" target="_blank"&amp;gt;Creighton/North Omaha Downtown&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;BR /&gt; &amp;lt;li&amp;gt;&amp;lt;a href="https://dchd-air-quality-dogis.opendata.arcgis.com/pages/site-central" target="_blank"&amp;gt;Central Omaha&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;BR /&gt; &amp;lt;li&amp;gt;&amp;lt;a href="https://dchd-air-quality-dogis.opendata.arcgis.com/pages/site-ncore" target="_blank"&amp;gt;NCORE (Health Dept Campus)&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;BR /&gt; &amp;lt;li&amp;gt;&amp;lt;a href="https://dchd-air-quality-dogis.opendata.arcgis.com/pages/site-ne-omaha1" target="_blank"&amp;gt;Northeast Omaha 1&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;BR /&gt; &amp;lt;li&amp;gt;&amp;lt;a href="https://dchd-air-quality-dogis.opendata.arcgis.com/pages/site-ne-omaha2" target="_blank"&amp;gt;Northeast Omaha 2&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;BR /&gt; &amp;lt;li&amp;gt;&amp;lt;a href="https://dchd-air-quality-dogis.opendata.arcgis.com/pages/site-ralston" target="_blank"&amp;gt;Ralston&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;BR /&gt; &amp;lt;li&amp;gt;&amp;lt;a href="https://dchd-air-quality-dogis.opendata.arcgis.com/pages/site-south-omaha" target="_blank"&amp;gt;South Omaha&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;BR /&gt; &amp;lt;/ul&amp;gt;&lt;BR /&gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&amp;lt;div class="btn-group"&amp;gt;&lt;BR /&gt;&amp;lt;button class="btn btn-default dropdown-toggle" type="button" id="dropdownMenu5" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"&amp;gt;&lt;BR /&gt; Links&lt;BR /&gt; &amp;lt;span class="caret"&amp;gt;&amp;lt;/span&amp;gt;&lt;BR /&gt; &amp;lt;/button&amp;gt;&lt;BR /&gt; &amp;lt;ul class="dropdown-menu" aria-labelledby="dropdownMenu4"&amp;gt;&lt;BR /&gt; &amp;lt;li&amp;gt;&amp;lt;a href="#EPA"&amp;gt;EPA&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;BR /&gt; &amp;lt;li&amp;gt;&amp;lt;a href="#NOAA" target="_blank"&amp;gt;NOAA&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;BR /&gt; &amp;lt;li&amp;gt;&amp;lt;a href="#AirVision" target="_blank"&amp;gt;AirVision&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;BR /&gt; &amp;lt;li role="separator" class="divider"&amp;gt;&amp;lt;/li&amp;gt;&lt;BR /&gt; &amp;lt;li&amp;gt;&amp;lt;a href="#"&amp;gt;Other Documents&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;BR /&gt; &amp;lt;/ul&amp;gt;&lt;BR /&gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&amp;lt;div class="btn-group"&amp;gt;&lt;BR /&gt; &amp;lt;a button="" class="btn btn-default" type="button" id="dropdownMenu2" aria-haspopup="true" aria-expanded="false" href="https://dchd-air-quality-dogis.opendata.arcgis.com/pages/about-air-quality-dchd" target="_blank"&amp;gt;About&amp;lt;/a&amp;gt;&lt;BR /&gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&amp;lt;br&amp;gt;&lt;BR /&gt;&amp;lt;/nav&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CSS&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;.first-tier {&lt;BR /&gt; height: 0px;&lt;BR /&gt; margin-bottom: 0px;&lt;BR /&gt; background-color: #ffffff;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;.first-tier .nav&amp;gt;li&amp;gt;a {&lt;BR /&gt; margin-top: 5px;&lt;BR /&gt; padding: 3px 6px;&lt;BR /&gt; color: #5974ba;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;.first-tier .nav&amp;gt;li&amp;gt;a:focus,&lt;BR /&gt; .first-tier .nav&amp;gt;li&amp;gt;a:hover {&lt;BR /&gt; background-color: #136fbf;&lt;BR /&gt; color: #5974ba;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;.first-tier .site-logo img {&lt;BR /&gt; vertical-align: middle;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;.first-tier h1 {&lt;BR /&gt; display: inline;&lt;BR /&gt; font-size: 25px;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;.second-tier {&lt;BR /&gt; margin-bottom: 0px;&lt;BR /&gt; background-color: #fff;&lt;BR /&gt; color: #5974ba;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;.site-header .navbar-header img {&lt;BR /&gt; vertical-align: middle;&lt;BR /&gt; height: 50px;&lt;BR /&gt; padding: 5px;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;.header-container {&lt;BR /&gt; top: 80px;&lt;BR /&gt; margin: 0 auto;&lt;BR /&gt; max-width: 1440px;&lt;BR /&gt; position: absolute;&lt;BR /&gt; width: 100%;&lt;BR /&gt; transform: translateX(-50%);&lt;BR /&gt; left: 50%;&lt;BR /&gt; z-index: 10;&lt;BR /&gt; transition: max-width 250ms linear;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;.header-container .navbar .container-fluid {&lt;BR /&gt; display: flex;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;.header-container .navbar.navbar-default {&lt;BR /&gt; background-color: #fff;&lt;BR /&gt; border-color: transparent !important;&lt;BR /&gt; border-radius: 0;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;.header-container .navbar.navbar-default .navbar-collapse.collapse {&lt;BR /&gt; display: flex !important;&lt;BR /&gt; flex: 1;&lt;BR /&gt; padding-right: 0;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;.header-container .navbar.navbar-default .navbar-brand {&lt;BR /&gt; color: #333;&lt;BR /&gt; height: auto;&lt;BR /&gt; padding: 1rem;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;.header-container .navbar.navbar-default .navbar-brand-img {&lt;BR /&gt; display: inline-block;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;.header-container .navbar.navbar-default .navbar-nav {&lt;BR /&gt; flex: 2;&lt;BR /&gt; align-items: center;&lt;BR /&gt; justify-content: center;&lt;BR /&gt; margin: auto;&lt;BR /&gt; float: none;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;.header-container .navbar.navbar-default .navbar-nav&amp;gt;li {&lt;BR /&gt; float: none;&lt;BR /&gt; display: inline-block;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;.header-container .navbar.navbar-default .navbar-nav&amp;gt;li&amp;gt;a {&lt;BR /&gt; background: transparent;&lt;BR /&gt; color: #333;&lt;BR /&gt; font-size: 15px;&lt;BR /&gt; transition: all 250ms linear;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;.header-container .navbar.navbar-default .navbar-nav&amp;gt;li&amp;gt;a:focus,&lt;BR /&gt; .header-container .navbar.navbar-default .navbar-nav&amp;gt;li&amp;gt;a:hover {&lt;BR /&gt; background: #3276AE;&lt;BR /&gt; color: #fff;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;.header-container .navbar.navbar-default .navbar-right {&lt;BR /&gt; margin-right: 0;&lt;BR /&gt; flex: 1;&lt;BR /&gt; text-align: right;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;.is-sticky {&lt;BR /&gt; position: relative;&lt;BR /&gt; z-index: 10;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;.is-sticky .header-container {&lt;BR /&gt; max-width: 100%;&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;@media screen and (max-width: 768px) {&lt;BR /&gt; .header-container .navbar-header {&lt;BR /&gt; width: 100%;&lt;BR /&gt; }&lt;BR /&gt; .header-container .navbar-default .navbar-toggle {&lt;BR /&gt; margin-top: 18px;&lt;BR /&gt; }&lt;BR /&gt; .header-container .navbar .container-fluid {&lt;BR /&gt; display: block !important;&lt;BR /&gt; }&lt;BR /&gt; .header-container .navbar.navbar-default .navbar-collapse.collapse {&lt;BR /&gt; overflow: hidden;&lt;BR /&gt; display: none !important;&lt;BR /&gt; }&lt;BR /&gt; .header-container .navbar.navbar-default .navbar-collapse.collapse.in {&lt;BR /&gt; display: block !important;&lt;BR /&gt; }&lt;BR /&gt; .header-container .navbar.navbar-default .navbar-nav {&lt;BR /&gt; display: inherit;&lt;BR /&gt; padding: 0 0 1rem 0;&lt;BR /&gt; }&lt;BR /&gt; .header-container .navbar.navbar-default .navbar-nav &amp;gt; li {&lt;BR /&gt; display: block;&lt;BR /&gt; }&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;/* Editor adjustment for absolute positioned header */&lt;BR /&gt; header ~ .body-editor section:first-child { padding-top: 100px;}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Aug 2019 19:41:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-hub-questions/hub-site-custom-header/m-p/104044#M574</guid>
      <dc:creator>NataliyaLys</dc:creator>
      <dc:date>2019-08-02T19:41:58Z</dc:date>
    </item>
    <item>
      <title>Re: Hub Site Custom Header</title>
      <link>https://community.esri.com/t5/arcgis-hub-questions/hub-site-custom-header/m-p/104045#M575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nataliya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm going to start with your padding question first. It's not actually an issue of padding. You can use Chrome Dev Tools to inspect (right-click the element on the page, then click Inspect&amp;nbsp;from the dropdown menu) the two navbars you have in your header. Highlighting a portion of the code will show you want element is being controlled on the web page. In the Styles section of the Dev Tools, you can then scroll the CSS rules being applied to this element and toggle the checkboxes on and off until you find what attribute is the culprit.&amp;nbsp;In this case, the padding is not padding and it actually comes from a min-height that is set on this element from Bootstrap and is therefore part of our codebase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="page ui element highlighted, code element highlighted" class="image-2 jive-image j-img-original" src="/legacyfs/online/455326_Screen Shot 2019-08-06 at 10.10.22 AM.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="style portion of chrome dev tools showing active css " class="image-3 jive-image j-img-original" src="/legacyfs/online/455342_Screen Shot 2019-08-06 at 10.11.00 AM.png" /&gt;&lt;BR /&gt;&lt;BR /&gt;I think you were trying to fix it by using .first-tier {height: 0;}, but that wouldn't work because height and min-height don't negate one another. To fix the space between your headers, you would want to add this line of CSS to your code.&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="selector token"&gt;.site-header .custom-header .navbar&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
   &lt;SPAN class="property token"&gt;min-height&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; auto&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;
‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;As for your issue with a responsive state, your have a couple&amp;nbsp;different factors at play.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) You do have media queries, which is good, as those are what will help you control your custom header at different sizes. But they are used on classes that don't exist in your code at all. It looks like you're trying to hide navigation links at smaller sizes, but when I shrink your header down, I don't see any classes that do the hiding (eg.&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;.header-container .navbar.navbar-default .navbar-collapse.collapse). If the classes aren't there in your HTML, then your CSS and media queries won't work and that's why your links are wrapping and overflowing the header instead of collapsing into a mobile menu.&lt;BR /&gt;&lt;BR /&gt;2) Based on the classes you have in your CSS, I think you were trying to use&amp;nbsp;&lt;A href="https://getbootstrap.com/docs/3.4/components/#navbar" rel="nofollow noopener noreferrer" target="_blank"&gt;https://getbootstrap.com/docs/3.4/components/#navbar&lt;/A&gt;&amp;nbsp;to handle the responsive state for you. If that's the case, you need to base your HTML on that example. We use Bootstrap 3, but in order to have Bootstrap handle the responsive behavior for you, you need to format your HTML following their guidelines. You are currently missing the part that generates the burger menu&amp;nbsp;and contains the data-target that ties it to the matching ID on your nav-collapse div.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;&lt;/SPAN&gt;nav&lt;/SPAN&gt; &lt;SPAN class="attr-name token"&gt;class&lt;/SPAN&gt;&lt;SPAN class="attr-value token"&gt;&lt;SPAN class="punctuation token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;navbar navbar-default&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;

&lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;&lt;/SPAN&gt;div&lt;/SPAN&gt; &lt;SPAN class="attr-name token"&gt;class&lt;/SPAN&gt;&lt;SPAN class="attr-value token"&gt;&lt;SPAN class="punctuation token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;container-fluid&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;
&lt;SPAN class="comment token"&gt;&amp;lt;!-- This is what generates your burger menu icon on mobile --&amp;gt;&lt;/SPAN&gt;
 &lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;&lt;/SPAN&gt;div&lt;/SPAN&gt; &lt;SPAN class="attr-name token"&gt;class&lt;/SPAN&gt;&lt;SPAN class="attr-value token"&gt;&lt;SPAN class="punctuation token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;navbar-header&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;
   &lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;&lt;/SPAN&gt;button&lt;/SPAN&gt; &lt;SPAN class="attr-name token"&gt;type&lt;/SPAN&gt;&lt;SPAN class="attr-value token"&gt;&lt;SPAN class="punctuation token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;button&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class="attr-name token"&gt;class&lt;/SPAN&gt;&lt;SPAN class="attr-value token"&gt;&lt;SPAN class="punctuation token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;navbar-toggle collapsed&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class="attr-name token"&gt;data-toggle&lt;/SPAN&gt;&lt;SPAN class="attr-value token"&gt;&lt;SPAN class="punctuation token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;collapse&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class="attr-name token"&gt;data-target&lt;/SPAN&gt;&lt;SPAN class="attr-value token"&gt;&lt;SPAN class="punctuation token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;#bs-example-navbar-collapse-1&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class="attr-name token"&gt;aria-expanded&lt;/SPAN&gt;&lt;SPAN class="attr-value token"&gt;&lt;SPAN class="punctuation token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;false&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;
    &lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;&lt;/SPAN&gt;span&lt;/SPAN&gt; &lt;SPAN class="attr-name token"&gt;class&lt;/SPAN&gt;&lt;SPAN class="attr-value token"&gt;&lt;SPAN class="punctuation token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;sr-only&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;Toggle navigation&lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;/&lt;/SPAN&gt;span&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;
    &lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;&lt;/SPAN&gt;span&lt;/SPAN&gt; &lt;SPAN class="attr-name token"&gt;class&lt;/SPAN&gt;&lt;SPAN class="attr-value token"&gt;&lt;SPAN class="punctuation token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;icon-bar&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;/&lt;/SPAN&gt;span&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;
    &lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;&lt;/SPAN&gt;span&lt;/SPAN&gt; &lt;SPAN class="attr-name token"&gt;class&lt;/SPAN&gt;&lt;SPAN class="attr-value token"&gt;&lt;SPAN class="punctuation token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;icon-bar&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;/&lt;/SPAN&gt;span&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;
    &lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;&lt;/SPAN&gt;span&lt;/SPAN&gt; &lt;SPAN class="attr-name token"&gt;class&lt;/SPAN&gt;&lt;SPAN class="attr-value token"&gt;&lt;SPAN class="punctuation token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;icon-bar&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;/&lt;/SPAN&gt;span&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;
   &lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;/&lt;/SPAN&gt;button&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;
  &lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;&lt;/SPAN&gt;a&lt;/SPAN&gt; &lt;SPAN class="attr-name token"&gt;class&lt;/SPAN&gt;&lt;SPAN class="attr-value token"&gt;&lt;SPAN class="punctuation token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;navbar-brand&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class="attr-name token"&gt;href&lt;/SPAN&gt;&lt;SPAN class="attr-value token"&gt;&lt;SPAN class="punctuation token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;#&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;Brand&lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;/&lt;/SPAN&gt;a&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="comment token"&gt;&amp;lt;!-- This is optional and can be removed. --&amp;gt;&lt;/SPAN&gt;
 &lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;/&lt;/SPAN&gt;div&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;

&lt;SPAN class="comment token"&gt;&amp;lt;!-- This is what gets hidden behind the burger menu icon --&amp;gt;&lt;/SPAN&gt;
&lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;&lt;/SPAN&gt;div&lt;/SPAN&gt; &lt;SPAN class="attr-name token"&gt;class&lt;/SPAN&gt;&lt;SPAN class="attr-value token"&gt;&lt;SPAN class="punctuation token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;collapse navbar-collapse&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class="attr-name token"&gt;id&lt;/SPAN&gt;&lt;SPAN class="attr-value token"&gt;&lt;SPAN class="punctuation token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;bs-example-navbar-collapse-1&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;
  &lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;&lt;/SPAN&gt;ul&lt;/SPAN&gt; &lt;SPAN class="attr-name token"&gt;class&lt;/SPAN&gt;&lt;SPAN class="attr-value token"&gt;&lt;SPAN class="punctuation token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;nav navbar-nav&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;
    &lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;&lt;/SPAN&gt;li&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;&lt;/SPAN&gt;a&lt;/SPAN&gt; &lt;SPAN class="attr-name token"&gt;href&lt;/SPAN&gt;&lt;SPAN class="attr-value token"&gt;&lt;SPAN class="punctuation token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;#&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;Link A&lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;/&lt;/SPAN&gt;a&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;/&lt;/SPAN&gt;li&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;
    &lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;&lt;/SPAN&gt;li&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;&lt;/SPAN&gt;a&lt;/SPAN&gt; &lt;SPAN class="attr-name token"&gt;href&lt;/SPAN&gt;&lt;SPAN class="attr-value token"&gt;&lt;SPAN class="punctuation token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;#&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;Link B&lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;/&lt;/SPAN&gt;a&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;/&lt;/SPAN&gt;li&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;
    &lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;&lt;/SPAN&gt;li&lt;/SPAN&gt; &lt;SPAN class="attr-name token"&gt;class&lt;/SPAN&gt;&lt;SPAN class="attr-value token"&gt;&lt;SPAN class="punctuation token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;dropdown&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;
      &lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;&lt;/SPAN&gt;a&lt;/SPAN&gt; &lt;SPAN class="attr-name token"&gt;href&lt;/SPAN&gt;&lt;SPAN class="attr-value token"&gt;&lt;SPAN class="punctuation token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;#&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class="attr-name token"&gt;class&lt;/SPAN&gt;&lt;SPAN class="attr-value token"&gt;&lt;SPAN class="punctuation token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;dropdown-toggle&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class="attr-name token"&gt;data-toggle&lt;/SPAN&gt;&lt;SPAN class="attr-value token"&gt;&lt;SPAN class="punctuation token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;dropdown&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class="attr-name token"&gt;role&lt;/SPAN&gt;&lt;SPAN class="attr-value token"&gt;&lt;SPAN class="punctuation token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;button&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class="attr-name token"&gt;aria-haspopup&lt;/SPAN&gt;&lt;SPAN class="attr-value token"&gt;&lt;SPAN class="punctuation token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;true&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class="attr-name token"&gt;aria-expanded&lt;/SPAN&gt;&lt;SPAN class="attr-value token"&gt;&lt;SPAN class="punctuation token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;false&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;Link C (Dropdown)&lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;&lt;/SPAN&gt;span&lt;/SPAN&gt; &lt;SPAN class="attr-name token"&gt;class&lt;/SPAN&gt;&lt;SPAN class="attr-value token"&gt;&lt;SPAN class="punctuation token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;caret&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;/&lt;/SPAN&gt;span&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;/&lt;/SPAN&gt;a&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;
        &lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;&lt;/SPAN&gt;ul&lt;/SPAN&gt; &lt;SPAN class="attr-name token"&gt;class&lt;/SPAN&gt;&lt;SPAN class="attr-value token"&gt;&lt;SPAN class="punctuation token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;dropdown-menu&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;
          &lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;&lt;/SPAN&gt;li&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;&lt;/SPAN&gt;a&lt;/SPAN&gt; &lt;SPAN class="attr-name token"&gt;href&lt;/SPAN&gt;&lt;SPAN class="attr-value token"&gt;&lt;SPAN class="punctuation token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;#&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;Dropdown Link 1&lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;/&lt;/SPAN&gt;a&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;/&lt;/SPAN&gt;li&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;
          &lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;&lt;/SPAN&gt;li&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;&lt;/SPAN&gt;a&lt;/SPAN&gt; &lt;SPAN class="attr-name token"&gt;href&lt;/SPAN&gt;&lt;SPAN class="attr-value token"&gt;&lt;SPAN class="punctuation token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;#&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;Dropdown Link 2&lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;/&lt;/SPAN&gt;a&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;/&lt;/SPAN&gt;li&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;
          &lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;&lt;/SPAN&gt;li&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;&lt;/SPAN&gt;a&lt;/SPAN&gt; &lt;SPAN class="attr-name token"&gt;href&lt;/SPAN&gt;&lt;SPAN class="attr-value token"&gt;&lt;SPAN class="punctuation token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;#&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;Dropdown Link 3&lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;/&lt;/SPAN&gt;a&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;/&lt;/SPAN&gt;li&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;
        &lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;/&lt;/SPAN&gt;ul&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;
     &lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;/&lt;/SPAN&gt;li&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;
   &lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;/&lt;/SPAN&gt;ul&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;
   &lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;&lt;/SPAN&gt;ul&lt;/SPAN&gt; &lt;SPAN class="attr-name token"&gt;class&lt;/SPAN&gt;&lt;SPAN class="attr-value token"&gt;&lt;SPAN class="punctuation token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;nav navbar-nav navbar-right&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;
      &lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;&lt;/SPAN&gt;li&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;&lt;/SPAN&gt;a&lt;/SPAN&gt; &lt;SPAN class="attr-name token"&gt;href&lt;/SPAN&gt;&lt;SPAN class="attr-value token"&gt;&lt;SPAN class="punctuation token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;#&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;Link&lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;/&lt;/SPAN&gt;a&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;/&lt;/SPAN&gt;li&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;
      &lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;&lt;/SPAN&gt;li&lt;/SPAN&gt; &lt;SPAN class="attr-name token"&gt;class&lt;/SPAN&gt;&lt;SPAN class="attr-value token"&gt;&lt;SPAN class="punctuation token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;dropdown&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;
        &lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;&lt;/SPAN&gt;a&lt;/SPAN&gt; &lt;SPAN class="attr-name token"&gt;href&lt;/SPAN&gt;&lt;SPAN class="attr-value token"&gt;&lt;SPAN class="punctuation token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;#&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class="attr-name token"&gt;class&lt;/SPAN&gt;&lt;SPAN class="attr-value token"&gt;&lt;SPAN class="punctuation token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;dropdown-toggle&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class="attr-name token"&gt;data-toggle&lt;/SPAN&gt;&lt;SPAN class="attr-value token"&gt;&lt;SPAN class="punctuation token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;dropdown&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class="attr-name token"&gt;role&lt;/SPAN&gt;&lt;SPAN class="attr-value token"&gt;&lt;SPAN class="punctuation token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;button&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class="attr-name token"&gt;aria-haspopup&lt;/SPAN&gt;&lt;SPAN class="attr-value token"&gt;&lt;SPAN class="punctuation token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;true&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class="attr-name token"&gt;aria-expanded&lt;/SPAN&gt;&lt;SPAN class="attr-value token"&gt;&lt;SPAN class="punctuation token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;false&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;Right-aligned Dropdown&lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;&lt;/SPAN&gt;span&lt;/SPAN&gt; &lt;SPAN class="attr-name token"&gt;class&lt;/SPAN&gt;&lt;SPAN class="attr-value token"&gt;&lt;SPAN class="punctuation token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;caret&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;/&lt;/SPAN&gt;span&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;/&lt;/SPAN&gt;a&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;
         &lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;&lt;/SPAN&gt;ul&lt;/SPAN&gt; &lt;SPAN class="attr-name token"&gt;class&lt;/SPAN&gt;&lt;SPAN class="attr-value token"&gt;&lt;SPAN class="punctuation token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;dropdown-menu&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;
            &lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;&lt;/SPAN&gt;li&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;&lt;/SPAN&gt;a&lt;/SPAN&gt; &lt;SPAN class="attr-name token"&gt;href&lt;/SPAN&gt;&lt;SPAN class="attr-value token"&gt;&lt;SPAN class="punctuation token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;#&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;Dropdown Link 1&lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;/&lt;/SPAN&gt;a&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;/&lt;/SPAN&gt;li&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;
            &lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;&lt;/SPAN&gt;li&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;&lt;/SPAN&gt;a&lt;/SPAN&gt; &lt;SPAN class="attr-name token"&gt;href&lt;/SPAN&gt;&lt;SPAN class="attr-value token"&gt;&lt;SPAN class="punctuation token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;#&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;Dropdown Link 2&lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;/&lt;/SPAN&gt;a&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;/&lt;/SPAN&gt;li&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;
            &lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;&lt;/SPAN&gt;li&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;&lt;/SPAN&gt;a&lt;/SPAN&gt; &lt;SPAN class="attr-name token"&gt;href&lt;/SPAN&gt;&lt;SPAN class="attr-value token"&gt;&lt;SPAN class="punctuation token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;#&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;Dropdown Link 3&lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;/&lt;/SPAN&gt;a&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;/&lt;/SPAN&gt;li&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;
         &lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;/&lt;/SPAN&gt;ul&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;
       &lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;/&lt;/SPAN&gt;li&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;
    &lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;/&lt;/SPAN&gt;ul&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;
  &lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;/&lt;/SPAN&gt;div&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="comment token"&gt;&amp;lt;!-- /.navbar-collapse --&amp;gt;&lt;/SPAN&gt;
&lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;/&lt;/SPAN&gt;div&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="comment token"&gt;&amp;lt;!-- /.container-fluid --&amp;gt;&lt;/SPAN&gt;

&lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;/&lt;/SPAN&gt;nav&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;

‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;So you have two options for a more responsive header, you can either&amp;nbsp;format your HTML to follow the Bootstrap specification, which will handle responsiveness for you or you can&amp;nbsp;tie media queries to the actual classes you have in your HTML. Although, if you do the latter, I recommend you add more unique classes to your btn-group divs, so that you can&amp;nbsp;associate a media query to something less generic.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 06:22:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-hub-questions/hub-site-custom-header/m-p/104045#M575</guid>
      <dc:creator>KlaraSchmitt</dc:creator>
      <dc:date>2021-12-11T06:22:40Z</dc:date>
    </item>
    <item>
      <title>Re: Hub Site Custom Header</title>
      <link>https://community.esri.com/t5/arcgis-hub-questions/hub-site-custom-header/m-p/104046#M576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Klara,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for your help. It worked perfect. I was able to restructure my header and got a responsive design working.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do have one more issue left with this. I would like my right menu to be on the top, and pulled to the right, just like in screenshot below.&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/456474_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, when I am in the mobile view the top (right) menu is getting hidden behind my second menu, and I cannot figure out how to adjust the width so both menus are displayed. I am sure it's something easy that I am missing?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/456475_pastedImage_2.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nataliya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Aug 2019 15:20:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-hub-questions/hub-site-custom-header/m-p/104046#M576</guid>
      <dc:creator>NataliyaLys</dc:creator>
      <dc:date>2019-08-07T15:20:56Z</dc:date>
    </item>
    <item>
      <title>Re: Hub Site Custom Header</title>
      <link>https://community.esri.com/t5/arcgis-hub-questions/hub-site-custom-header/m-p/104047#M577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're in luck! It is something easy to fix. So the .navbar-right menu is positioned on the right by a float, when you switch it to mobile, you are still getting stuck with the float because it has a !important on it (not the best practice, and I'll make note because I think it's a holdover from an old bug) and because&amp;nbsp;it's a&amp;nbsp;float element, the other content is sitting on top. It looks like if you add:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@media (max-width: 767px) {&lt;BR /&gt;&amp;nbsp; &amp;nbsp;.navbar-right {&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; float: none !important;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; }&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to your CSS, you can override the float and have both menus show up normally. Although, it's worth noting that&amp;nbsp;your menu may not appear 100% visible because the menu currently scrolls. It has a max-height: 350px on it. If you extend that to 470px, you should have your links all visible and scrolling as necessary. I was tempted to take out the max-height all together and set a padding on the bottom of the container, but it seemed tied to the scroll functionality and I didn't want you to loose that for small device screens.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;.navbar-fixed-top .navbar-collapse {&lt;BR /&gt;&amp;nbsp; &amp;nbsp;max-height: 470px;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lastly, as a small caveat, I didn't cross browser test this code. It should be fine. None of it involves properties that are&amp;nbsp;unsupported&amp;nbsp;within IE or Edge, but&amp;nbsp;for your awareness, I only looked at it in Chrome.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Aug 2019 17:22:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-hub-questions/hub-site-custom-header/m-p/104047#M577</guid>
      <dc:creator>KlaraSchmitt</dc:creator>
      <dc:date>2019-08-07T17:22:06Z</dc:date>
    </item>
    <item>
      <title>Re: Hub Site Custom Header</title>
      <link>https://community.esri.com/t5/arcgis-hub-questions/hub-site-custom-header/m-p/104048#M578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That definitely helped with the float. Thank you. However if the screen is too small (like on my phone), the vertical scroll list turns into horizontal menu with the scroll bar. Is there a way to avoid that? It behave same way to if i resize Chrome or Firefox window, and on my phone.&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/456603_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Aug 2019 14:36:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-hub-questions/hub-site-custom-header/m-p/104048#M578</guid>
      <dc:creator>NataliyaLys</dc:creator>
      <dc:date>2019-08-08T14:36:34Z</dc:date>
    </item>
    <item>
      <title>Re: Hub Site Custom Header</title>
      <link>https://community.esri.com/t5/arcgis-hub-questions/hub-site-custom-header/m-p/104049#M579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nataliya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ah. Okay, so because we&amp;nbsp;took off the float, it looks like your custom navbar is picking up the ul styles from the global-nav element, which controls mobile views of our other headers.&amp;nbsp;I'm going to report it as a bug since you need your ul not to use flex in order for Bootstrap to work on its own. I tried to find a work-around for you, but nothing I tried&amp;nbsp;seems&amp;nbsp;to work in conjunction with dropdown menus&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are a couple other snippets that might be of assistance later:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.site-header .navbar-header img {&lt;BR /&gt;display: none; /* If you want to avoid having your logo show up twice. */&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you hide the logo and want your burger menu to line up with ours:&lt;/P&gt;&lt;P&gt;.site-header .navbar-toggle {&lt;BR /&gt;float: left;&lt;/P&gt;&lt;P&gt;padding: 5px 10px;&lt;BR /&gt;margin-left: 10px;&amp;nbsp;&lt;BR /&gt;margin-right: 0px;&lt;BR /&gt;}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Aug 2019 20:01:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-hub-questions/hub-site-custom-header/m-p/104049#M579</guid>
      <dc:creator>KlaraSchmitt</dc:creator>
      <dc:date>2019-08-12T20:01:46Z</dc:date>
    </item>
    <item>
      <title>Re: Hub Site Custom Header</title>
      <link>https://community.esri.com/t5/arcgis-hub-questions/hub-site-custom-header/m-p/104050#M580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Klara,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way for me to monitor if/when the bug will&amp;nbsp;get resolved?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Aug 2019 20:06:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-hub-questions/hub-site-custom-header/m-p/104050#M580</guid>
      <dc:creator>NataliyaLys</dc:creator>
      <dc:date>2019-08-20T20:06:27Z</dc:date>
    </item>
    <item>
      <title>Re: Hub Site Custom Header</title>
      <link>https://community.esri.com/t5/arcgis-hub-questions/hub-site-custom-header/m-p/104051#M581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/33774"&gt;Nataliya Lys&lt;/A&gt;‌ it should be resolved as of about 20 minutes ago. &amp;nbsp;Thanks for bringing it to our attention.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Aug 2019 20:32:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-hub-questions/hub-site-custom-header/m-p/104051#M581</guid>
      <dc:creator>BrianRollison</dc:creator>
      <dc:date>2019-08-20T20:32:59Z</dc:date>
    </item>
    <item>
      <title>Re: Hub Site Custom Header</title>
      <link>https://community.esri.com/t5/arcgis-hub-questions/hub-site-custom-header/m-p/104052#M582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome! Thank you for the update &lt;A href="https://community.esri.com/migrated-users/321259"&gt;Brian Rollison&lt;/A&gt;‌.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Aug 2019 19:45:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-hub-questions/hub-site-custom-header/m-p/104052#M582</guid>
      <dc:creator>NataliyaLys</dc:creator>
      <dc:date>2019-08-21T19:45:16Z</dc:date>
    </item>
    <item>
      <title>Re: Hub Site Custom Header</title>
      <link>https://community.esri.com/t5/arcgis-hub-questions/hub-site-custom-header/m-p/104053#M583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/33774"&gt;Nataliya Lys&lt;/A&gt;‌ - Hello!&amp;nbsp; I saw this post and looked at your website.&amp;nbsp; I work for the City of Columbus, Ohio and am trying to create a similar custom header for one of our Hub sites.&amp;nbsp; Is there any chance you could please post the final html and css you used for your custom header?&amp;nbsp; Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2020 19:11:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-hub-questions/hub-site-custom-header/m-p/104053#M583</guid>
      <dc:creator>MelissaWilliams1</dc:creator>
      <dc:date>2020-06-04T19:11:11Z</dc:date>
    </item>
    <item>
      <title>Re: Hub Site Custom Header</title>
      <link>https://community.esri.com/t5/arcgis-hub-questions/hub-site-custom-header/m-p/104054#M584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.esri.com/migrated-users/45234"&gt;Klara Schmitt&lt;/A&gt;‌, I am working on another custom header for a hub page, and I seem to have an issue with the mobile view.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is how my site's menu looks on the mobile view when I click to expand it:&amp;nbsp;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/512421_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But then when I click to collapse it I am getting while box blow and cannot figure out how to get rid of it.&amp;nbsp;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/512422_pastedImage_2.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Nataliya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Nov 2020 22:51:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-hub-questions/hub-site-custom-header/m-p/104054#M584</guid>
      <dc:creator>NataliyaLys</dc:creator>
      <dc:date>2020-11-03T22:51:28Z</dc:date>
    </item>
    <item>
      <title>Re: Hub Site Custom Header</title>
      <link>https://community.esri.com/t5/arcgis-hub-questions/hub-site-custom-header/m-p/104055#M585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Natallya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you tried right-clicking the white area and selecting Inspect to look at the CSS in the browser dev tools? You can then turn on and off CSS rules until you see what might be affecting it. This is what I would do. I can look if you provide a link, but&amp;nbsp;trying to diagnose a custom CSS issue with just a picture is really hard. If I had to guess, there's likely something&amp;nbsp;amiss with how you're doing display level elements, positioning, or margins in your CSS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2020 13:30:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-hub-questions/hub-site-custom-header/m-p/104055#M585</guid>
      <dc:creator>KlaraSchmitt</dc:creator>
      <dc:date>2020-11-04T13:30:00Z</dc:date>
    </item>
    <item>
      <title>Re: Hub Site Custom Header</title>
      <link>https://community.esri.com/t5/arcgis-hub-questions/hub-site-custom-header/m-p/104056#M586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, I should have included the link. Here is my test site link:&amp;nbsp;&lt;A class="link-titled" href="https://www.dogistest.org/" title="https://www.dogistest.org/"&gt;Omaha Hotline - DEV&lt;/A&gt;&amp;nbsp;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did look at the css, in a dev console, and it looks like the issue is&amp;nbsp; with the elements padding, but I am not sure how to fix it in my site's css, I tried a few things but it didn't work.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate your help.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2020 14:02:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-hub-questions/hub-site-custom-header/m-p/104056#M586</guid>
      <dc:creator>NataliyaLys</dc:creator>
      <dc:date>2020-11-04T14:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: Hub Site Custom Header</title>
      <link>https://community.esri.com/t5/arcgis-hub-questions/hub-site-custom-header/m-p/104057#M587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Natallya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I spoke to a colleague who&amp;nbsp;explained the top-padding&amp;nbsp;is generated to maintain fixed positioning for your custom header and to avoid having the header overlap your content. It appears the dropdown menu is taking up physical space rather than being an overlay, which is what is causing that white gap to appear. He recommends you add this to your custom header code to remedy that:&lt;/P&gt;&lt;DIV&gt;&lt;PRE&gt;.navbar-collapse {   position: absolute;   width: 100%; } .navbar-collapse &amp;gt; ul.nav.navbar-right {   margin-top: 0; }&lt;/PRE&gt;&lt;/DIV&gt;&lt;P&gt;Hopefully that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2020 16:44:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-hub-questions/hub-site-custom-header/m-p/104057#M587</guid>
      <dc:creator>KlaraSchmitt</dc:creator>
      <dc:date>2020-11-04T16:44:41Z</dc:date>
    </item>
    <item>
      <title>Re: Hub Site Custom Header</title>
      <link>https://community.esri.com/t5/arcgis-hub-questions/hub-site-custom-header/m-p/104058#M588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That worked! Thank you so much.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2020 18:20:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-hub-questions/hub-site-custom-header/m-p/104058#M588</guid>
      <dc:creator>NataliyaLys</dc:creator>
      <dc:date>2020-11-04T18:20:02Z</dc:date>
    </item>
    <item>
      <title>Re: Hub Site Custom Header</title>
      <link>https://community.esri.com/t5/arcgis-hub-questions/hub-site-custom-header/m-p/104059#M589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.esri.com/migrated-users/45234"&gt;Klara Schmitt&lt;/A&gt;‌ I run into another issue with my mobile menu. When you get a minute would you please take a look. Now on the mobile my 'hamburger' menu is fully or partially hidden on the right (depends on a device size). Do you have any suggestions on how to fix this issue? This is a link to my test site: &lt;A class="link-titled" href="https://www.dogistest.org/" title="https://www.dogistest.org/"&gt;Omaha Hotline - DEV&lt;/A&gt;&amp;nbsp;, and also if it&amp;nbsp;would help I can provide my entire CSS.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/512743_pastedImage_2.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your time.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nataliya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2020 15:42:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-hub-questions/hub-site-custom-header/m-p/104059#M589</guid>
      <dc:creator>NataliyaLys</dc:creator>
      <dc:date>2020-11-09T15:42:10Z</dc:date>
    </item>
    <item>
      <title>Re: Hub Site Custom Header</title>
      <link>https://community.esri.com/t5/arcgis-hub-questions/hub-site-custom-header/m-p/104060#M590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/33774"&gt;Nataliya Lys&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you see something like this, where you have a header that's extended beyond the edge of your content, it's a good idea to scan your content and see if anything's overflowing its container.&amp;nbsp;The header is fluid-width and will scale to be as wide as the widest piece of content on the site. In this case, it looks like your Google Play icon is falling outside of your content container, which is extending the width of your site.&amp;nbsp;It's actually not an issue with the header. Change the width on the google play button or stack those vertically and this should go away.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="iphone and google play thumbnails extending beyond the edge of the webpage causing a horizontal scroll" class="jive-emoji image-1 jive-image j-img-original" src="/legacyfs/online/512868_Screen Shot 2020-11-09 at 10.45.37 AM.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2020 15:53:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-hub-questions/hub-site-custom-header/m-p/104060#M590</guid>
      <dc:creator>KlaraSchmitt</dc:creator>
      <dc:date>2020-11-09T15:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: Hub Site Custom Header</title>
      <link>https://community.esri.com/t5/arcgis-hub-questions/hub-site-custom-header/m-p/104061#M591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much. I really overlooked that, I was still working on the&amp;nbsp;section with mobile icon, and didn't realize that overflow of the icons was causing the issue with the mobile menu until you pointed out. But it totally makes sense. Thank again. I really appreciate your quick response.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2020 17:07:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-hub-questions/hub-site-custom-header/m-p/104061#M591</guid>
      <dc:creator>NataliyaLys</dc:creator>
      <dc:date>2020-11-09T17:07:28Z</dc:date>
    </item>
    <item>
      <title>Re: Hub Site Custom Header</title>
      <link>https://community.esri.com/t5/arcgis-hub-questions/hub-site-custom-header/m-p/1008073#M4108</link>
      <description>&lt;P&gt;&lt;SPAN class="UserName lia-user-name lia-user-rank-Esri-Contributor lia-component-message-view-widget-author-username"&gt;&lt;SPAN class=""&gt;Klara,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="UserName lia-user-name lia-user-rank-Esri-Contributor lia-component-message-view-widget-author-username"&gt;&lt;SPAN class=""&gt;Thank you! Between this and a few of your other articles and responses you have helped me so much. It took some trial and error, but I think I was able to get a responsive dropdown header built for my &lt;A title="MoSEMA Hubsite" href="https://missouri-sema-organizational-maps-mosema.hub.arcgis.com/" target="_blank" rel="noopener"&gt;site&lt;/A&gt;. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="UserName lia-user-name lia-user-rank-Esri-Contributor lia-component-message-view-widget-author-username"&gt;&lt;SPAN class=""&gt;I'm attaching a copy of my HTML and CSS. I did not go to school for GIS or computers. I'm a CJ major that was taught GIS in the military. Its rough, but it gets the job done. I'm sure in the hands of an experienced developer you could probably fix this up. Hope this can help someone!&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Very Respectfully,&lt;/P&gt;&lt;P&gt;Brandon Wolfe&lt;/P&gt;</description>
      <pubDate>Wed, 09 Dec 2020 15:33:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-hub-questions/hub-site-custom-header/m-p/1008073#M4108</guid>
      <dc:creator>BrandonWolfe</dc:creator>
      <dc:date>2020-12-09T15:33:49Z</dc:date>
    </item>
    <item>
      <title>Re: Hub Site Custom Header</title>
      <link>https://community.esri.com/t5/arcgis-hub-questions/hub-site-custom-header/m-p/1172409#M5241</link>
      <description>&lt;P&gt;Hi Brandon,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried to use the html and css code as shared by you but I unable to hide the top bar as did in your site &lt;A href="https://missouri-sema-organizational-maps-mosema.hub.arcgis.com/" target="_blank"&gt;https://missouri-sema-organizational-maps-mosema.hub.arcgis.com/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Kindly suggest how to hide the top bar.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/arcgis-hub-questions/hub-site-custom-header/td-p/104044/page/2" target="_blank"&gt;https://community.esri.com/t5/arcgis-hub-questions/hub-site-custom-header/td-p/104044/page/2&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="imtigis_0-1652191168929.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/40995i184A15736DFB231A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="imtigis_0-1652191168929.png" alt="imtigis_0-1652191168929.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2022 14:00:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-hub-questions/hub-site-custom-header/m-p/1172409#M5241</guid>
      <dc:creator>imtigis</dc:creator>
      <dc:date>2022-05-10T14:00:54Z</dc:date>
    </item>
  </channel>
</rss>

