<?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>Hide topbar from mobile &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/hide-topbar-from-mobile/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/hide-topbar-from-mobile/feed/</link>
		<description></description>
		<lastBuildDate>Sat, 11 Oct 2025 14:27:42 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/hide-topbar-from-mobile/#post-233604</guid>
					<title><![CDATA[Hide topbar from mobile]]></title>
					<link>https://theme.co/archive/forums/topic/hide-topbar-from-mobile/#post-233604</link>
					<pubDate>Mon, 23 Mar 2015 19:42:41 +0000</pubDate>
					<dc:creator>Cesar J</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>Is there a way to hide the topbar image from the view in mobile?</p>
<p>My site is ioimprov.com/chicago</p>
<p>Also, I used the code below from one of your answers to insert a logo for mobile, and it looks great. I was wondering if there was a way to align the image I used it all the way to the left, and to make sure it always covered the nav bar between the left margin and the menu icon in mobile view, especially when I turn my mobile device to landscape mode. (right now the landscape mode doesn&#8217;t do anything and the image looks small)</p>
<p>@media (max-width: 979px) {<br />
   .x-navbar-inner {<br />
       min-height: 0;</p>
<p>   }<br />
   .x-navbar-inner:after {<br />
       content: &#8221;;<br />
       display: table;<br />
       clear: both;<br />
   }<br />
   .x-navbar .x-brand {<br />
       width: 250px;<br />
       height: 40px;<br />
       background: url(&#8216;url-to-your-mobile-logo&#8217;) no-repeat center center;<br />
       background-size: contain;<br />
   }<br />
   .x-navbar .x-brand img {<br />
       display: none;<br />
    }<br />
}</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/hide-topbar-from-mobile/#post-233756</guid>
					<title><![CDATA[Reply To: Hide topbar from mobile]]></title>
					<link>https://theme.co/archive/forums/topic/hide-topbar-from-mobile/#post-233756</link>
					<pubDate>Mon, 23 Mar 2015 23:15:02 +0000</pubDate>
					<dc:creator>Friech</dc:creator>

					<description>
						<![CDATA[
						<p>Hi There,</p>
<p>Thank you for writing in! To hide the topbar in mobile view, you can add this under <strong>Custom &gt; CSS</strong> in the <strong>Customizer</strong>.</p>
<pre><code>@media (max-width:  979px) {
	.x-topbar {
		  display: none;
	}
}</code></pre>
<p>Hope it helps, Cheers!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/hide-topbar-from-mobile/#post-234299</guid>
					<title><![CDATA[Reply To: Hide topbar from mobile]]></title>
					<link>https://theme.co/archive/forums/topic/hide-topbar-from-mobile/#post-234299</link>
					<pubDate>Tue, 24 Mar 2015 19:43:11 +0000</pubDate>
					<dc:creator>Cesar J</dc:creator>

					<description>
						<![CDATA[
						<p>Awesome! Thank you!</p>
<p>Any help on the other part of my question&#8230;?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/hide-topbar-from-mobile/#post-234471</guid>
					<title><![CDATA[Reply To: Hide topbar from mobile]]></title>
					<link>https://theme.co/archive/forums/topic/hide-topbar-from-mobile/#post-234471</link>
					<pubDate>Tue, 24 Mar 2015 23:37:06 +0000</pubDate>
					<dc:creator>Nico</dc:creator>

					<description>
						<![CDATA[
						<p>Hi There,</p>
<p>try this adding in your customizer&#8217;s custom CSS:</p>
<pre><code>@media (max-width: 979px){
.x-navbar.x-navbar-fixed-top.x-container.max.width{
width: 99%;

}
}</code></pre>
<p>update this:</p>
<pre><code>@media (max-width: 979px)
.x-navbar .x-brand {
width: 260px;
height: 55px;
background: url(&#039;http://ioimprov.com/chicago/wp-content/uploads/sites/2/2014/04/io-chicago-logo-mobile3.jpg&#039;) no-repeat center center;
background-size: contain;
}</code></pre>
<p>into this:</p>
<pre><code>@media (max-width: 979px)
.x-navbar .x-brand {
width: 250px;
height: 55px;
background: url(&#039;http://ioimprov.com/chicago/wp-content/uploads/sites/2/2014/04/io-chicago-logo-mobile3.jpg&#039;) no-repeat center center;
background-size: contain;
}</code></pre>
<p>Hope it helps.</p>
<p>Cheers</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/hide-topbar-from-mobile/#post-343507</guid>
					<title><![CDATA[Reply To: Hide topbar from mobile]]></title>
					<link>https://theme.co/archive/forums/topic/hide-topbar-from-mobile/#post-343507</link>
					<pubDate>Tue, 28 Jul 2015 23:40:44 +0000</pubDate>
					<dc:creator>Claire V</dc:creator>

					<description>
						<![CDATA[
						<p>RE: this part of the thread &#8211; </p>
<p>Hi There,</p>
<p>Thank you for writing in! To hide the topbar in mobile view, you can add this under Custom &gt; CSS in the Customizer.</p>
<p>@media (max-width:  979px) {<br />
	.x-topbar {<br />
		  display: none;<br />
	}<br />
}<br />
Hope it helps, Cheers!</p>
<p>I did this as well and it was great for hiding the top bar on my mobile view. As you can see from my website though, whatcommfg.com , the logo goes up into the topbar space. So when I hid the topbar in mobile view, it also cut off the top of my logo. </p>
<p>Is there a way to hide the topbar text but keep the topbar space on mobile so the top of the logo image doesnt get cut off?</p>
<p>Thanks<br />
Claire</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/hide-topbar-from-mobile/#post-343662</guid>
					<title><![CDATA[Reply To: Hide topbar from mobile]]></title>
					<link>https://theme.co/archive/forums/topic/hide-topbar-from-mobile/#post-343662</link>
					<pubDate>Wed, 29 Jul 2015 04:21:45 +0000</pubDate>
					<dc:creator>Rupok</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Claire,</p>
<p>Thanks for clarifying! You can update the code &#8211; </p>
<pre><code>@media (max-width: 979px) {
.x-topbar {
  visibility: hidden;
}
}</code></pre>
<p>Hope this helps.</p>
<p>Cheers!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/hide-topbar-from-mobile/#post-365798</guid>
					<title><![CDATA[Reply To: Hide topbar from mobile]]></title>
					<link>https://theme.co/archive/forums/topic/hide-topbar-from-mobile/#post-365798</link>
					<pubDate>Sat, 22 Aug 2015 05:44:50 +0000</pubDate>
					<dc:creator>meoptometry</dc:creator>

					<description>
						<![CDATA[
						<p>Is there a way to do this via the child theme css? I have tried using this code, but it appears to only work when it place it in the customizer &gt; custom &gt; css section.</p>
<p>Thanks,</p>
<p>meo</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/hide-topbar-from-mobile/#post-365904</guid>
					<title><![CDATA[Reply To: Hide topbar from mobile]]></title>
					<link>https://theme.co/archive/forums/topic/hide-topbar-from-mobile/#post-365904</link>
					<pubDate>Sat, 22 Aug 2015 08:50:53 +0000</pubDate>
					<dc:creator>Christopher</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>It should work in style.css as well.<br />
Please make sure you don&#8217;t have any typo mistake like missing curly brackets.</p>
<p>Thanks.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

