<?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>Removing Space At the Top of the Page &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/removing-space-at-the-top-of-the-page/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/removing-space-at-the-top-of-the-page/feed/</link>
		<description></description>
		<lastBuildDate>Fri, 17 Oct 2025 04:01:17 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/removing-space-at-the-top-of-the-page/#post-116575</guid>
					<title><![CDATA[Removing Space At the Top of the Page]]></title>
					<link>https://theme.co/archive/forums/topic/removing-space-at-the-top-of-the-page/#post-116575</link>
					<pubDate>Wed, 01 Oct 2014 19:39:48 +0000</pubDate>
					<dc:creator>Benjamin H</dc:creator>

					<description>
						<![CDATA[
						<p>Okay, on my pages such as this one, <a href="http://www.lvbaptist.org/beta/castner/" title="Castner Page" rel="nofollow"></a> There is a giant gap that I can&#8217;t seem to remove between the header I inserted and the menu bar at the top. </p>
<p><a href="http://www.lvbaptist.org/beta/castner/" rel="nofollow">http://www.lvbaptist.org/beta/castner/</a></p>
<p>Additional you can see the picture on the left will not align properly with the content on the right. I&#8217;m using the visual composer half columns<br />
<img decoding="async" src="http://www.lvbaptist.org/download/ss5.png" alt="Empty Space" /></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/removing-space-at-the-top-of-the-page/#post-116684</guid>
					<title><![CDATA[Reply To: Removing Space At the Top of the Page]]></title>
					<link>https://theme.co/archive/forums/topic/removing-space-at-the-top-of-the-page/#post-116684</link>
					<pubDate>Wed, 01 Oct 2014 22:04:02 +0000</pubDate>
					<dc:creator>Mrinal</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Benjamin, </p>
<p>To remove this space, add the following CSS codes via <strong>Appearance &gt; Customize &gt; Custom &gt; CSS:</strong></p>
<pre><code>
.page-id-283 #x-content-band-1 .h-custom-headline {
    margin: 0 !important;
}
</code></pre>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/removing-space-at-the-top-of-the-page/#post-117053</guid>
					<title><![CDATA[Reply To: Removing Space At the Top of the Page]]></title>
					<link>https://theme.co/archive/forums/topic/removing-space-at-the-top-of-the-page/#post-117053</link>
					<pubDate>Thu, 02 Oct 2014 13:20:59 +0000</pubDate>
					<dc:creator>Benjamin H</dc:creator>

					<description>
						<![CDATA[
						<p>Thank you! I would like to do it to all the pages though, not just that specific page. </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/removing-space-at-the-top-of-the-page/#post-117082</guid>
					<title><![CDATA[Reply To: Removing Space At the Top of the Page]]></title>
					<link>https://theme.co/archive/forums/topic/removing-space-at-the-top-of-the-page/#post-117082</link>
					<pubDate>Thu, 02 Oct 2014 14:06:21 +0000</pubDate>
					<dc:creator>Zeshan</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Benjamin,</p>
<p>In that case, please use following CSS code instead:</p>
<pre><code>#x-content-band-1 .h-custom-headline {
   margin: 0 !important;
}
</code></pre>
<p>Cheers!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/removing-space-at-the-top-of-the-page/#post-117105</guid>
					<title><![CDATA[Reply To: Removing Space At the Top of the Page]]></title>
					<link>https://theme.co/archive/forums/topic/removing-space-at-the-top-of-the-page/#post-117105</link>
					<pubDate>Thu, 02 Oct 2014 14:21:46 +0000</pubDate>
					<dc:creator>Benjamin H</dc:creator>

					<description>
						<![CDATA[
						<p>Thank you! I&#8217;m not sure if this is a related issue, but the main menu bar is completely invisible and it just happened recently. Here is list of my custom css</p>
<pre><code>.single .entry-featured { display: none !important; }
.page .entry-featured { display: none !important; }
.x-recent-posts-content .x-recent-posts-date {display: none;}
.single .p-meta span:first-child, .single .p-meta span:nth-child(2) {display: none;}

.x-recent-posts .h-recent-posts, .x-recent-posts .x-recent-posts-date {
    white-space: normal !important;
}
.home .x-header-landmark, .single .x-header-landmark {
 display: none;
}

.x-container-fluid.max.width.offset.cf {
	overflow: hidden;
}
@media only screen and (max-width: 1270px) and (min-width: 979px) {
   .x-navbar .x-nav &gt; li &gt; a {
      margin-left: 5px;
      margin-right: 5px;
    }
}

.x-topbar .p-info {
margin: 8px 0;
font-size: 10px;
font-size: 1.2rem;
font-family: Lato;
}

.x-nav li .sub-menu {
   padding-top: 0 !important;
   margin-top: -20px;
}

h1.h-landmark { display:none; }
.x-header-landmark {
  display: none;
}

.x-main {
  margin: 0;
}

#x-content-band-1 .h-custom-headline {
   margin: 0 !important;
}
.x-recent-posts a:hover img {
opacity: .5;
}</code></pre>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/removing-space-at-the-top-of-the-page/#post-117152</guid>
					<title><![CDATA[Reply To: Removing Space At the Top of the Page]]></title>
					<link>https://theme.co/archive/forums/topic/removing-space-at-the-top-of-the-page/#post-117152</link>
					<pubDate>Thu, 02 Oct 2014 15:02:13 +0000</pubDate>
					<dc:creator>Zeshan</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Benjamin,</p>
<p>Upon checking, there is a 3rd party plugin installed in your website, that&#8217;s calling &#8220;bootstrap.min.css&#8221; file in your website. It&#8217;s conflicting with the default boostrap file integrated in the theme. (See: <a href="http://prntscr.com/4sdj7s" rel="nofollow">http://prntscr.com/4sdj7s</a>).</p>
<p>Please deactivate the plugin and the issue should be resolved. However, if you want to use the plugin, you can try overwriting it&#8217;s CSS by using following code under <strong>Custom &gt; CSS</strong> in the Customizer:</p>
<pre><code>@media (min-width: 980px) {
   .x-nav-collapse.collapse {
      display: block;
   }
}
</code></pre>
<p>However, the plugin could make conflicts in future with other X elements.</p>
<p>Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/removing-space-at-the-top-of-the-page/#post-117161</guid>
					<title><![CDATA[Reply To: Removing Space At the Top of the Page]]></title>
					<link>https://theme.co/archive/forums/topic/removing-space-at-the-top-of-the-page/#post-117161</link>
					<pubDate>Thu, 02 Oct 2014 15:25:24 +0000</pubDate>
					<dc:creator>Benjamin H</dc:creator>

					<description>
						<![CDATA[
						<p>That worked Great! Thank you</p>
<p>The code</p>
<pre><code>#x-content-band-1 .h-custom-headline {
   margin: 0 !important;
}</code></pre>
<p>Doesn&#8217;t seem to be working for removing that gap below the bar on (for example) <a href="http://www.lvbaptist.org/beta/doughammett/" rel="nofollow">http://www.lvbaptist.org/beta/doughammett/</a> and other pages</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/removing-space-at-the-top-of-the-page/#post-117184</guid>
					<title><![CDATA[Reply To: Removing Space At the Top of the Page]]></title>
					<link>https://theme.co/archive/forums/topic/removing-space-at-the-top-of-the-page/#post-117184</link>
					<pubDate>Thu, 02 Oct 2014 15:48:15 +0000</pubDate>
					<dc:creator>Christopher</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>You can add <code>mtn</code> in class field of custom headline to remove the top margin.<br />
Here is a list of css class index in <a href="http://theme.co/x/member/kb/css-class-index/" rel="nofollow">http://theme.co/x/member/kb/css-class-index/</a> to help you adjust padding and margin to elements.</p>
<p>Hope it helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/removing-space-at-the-top-of-the-page/#post-117251</guid>
					<title><![CDATA[Reply To: Removing Space At the Top of the Page]]></title>
					<link>https://theme.co/archive/forums/topic/removing-space-at-the-top-of-the-page/#post-117251</link>
					<pubDate>Thu, 02 Oct 2014 17:35:14 +0000</pubDate>
					<dc:creator>Benjamin H</dc:creator>

					<description>
						<![CDATA[
						<p>I&#8217;m sorry, I&#8217;m a novice here, I can&#8217;t figure out where &#8216;mtn&#8217; is supposed to be placed. I want it to be applied to all pages so all those extra spaces are removed. Do I need to add a headline to every page? It doesn&#8217;t seem to be working like that. Thank You for your help!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/removing-space-at-the-top-of-the-page/#post-117451</guid>
					<title><![CDATA[Reply To: Removing Space At the Top of the Page]]></title>
					<link>https://theme.co/archive/forums/topic/removing-space-at-the-top-of-the-page/#post-117451</link>
					<pubDate>Thu, 02 Oct 2014 18:39:23 +0000</pubDate>
					<dc:creator>Cousett</dc:creator>

					<description>
						<![CDATA[
						<p>Could you provide us with your login information so we can take a closer look?</p>
<p>To do this, you can make a post with the following info:</p>
<p>&#8211; Link to your site<br />
&#8211; WordPress Admin username / password<br />
&#8211; FTP credentials</p>
<p><strong>Don&#8217;t forget to select Set as private reply. This ensures your information is only visible to our staff. </strong></p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

