<?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>2 columns on mobile layout &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/2-columns-on-mobile-layout/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/2-columns-on-mobile-layout/feed/</link>
		<description></description>
		<lastBuildDate>Fri, 17 Oct 2025 22:35:49 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/2-columns-on-mobile-layout/#post-228303</guid>
					<title><![CDATA[2 columns on mobile layout]]></title>
					<link>https://theme.co/archive/forums/topic/2-columns-on-mobile-layout/#post-228303</link>
					<pubDate>Mon, 16 Mar 2015 15:18:38 +0000</pubDate>
					<dc:creator>marcel w</dc:creator>

					<description>
						<![CDATA[
						<p>Hello guys,</p>
<p>I have tried some css to show 2 columns on a page for a mobile layout.<br />
URL:<br />
<a href="http://www.atplexamen.nl/bibliotheek/" rel="nofollow">http://www.atplexamen.nl/bibliotheek/</a></p>
<p>The only thing is that the margin on the left side of the page is zero and the content doesnt look centered with this css.<br />
Can you guys help me to make it look horziontally centered so that the margin on the left and right is the same?</p>
<p>Thank you very much in advance.</p>
<p>Kind regards,</p>
<p>Marcel Wever</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/2-columns-on-mobile-layout/#post-228359</guid>
					<title><![CDATA[Reply To: 2 columns on mobile layout]]></title>
					<link>https://theme.co/archive/forums/topic/2-columns-on-mobile-layout/#post-228359</link>
					<pubDate>Mon, 16 Mar 2015 16:03:56 +0000</pubDate>
					<dc:creator>CharliePryor</dc:creator>

					<description>
						<![CDATA[
						<p>I too am very interested in finding a proper way to display two columns on a phone. Today&#8217;s phones are large displays, fully capable of two columns on a phone. The seemingly pre-historic and mindless forcing of scrolling to see everything in a single column is boring and outdated already in my opinion. The option for two columns on a phone is one of the most desired features from my clients, and often times, I&#8217;m forced to recommend them using <strong>The7 Theme</strong> in order to achieve the looks and function they want, because it&#8217;s something that happens automatically with that theme, and well, purely because this isn&#8217;t something that works within X.</p>
<p>Theme.co will undoubtedly see this comment, and I hope they solve your issue here. I&#8217;m subscribing to this thread in the hopes that this helps me as well in the future. If you could include the CSS you&#8217;re using, that would be amazing.</p>
<p>Theme.co&#8230; please consider this for the future. Being more flexible with the space, even if it isn&#8217;t much, is a much desired trait for a theme as capable as yours. </p>
<p>&#8211; <a href="http://pryormedia.net" target="_blank" rel="nofollow">Charlie</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/2-columns-on-mobile-layout/#post-228450</guid>
					<title><![CDATA[Reply To: 2 columns on mobile layout]]></title>
					<link>https://theme.co/archive/forums/topic/2-columns-on-mobile-layout/#post-228450</link>
					<pubDate>Mon, 16 Mar 2015 17:39:09 +0000</pubDate>
					<dc:creator>John Ezra</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Thanks for updating the thread! We will submit this as a feature request and see if it is something we can work on. We have a lot of exciting improvements we are working on. Thanks for your suggestions.</p>
<p><a href="https://theme.co/archive/users/marcel/" class="bbp-user-mention bbp-user-id-81811"><br />
@Marcel</a>, To center your 2 column setup, try the following CSS. You can add this under <strong>Custom &gt; CSS</strong> in the <strong>Customizer</strong> or in your child theme&#8217;s <strong>style.css</strong> file.</p>
<pre><code>.x-visibility.x-visible-phone {
    margin: 0 auto;
}</code></pre>
<p>Hope this helps – thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/2-columns-on-mobile-layout/#post-229359</guid>
					<title><![CDATA[Reply To: 2 columns on mobile layout]]></title>
					<link>https://theme.co/archive/forums/topic/2-columns-on-mobile-layout/#post-229359</link>
					<pubDate>Tue, 17 Mar 2015 18:27:29 +0000</pubDate>
					<dc:creator>marcel w</dc:creator>

					<description>
						<![CDATA[
						<p>Thank you for the help Themeco.</p>
<p><a href="https://theme.co/archive/users/charlie/" class="bbp-user-mention bbp-user-id-104326"><br />
@Charlie</a> P</p>
<p>I used the following CSS in the custom css settings on the page itself:</p>
<p>.x-visibility.x-visible-phone {<br />
    margin: 0 auto;<br />
}<br />
@media (max-width: 767px) {<br />
  .x-column.x-1-2 {<br />
    float: left;<br />
    width: 50%;<br />
}<br />
}</p>
<p>Hope it helps.<br />
Cheers</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/2-columns-on-mobile-layout/#post-229561</guid>
					<title><![CDATA[Reply To: 2 columns on mobile layout]]></title>
					<link>https://theme.co/archive/forums/topic/2-columns-on-mobile-layout/#post-229561</link>
					<pubDate>Tue, 17 Mar 2015 22:08:12 +0000</pubDate>
					<dc:creator>Nabeel A</dc:creator>

					<description>
						<![CDATA[
						<p>Glad we could help and thanks for sharing.</p>
<p>Cheers!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/2-columns-on-mobile-layout/#post-638229</guid>
					<title><![CDATA[Reply To: 2 columns on mobile layout]]></title>
					<link>https://theme.co/archive/forums/topic/2-columns-on-mobile-layout/#post-638229</link>
					<pubDate>Sat, 24 Oct 2015 23:02:53 +0000</pubDate>
					<dc:creator>petalaz</dc:creator>

					<description>
						<![CDATA[
						<p>I&#8217;m also interested in having 2 columns on a mobile device. Is there any way of doing it now in Cornerstone without the use of css?</p>
<p>I&#8217;d like for 2 columns in only one specific section/row to be side by side on mobile devices, by using the css above I&#8217;m essentially changing the behavior of all my sections. Also, when I select marginless columns, the 2 column effect is gone even with the modified css.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/2-columns-on-mobile-layout/#post-638406</guid>
					<title><![CDATA[Reply To: 2 columns on mobile layout]]></title>
					<link>https://theme.co/archive/forums/topic/2-columns-on-mobile-layout/#post-638406</link>
					<pubDate>Sun, 25 Oct 2015 02:53:48 +0000</pubDate>
					<dc:creator>Rad</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Petalaz,</p>
<p>No available options for that yet, it&#8217;s only possible for css for now.</p>
<p>Have you try adding !important? Please try this.</p>
<pre><code>
@media (max-width: 979px) {
.x-column {
float: left !important;
width: 48%  !important;
margin-right: 4% !important;
}
.x-column:nth-child(2n) {
margin-right: 0px !important;
}
.x-column.x-1-1 {
float: none !important;
width: 100%  !important;
margin: 0 auto !important;
}
}
</code></pre>
<p>Hope this helps.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

