<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>

		<title>Overhang a logo in the header &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/overhang-a-logo-in-the-header/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/overhang-a-logo-in-the-header/feed/</link>
		<description></description>
		<lastBuildDate>Fri, 10 Oct 2025 21:36:19 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/overhang-a-logo-in-the-header/#post-262668</guid>
					<title><![CDATA[Overhang a logo in the header]]></title>
					<link>https://theme.co/archive/forums/topic/overhang-a-logo-in-the-header/#post-262668</link>
					<pubDate>Thu, 30 Apr 2015 23:48:34 +0000</pubDate>
					<dc:creator>bmflorek</dc:creator>

					<description>
						<![CDATA[
						<p>New to the theme.  It&#8217;s awesome so far.  I want to put the logo in the upper left of the header but I want to keep the header height 75px.  The circular logo I am using will be roughly 225px high.  Is it possible to have it hang over the header?  </p>
<p>Browsing the forum I found the following:</p>
<p>.x-navbar-fixed-top {<br />
height: 75px;<br />
}</p>
<p>Once I begin scrolling it seems to work, but the logo initially skews the header height.  Any suggestions?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/overhang-a-logo-in-the-header/#post-262670</guid>
					<title><![CDATA[Reply To: Overhang a logo in the header]]></title>
					<link>https://theme.co/archive/forums/topic/overhang-a-logo-in-the-header/#post-262670</link>
					<pubDate>Thu, 30 Apr 2015 23:50:09 +0000</pubDate>
					<dc:creator>bmflorek</dc:creator>

					<description>
						<![CDATA[
						<p>Also, I am on WordPress 4.2.1 using x theme 3.2.5.  </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/overhang-a-logo-in-the-header/#post-262869</guid>
					<title><![CDATA[Reply To: Overhang a logo in the header]]></title>
					<link>https://theme.co/archive/forums/topic/overhang-a-logo-in-the-header/#post-262869</link>
					<pubDate>Fri, 01 May 2015 06:32:34 +0000</pubDate>
					<dc:creator>Rue Nel</dc:creator>

					<description>
						<![CDATA[
						<p>Hello There,</p>
<p>Thanks for posting in!</p>
<p>To put the logo in the upper left of the header and make it look like hanging by the header, please add the following css code in the customizer, <strong>Appearance &gt; Customize &gt; Custom &gt; CSS</strong></p>
<pre><code>@media(min-width: 768px) {
 .x-navbar .x-brand {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1100;
 }
}</code></pre>
<p>Let us know if this has been helpful to you.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/overhang-a-logo-in-the-header/#post-263075</guid>
					<title><![CDATA[Reply To: Overhang a logo in the header]]></title>
					<link>https://theme.co/archive/forums/topic/overhang-a-logo-in-the-header/#post-263075</link>
					<pubDate>Fri, 01 May 2015 13:11:17 +0000</pubDate>
					<dc:creator>bmflorek</dc:creator>

					<description>
						<![CDATA[
						<p>You guys rock!  Thank you so much for the quick response.  It worked flawlessly!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/overhang-a-logo-in-the-header/#post-263142</guid>
					<title><![CDATA[Reply To: Overhang a logo in the header]]></title>
					<link>https://theme.co/archive/forums/topic/overhang-a-logo-in-the-header/#post-263142</link>
					<pubDate>Fri, 01 May 2015 15:03:16 +0000</pubDate>
					<dc:creator>Peter M</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks for this solution you posted. It worked for me beautifully, after quite a few hours of figuring out how to do this! However, I did notice that when I reduce my browser&#8217;s screen width my navbar links start to disappear behind my logo image (which is 300px wide),  instead of wrapping below it. The same applies to my main content, which starts above the logo image,  and alos starts to disappear when the browser window reduces. Is there any way of handling this, so that my hanging logo does not cause that problem, please? Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/overhang-a-logo-in-the-header/#post-263263</guid>
					<title><![CDATA[Reply To: Overhang a logo in the header]]></title>
					<link>https://theme.co/archive/forums/topic/overhang-a-logo-in-the-header/#post-263263</link>
					<pubDate>Fri, 01 May 2015 19:06:40 +0000</pubDate>
					<dc:creator>Zeshan</dc:creator>

					<description>
						<![CDATA[
						<p>Hi <a href="https://theme.co/archive/users/bmflorek/" class="bbp-user-mention bbp-user-id-40186"> @bmflorek</a>,</p>
<p>You&#8217;re most welcome! 🙂</p>
<p>To @Peter: Please provide us with your URL so that we can take a closer look to the issue and provide you with a tailored response.</p>
<p>Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/overhang-a-logo-in-the-header/#post-263623</guid>
					<title><![CDATA[Reply To: Overhang a logo in the header]]></title>
					<link>https://theme.co/archive/forums/topic/overhang-a-logo-in-the-header/#post-263623</link>
					<pubDate>Sat, 02 May 2015 06:07:54 +0000</pubDate>
					<dc:creator>Peter M</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks for your quick reply. Unfortunately I am under construction so you won&#8217;t see it! </p>
<p>I have partly solved the issue to my part satisfaction by using custom css in the customiser:</p>
<p>&#8211; adding padding to the left sidebar to bring it below the absolute placed brand image (which is only a placeholder right now &#8211; I am just beginning on the site)</p>
<p>&#8211; altering the image size to reduce it when text starts to disappear behind the image, and until the mobile menu clicks in. However, this is all guessed from reducing my browser screen size! And I note that though the image size reduces the inmage, the box sizing of the link wrapping the image remains full size, thus preventing things from collapsing more elegantly.</p>
<p>If you can offer any tips on how to do this better, I would be very grateful!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/overhang-a-logo-in-the-header/#post-263626</guid>
					<title><![CDATA[Reply To: Overhang a logo in the header]]></title>
					<link>https://theme.co/archive/forums/topic/overhang-a-logo-in-the-header/#post-263626</link>
					<pubDate>Sat, 02 May 2015 06:12:31 +0000</pubDate>
					<dc:creator>Rue Nel</dc:creator>

					<description>
						<![CDATA[
						<p>Hello <a href="https://theme.co/archive/users/pfm/" class="bbp-user-mention bbp-user-id-12818"> @Pfm</a>,</p>
<p>Please provide us the url of your site. You have provided the login but no url.<br />
We have remove the access info because it is not set as private. </p>
<p>If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.</p>
<p>Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/overhang-a-logo-in-the-header/#post-263634</guid>
					<title><![CDATA[Reply To: Overhang a logo in the header]]></title>
					<link>https://theme.co/archive/forums/topic/overhang-a-logo-in-the-header/#post-263634</link>
					<pubDate>Sat, 02 May 2015 06:19:49 +0000</pubDate>
					<dc:creator>Peter M</dc:creator>

					<description>
						<![CDATA[
						<p>Sorry, I have also noted that the Page Titles disappear when fully sized and reappear when on tablet/mobile!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/overhang-a-logo-in-the-header/#post-263636</guid>
					<title><![CDATA[Reply To: Overhang a logo in the header]]></title>
					<link>https://theme.co/archive/forums/topic/overhang-a-logo-in-the-header/#post-263636</link>
					<pubDate>Sat, 02 May 2015 06:25:40 +0000</pubDate>
					<dc:creator>Rue Nel</dc:creator>

					<description>
						<![CDATA[
						<p>Hey Peter,</p>
<p>So that we can assist you better with this issue, we&#8217;ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Please do not forget to set it to private to make sure that only the support staff can view your username and password. Once you have provided us with your URL, we will be happy to assist you with everything.</p>
<p>Thanks for understanding.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

