<?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>remove space between columns and increase column width &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/remove-space-between-columns-and-increase-column-width/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/remove-space-between-columns-and-increase-column-width/feed/</link>
		<description></description>
		<lastBuildDate>Mon, 13 Oct 2025 09:13:49 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/remove-space-between-columns-and-increase-column-width/#post-8643</guid>
					<title><![CDATA[remove space between columns and increase column width]]></title>
					<link>https://theme.co/archive/forums/topic/remove-space-between-columns-and-increase-column-width/#post-8643</link>
					<pubDate>Mon, 27 Jan 2014 14:30:36 +0000</pubDate>
					<dc:creator>Fabio P</dc:creator>

					<description>
						<![CDATA[
						<p>Hello,<br />
I&#8217;m trying to modify my 4 columns layout removing the space between columns but at the same time incresing the default width of the column to fit all the space available (same size of the header).<br />
I already created a custom css class and I removed the space between columns but at the moment I cannot understand how to fit the width of the columns.<br />
Thank you in advance for your support</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/remove-space-between-columns-and-increase-column-width/#post-8732</guid>
					<title><![CDATA[Reply To: remove space between columns and increase column width]]></title>
					<link>https://theme.co/archive/forums/topic/remove-space-between-columns-and-increase-column-width/#post-8732</link>
					<pubDate>Mon, 27 Jan 2014 20:43:25 +0000</pubDate>
					<dc:creator>Kory</dc:creator>

					<description>
						<![CDATA[
						<p>Hey Fabio,</p>
<p>Could you send us a link to your site and point out the specific areas you&#8217;re trying to update so we can provide you with some CSS?</p>
<p>Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/remove-space-between-columns-and-increase-column-width/#post-9034</guid>
					<title><![CDATA[Reply To: remove space between columns and increase column width]]></title>
					<link>https://theme.co/archive/forums/topic/remove-space-between-columns-and-increase-column-width/#post-9034</link>
					<pubDate>Tue, 28 Jan 2014 16:31:15 +0000</pubDate>
					<dc:creator>Fabio P</dc:creator>

					<description>
						<![CDATA[
						<p>Hi, my website is wp.skipasslivigno.com.</p>
<p>I want to reduce the space between columns.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/remove-space-between-columns-and-increase-column-width/#post-9155</guid>
					<title><![CDATA[Reply To: remove space between columns and increase column width]]></title>
					<link>https://theme.co/archive/forums/topic/remove-space-between-columns-and-increase-column-width/#post-9155</link>
					<pubDate>Wed, 29 Jan 2014 00:09:20 +0000</pubDate>
					<dc:creator>Kory</dc:creator>

					<description>
						<![CDATA[
						<p>Try the following:</p>
<pre class="prettyprint">.x-column.one-fourth-no-spacing {
  width: 25%;
  margin: 0;
}</pre>
<p>Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/remove-space-between-columns-and-increase-column-width/#post-9318</guid>
					<title><![CDATA[Reply To: remove space between columns and increase column width]]></title>
					<link>https://theme.co/archive/forums/topic/remove-space-between-columns-and-increase-column-width/#post-9318</link>
					<pubDate>Wed, 29 Jan 2014 14:15:48 +0000</pubDate>
					<dc:creator>Fabio P</dc:creator>

					<description>
						<![CDATA[
						<p>Hi, found the following solution (hope this will be usefull for others), to keep some distance between the columns but less than standard.</p>
<p>In the CSS of my page I inserted:</p>
<pre class="prettyprint">.x-column.one-fourth-no-spacing {
  width: 24.1%;
  margin-right: 1.2%;
}

@media (max-width: 767px) {
  .x-column.one-fourth-no-spacing {
    width: 100%;
    margin-right: 0%;
  }
}</pre>
<p>For the last column I inserted <strong>margin-right: 0;</strong> into the <strong>style</strong> input.</p>
<p>Seems to work well.</p>
<p>Fabio</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/remove-space-between-columns-and-increase-column-width/#post-9366</guid>
					<title><![CDATA[Reply To: remove space between columns and increase column width]]></title>
					<link>https://theme.co/archive/forums/topic/remove-space-between-columns-and-increase-column-width/#post-9366</link>
					<pubDate>Wed, 29 Jan 2014 18:38:18 +0000</pubDate>
					<dc:creator>Kory</dc:creator>

					<description>
						<![CDATA[
						<p>Glad to know that everything is in order now, Fabio. 🙂</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/remove-space-between-columns-and-increase-column-width/#post-15251</guid>
					<title><![CDATA[Reply To: remove space between columns and increase column width]]></title>
					<link>https://theme.co/archive/forums/topic/remove-space-between-columns-and-increase-column-width/#post-15251</link>
					<pubDate>Mon, 17 Feb 2014 20:15:39 +0000</pubDate>
					<dc:creator>Felipe R</dc:creator>

					<description>
						<![CDATA[
						<p>Hello guys,</p>
<p>I want to do this(remove the space between columns): <a href="http://olimpico.tuweb365.com/wp-content/uploads/2014/02/eliminate-space.png" rel="nofollow">http://olimpico.tuweb365.com/wp-content/uploads/2014/02/eliminate-space.png</a><br />
and this is the website: <a href="http://olimpico.tuweb365.com/" rel="nofollow">http://olimpico.tuweb365.com/</a></p>
<p>How can I do this?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/remove-space-between-columns-and-increase-column-width/#post-15329</guid>
					<title><![CDATA[Reply To: remove space between columns and increase column width]]></title>
					<link>https://theme.co/archive/forums/topic/remove-space-between-columns-and-increase-column-width/#post-15329</link>
					<pubDate>Tue, 18 Feb 2014 01:28:00 +0000</pubDate>
					<dc:creator>Kory</dc:creator>

					<description>
						<![CDATA[
						<p>Hey Filipe,</p>
<p>Thanks for writing in! The information above can be used on any column layout, you&#8217;ll simply need to implement your own classes and ensure the percentages are setup correctly.</p>
<p>Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/remove-space-between-columns-and-increase-column-width/#post-22364</guid>
					<title><![CDATA[Reply To: remove space between columns and increase column width]]></title>
					<link>https://theme.co/archive/forums/topic/remove-space-between-columns-and-increase-column-width/#post-22364</link>
					<pubDate>Tue, 11 Mar 2014 19:49:37 +0000</pubDate>
					<dc:creator>Ashley H</dc:creator>

					<description>
						<![CDATA[
						<p>How would this work with the columns within a content band? Where can I find out what they are called? Basically, I want 20px of blank space between the two columns in the content band. </p>
<p><a href="http://66.147.244.95/~southhd8/new_website/gallery/yosemite2/" rel="nofollow">http://66.147.244.95/~southhd8/new_website/gallery/yosemite2/</a></p>
<p>thanks,<br />
Ashley</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/remove-space-between-columns-and-increase-column-width/#post-22557</guid>
					<title><![CDATA[Reply To: remove space between columns and increase column width]]></title>
					<link>https://theme.co/archive/forums/topic/remove-space-between-columns-and-increase-column-width/#post-22557</link>
					<pubDate>Wed, 12 Mar 2014 12:12:28 +0000</pubDate>
					<dc:creator>Christian</dc:creator>

					<description>
						<![CDATA[
						<p>Hey Ashley,</p>
<p>We&#8217;re sorry but creating your own classes falls beyond our scope of support.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

