<?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: Global Menu Child Menu Display in CMS Development</title>
    <link>https://community.hubspot.com/t5/CMS-Development/Global-Menu-Child-Menu-Display/m-p/718951#M31394</link>
    <description>&lt;P&gt;From the look of that mess it looks you might have deleted something from menu.css. The little bit of CSS I gave you shouldn't effect it in such a major way.&amp;nbsp; You should just paste it in at the very bottom of the file, not deleting/or replacing anything.&lt;/P&gt;</description>
    <pubDate>Wed, 16 Nov 2022 01:44:34 GMT</pubDate>
    <dc:creator>alyssamwilie</dc:creator>
    <dc:date>2022-11-16T01:44:34Z</dc:date>
    <item>
      <title>Global Menu Child Menu Display</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Global-Menu-Child-Menu-Display/m-p/717993#M31349</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm looking to change the global menu on our site (&lt;A href="https://amps.redunion.com.au/" target="_blank"&gt;https://amps.redunion.com.au/&lt;/A&gt;). It spits out the menu too far to the right, which then creates a white space, which I assume is because of this code in the menus.css file:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;.hs-menu-wrapper.hs-menu-flow-horizontal &amp;gt; ul li a {&lt;BR /&gt;white-space: normal !important;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's obviously not a solution to delete that code, so I was thinking, would it be possible to have the child items spit out to the left of the menu to stop the overflow? Any guidance on how to have our menu display properly would be much appreciated thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 14 Nov 2022 06:34:58 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Global-Menu-Child-Menu-Display/m-p/717993#M31349</guid>
      <dc:creator>AenghasHP</dc:creator>
      <dc:date>2022-11-14T06:34:58Z</dc:date>
    </item>
    <item>
      <title>Re: Global Menu Child Menu Display</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Global-Menu-Child-Menu-Display/m-p/718279#M31363</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/176461"&gt;@AenghasHP&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Trust you are doing great.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To expan the menu to fill the white space. Please add below CSS&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;.hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal&amp;gt;ul li.hs-menu-item a&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;padding:10px 15px !important;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Hope that would helpful.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Niharika Goyal&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Nov 2022 17:14:14 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Global-Menu-Child-Menu-Display/m-p/718279#M31363</guid>
      <dc:creator>Niharika</dc:creator>
      <dc:date>2022-11-14T17:14:14Z</dc:date>
    </item>
    <item>
      <title>Re: Global Menu Child Menu Display</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Global-Menu-Child-Menu-Display/m-p/718393#M31366</link>
      <description>&lt;P&gt;Hi Niharika,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for responding, I added the code, but I don't think that's quite what I was after sorry.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to have the child and grandchild menu items flow out to the left, not in a padding fashion, but so that they avoid going out to the right which is what's creating the white space due to overflow.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Nov 2022 22:23:40 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Global-Menu-Child-Menu-Display/m-p/718393#M31366</guid>
      <dc:creator>AenghasHP</dc:creator>
      <dc:date>2022-11-14T22:23:40Z</dc:date>
    </item>
    <item>
      <title>Re: Global Menu Child Menu Display</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Global-Menu-Child-Menu-Display/m-p/718871#M31386</link>
      <description>&lt;P&gt;Try adding this CSS:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="css"&gt;.custom-menu-primary .hs-menu-wrapper &amp;gt; ul ul {
    left: auto !important;
    right: 0 !important;
}

.custom-menu-primary .hs-menu-wrapper &amp;gt; ul &amp;gt; li &amp;gt; ul:before {
    text-align: right;
    padding-right: 3px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts&amp;gt;ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: auto !important;
    right: 100% !important;
}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2022 01:48:17 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Global-Menu-Child-Menu-Display/m-p/718871#M31386</guid>
      <dc:creator>alyssamwilie</dc:creator>
      <dc:date>2022-11-16T01:48:17Z</dc:date>
    </item>
    <item>
      <title>Re: Global Menu Child Menu Display</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Global-Menu-Child-Menu-Display/m-p/718949#M31392</link>
      <description>&lt;P&gt;Thanks for your help.&amp;nbsp;I just added that code to the menus.css and this was the result:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2022-11-16 at 11.35.05 am.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/79235iF71FB8B444972553/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screen Shot 2022-11-16 at 11.35.05 am.png" alt="Screen Shot 2022-11-16 at 11.35.05 am.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It looks like it might spit all menus out to the left and not just the child and grandchild items? &lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2022 01:40:48 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Global-Menu-Child-Menu-Display/m-p/718949#M31392</guid>
      <dc:creator>AenghasHP</dc:creator>
      <dc:date>2022-11-16T01:40:48Z</dc:date>
    </item>
    <item>
      <title>Re: Global Menu Child Menu Display</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Global-Menu-Child-Menu-Display/m-p/718951#M31394</link>
      <description>&lt;P&gt;From the look of that mess it looks you might have deleted something from menu.css. The little bit of CSS I gave you shouldn't effect it in such a major way.&amp;nbsp; You should just paste it in at the very bottom of the file, not deleting/or replacing anything.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2022 01:44:34 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Global-Menu-Child-Menu-Display/m-p/718951#M31394</guid>
      <dc:creator>alyssamwilie</dc:creator>
      <dc:date>2022-11-16T01:44:34Z</dc:date>
    </item>
  </channel>
</rss>

