<?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: Header menu resizing issues in CMS Development</title>
    <link>https://community.hubspot.com/t5/CMS-Development/Header-menu-resizing-issues/m-p/1109962#M42187</link>
    <description>&lt;P&gt;Worked like a charm! Thank you for your help&lt;/P&gt;</description>
    <pubDate>Mon, 17 Feb 2025 10:20:16 GMT</pubDate>
    <dc:creator>Geogrow</dc:creator>
    <dc:date>2025-02-17T10:20:16Z</dc:date>
    <item>
      <title>Header menu resizing issues</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Header-menu-resizing-issues/m-p/1106617#M42002</link>
      <description>&lt;P&gt;I am having some issues with our header.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;when full screen the sizing and location of the font on the menu is perfect. When i start to shrink the size of the page it automatically shrinks the text when it gets to a certain size.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have been trying to play around with settings in the CSS and as I am only a novice, I am finding it difficult to understand.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to make it bigger when the page gets smaller.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;here is a link to the website:&amp;nbsp;&lt;A href="https://www.geogrow.com/" target="_blank" rel="noopener"&gt;https://www.geogrow.com/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;TIA&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2025 12:49:57 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Header-menu-resizing-issues/m-p/1106617#M42002</guid>
      <dc:creator>Geogrow</dc:creator>
      <dc:date>2025-02-10T12:49:57Z</dc:date>
    </item>
    <item>
      <title>Re: Header menu resizing issues</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Header-menu-resizing-issues/m-p/1106973#M42010</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/897295"&gt;@Geogrow&lt;/a&gt;&amp;nbsp;- I presume this is a Content hub based site? You need to be looking at the theme setup withing which your site is developed. The theme modules likely contain all the CSS used for the menu system behavior, but it often looks pretty complex. Support should be available from whoever put the theme togther.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Steve&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2025 21:52:25 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Header-menu-resizing-issues/m-p/1106973#M42010</guid>
      <dc:creator>SteveHTM</dc:creator>
      <dc:date>2025-02-10T21:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: Header menu resizing issues</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Header-menu-resizing-issues/m-p/1107864#M42139</link>
      <description>&lt;P&gt;The css rule that's shrinking your text is:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt; .custom-menu-wrapper .level-1&amp;gt;li:nth-of-type(n)&amp;gt;a {
        font-size: 14px;
        padding: 10px;
    }&lt;/LI-CODE&gt;&lt;P&gt;It's inside a media query:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/83477"&gt;@media&lt;/a&gt; (max-width: 1750px) and (min-width: 768px) {

}&lt;/LI-CODE&gt;&lt;P&gt;It's loading on page via you're main.css file&lt;BR /&gt;&lt;BR /&gt;However main.css files in hubspot typically compile various other css files, so hve a look in some other files, maybe a typography.css or maybe headers.css. The specific location will depend on your theme.&lt;BR /&gt;&lt;BR /&gt;Your font size on larger screens is set with thise piece of css:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;.custom-menu-wrapper .level-1&amp;gt;li&amp;gt;a {
    display: block;
    font-family: Zain, serif;
    font-size: 24px;
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;so you could either match the font size used here withith the media query, or simply remove the rule within the media query assuming it doesn't affect anything else.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;DIV&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="profile2022a" style="width: 100px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/71500iE96AB1F9E9E277B9/image-size/small?v=v2&amp;amp;px=200" role="button" title="profile2022a" alt="profile2022a" /&gt;&lt;/span&gt;&lt;STRONG&gt;&lt;FONT size="5"&gt;Barry Grennan&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;P&gt;&lt;A href="https://www.seoanseo.ca?utm_source=HubSpotCommunity" target="_blank" rel="nofollow noopener noreferrer"&gt;Freelance HubSpot CMS Developer&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.seoanseo.ca?utm_source=HubSpotCommunity" target="_blank" rel="nofollow noopener noreferrer"&gt;Website&lt;/A&gt; | &lt;A href="https://www.seoanseo.ca/#contact?utm_source=HubSpotCommunity" target="_blank" rel="nofollow noopener noreferrer"&gt;Contact&lt;/A&gt; | &lt;A href="https://www.linkedin.com/in/barrygrennan" target="_blank" rel="nofollow noopener noreferrer"&gt;LinkedIn&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;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2025 10:24:19 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Header-menu-resizing-issues/m-p/1107864#M42139</guid>
      <dc:creator>BarryGrennan</dc:creator>
      <dc:date>2025-02-12T10:24:19Z</dc:date>
    </item>
    <item>
      <title>Re: Header menu resizing issues</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Header-menu-resizing-issues/m-p/1109962#M42187</link>
      <description>&lt;P&gt;Worked like a charm! Thank you for your help&lt;/P&gt;</description>
      <pubDate>Mon, 17 Feb 2025 10:20:16 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Header-menu-resizing-issues/m-p/1109962#M42187</guid>
      <dc:creator>Geogrow</dc:creator>
      <dc:date>2025-02-17T10:20:16Z</dc:date>
    </item>
    <item>
      <title>Re: Header menu resizing issues</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Header-menu-resizing-issues/m-p/1139122#M42791</link>
      <description>&lt;P&gt;I have been having an isue with our website today where, once in mobile view, we lose the icon for the menu. It is still clickable in the far right corner of the header, but not visible.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I happens when it changes from 768px and below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have had a look at the CSS and can't figure it out. To be honest, I am not entirely sure what I am looking for.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If anyone can help me that would be fab&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;website is &lt;A href="https://www.geogrow.com/" target="_blank"&gt;https://www.geogrow.com/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Apr 2025 15:21:42 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Header-menu-resizing-issues/m-p/1139122#M42791</guid>
      <dc:creator>Geogrow</dc:creator>
      <dc:date>2025-04-22T15:21:42Z</dc:date>
    </item>
  </channel>
</rss>

