<?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: Blog Title hidden by global content in Blog, Website &amp; Page Publishing</title>
    <link>https://community.hubspot.com/t5/Blog-Website-Page-Publishing/Blog-Title-hidden-by-global-content/m-p/1079384#M14159</link>
    <description>&lt;P&gt;Thank you SO MUCH!!!!&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/92197"&gt;@albertsg&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 05 Dec 2024 09:11:13 GMT</pubDate>
    <dc:creator>Hollybishop</dc:creator>
    <dc:date>2024-12-05T09:11:13Z</dc:date>
    <item>
      <title>Blog Title hidden by global content</title>
      <link>https://community.hubspot.com/t5/Blog-Website-Page-Publishing/Blog-Title-hidden-by-global-content/m-p/1078967#M14142</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Hollybishop_0-1733323451246.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/133115i6AE2C34E7EA16800/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Hollybishop_0-1733323451246.png" alt="Hollybishop_0-1733323451246.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Our blog titles are now hidden by the mega nav and i was wondeirng if anyone knew how to pull this donw. I have a feeling it may have something to do with the code in design manager but I'm not sure.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Dec 2024 14:46:46 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Blog-Website-Page-Publishing/Blog-Title-hidden-by-global-content/m-p/1078967#M14142</guid>
      <dc:creator>Hollybishop</dc:creator>
      <dc:date>2024-12-04T14:46:46Z</dc:date>
    </item>
    <item>
      <title>Re: Blog Title hidden by global content</title>
      <link>https://community.hubspot.com/t5/Blog-Website-Page-Publishing/Blog-Title-hidden-by-global-content/m-p/1079012#M14143</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/820139"&gt;@Hollybishop&lt;/a&gt;&amp;nbsp;this would be due to your theme/template and the styling applied there! If you can send me a link to a page you're seeing this on I can see if there's an easy bit of css to add that can help!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Dec 2024 15:37:20 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Blog-Website-Page-Publishing/Blog-Title-hidden-by-global-content/m-p/1079012#M14143</guid>
      <dc:creator>TomM2</dc:creator>
      <dc:date>2024-12-04T15:37:20Z</dc:date>
    </item>
    <item>
      <title>Re: Blog Title hidden by global content</title>
      <link>https://community.hubspot.com/t5/Blog-Website-Page-Publishing/Blog-Title-hidden-by-global-content/m-p/1079022#M14144</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/141"&gt;@TomM2&lt;/a&gt;&amp;nbsp;thanks for your help! Here is a link to one of our blogs&amp;nbsp;&lt;A href="https://firstpointlogistics.co.uk/client-stories/legal-firm-partnership-a-case-study-of-seamless-logistics" target="_blank"&gt;Legal Firm Partnership: A Case Study of Seamless Legal Logistics&lt;/A&gt;&amp;nbsp;Any help is greatly appreciated! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Dec 2024 15:51:15 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Blog-Website-Page-Publishing/Blog-Title-hidden-by-global-content/m-p/1079022#M14144</guid>
      <dc:creator>Hollybishop</dc:creator>
      <dc:date>2024-12-04T15:51:15Z</dc:date>
    </item>
    <item>
      <title>Re: Blog Title hidden by global content</title>
      <link>https://community.hubspot.com/t5/Blog-Website-Page-Publishing/Blog-Title-hidden-by-global-content/m-p/1079150#M14147</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/820139"&gt;@Hollybishop&lt;/a&gt;, I don't know how familiar you are with HTML and CSS, but if you have no experience with that, try adding the following code to your&amp;nbsp;Blog post header HTML (Settings &amp;gt; Content &amp;gt; Blog &amp;gt; Templates):&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="css"&gt;@media screen and (min-width: 1200px) {
    .hs-blog-post {
        margin-top: 142px!important;
    }
}
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Basically your Blog content has a margin added to the top but it's not enough. Seems like the space the "Become a Courier" button is taking needs to be added to the mentioned margin. The code above does that for screens from 1200px (as I've noticed that your page changes the navigation at that screen size).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps!&lt;/P&gt;</description>
      <pubDate>Wed, 04 Dec 2024 19:15:08 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Blog-Website-Page-Publishing/Blog-Title-hidden-by-global-content/m-p/1079150#M14147</guid>
      <dc:creator>albertsg</dc:creator>
      <dc:date>2024-12-04T19:15:08Z</dc:date>
    </item>
    <item>
      <title>Re: Blog Title hidden by global content</title>
      <link>https://community.hubspot.com/t5/Blog-Website-Page-Publishing/Blog-Title-hidden-by-global-content/m-p/1079384#M14159</link>
      <description>&lt;P&gt;Thank you SO MUCH!!!!&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/92197"&gt;@albertsg&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Dec 2024 09:11:13 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/Blog-Website-Page-Publishing/Blog-Title-hidden-by-global-content/m-p/1079384#M14159</guid>
      <dc:creator>Hollybishop</dc:creator>
      <dc:date>2024-12-05T09:11:13Z</dc:date>
    </item>
  </channel>
</rss>

