<?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>Horizontal align elements in different columns &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/horizontal-align-elements-in-different-columns/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/horizontal-align-elements-in-different-columns/feed/</link>
		<description></description>
		<lastBuildDate>Thu, 25 Dec 2025 18:32:01 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/horizontal-align-elements-in-different-columns/#post-105342</guid>
					<title><![CDATA[Horizontal align elements in different columns]]></title>
					<link>https://theme.co/archive/forums/topic/horizontal-align-elements-in-different-columns/#post-105342</link>
					<pubDate>Mon, 15 Sep 2014 19:45:42 +0000</pubDate>
					<dc:creator>Rayna C</dc:creator>

					<description>
						<![CDATA[
						<p>Hello X Team!</p>
<p>I am running X v. 1.8.4 with shortcodes v. 2.2.1<br />
URL is <a href="http://fantasticrace-comp2.blissvilledesign.com/los-angeles-races-rev-1/" rel="nofollow">http://fantasticrace-comp2.blissvilledesign.com/los-angeles-races-rev-1/</a></p>
<p>I have a page with two columns. In the left column I have a responsive slider (via your shortcode) and in the right column I have a content band to which I have added the class &#8220;infinite-scroll&#8221;. Inside that content band, I have several text boxes and an accordian. Anyway, my issue is that the slider in the left column and the content band in the right column only look top and bottom aligned on a screen about the size of a standard laptop. Once the browser window size is increased or decreased (for larger and smaller screens), the two become only top aligned. I would like the content band to match the responsiveness of the slider so they remain top and bottom aligned at all times.</p>
<p>It seems to maybe be an issue with the infinite-scroll max height, but if I don&#8217;t set a max height, then the content band just shows full height and that eliminates the scroll effect. Here are my infinite-scroll settings:</p>
<p>.infinite-scroll {<br />
   padding: 20px;<br />
   background: transparent;<br />
   max-height: 425px;<br />
   overflow-y: scroll;<br />
}</p>
<p>And speaking of infinite-scroll, is there a way to make the scroll bar show up all the time instead of just upon scrolling?</p>
<p>Thanks in advance!<br />
Rayna</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/horizontal-align-elements-in-different-columns/#post-105362</guid>
					<title><![CDATA[Reply To: Horizontal align elements in different columns]]></title>
					<link>https://theme.co/archive/forums/topic/horizontal-align-elements-in-different-columns/#post-105362</link>
					<pubDate>Mon, 15 Sep 2014 20:40:29 +0000</pubDate>
					<dc:creator>Zeshan</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Rayna,</p>
<p>Thank you for writing in!</p>
<p><strong>#1:</strong> Please try adding the following jQuery code under <strong>Custom &gt; JavaScript</strong> in the Customizer:</p>
<pre><code>jQuery(window).load(function($) {
   var sliderHeight = $(&#039;article .x-flexslider-shortcode-container&#039;).outerHeight();
   console.log(sliderHeight);
   $(&#039;.x-content-band.infinite-scroll&#039;).css(&#039;max-height&#039;, sliderHeight);
   $(window).resize(function() {
      var sliderHeight = $(&#039;article .x-flexslider-shortcode-container&#039;).outerHeight();
      console.log(sliderHeight);
      $(&#039;.x-content-band.infinite-scroll&#039;).css(&#039;max-height&#039;, sliderHeight);
   });
});
</code></pre>
<p><strong>#2:</strong> Regarding the scrollbar, unfortunately, we can&#8217;t provide support for a 3rd party plugin order script. </p>
<p>Hope this helps. 🙂</p>
<p>Thank you.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/horizontal-align-elements-in-different-columns/#post-106011</guid>
					<title><![CDATA[Reply To: Horizontal align elements in different columns]]></title>
					<link>https://theme.co/archive/forums/topic/horizontal-align-elements-in-different-columns/#post-106011</link>
					<pubDate>Tue, 16 Sep 2014 19:55:09 +0000</pubDate>
					<dc:creator>Rayna C</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Team!</p>
<p>Thanks for the support. My client decided that they don&#8217;t want the area to scroll, so I removed the infinite-scroll class. So I entered your javascript code anyway, changing your &#8216;.x-content-band.infinite-scroll&#8217; to just &#8216;.x-content-band&#8217;, but the right column still does not stay top and bottom aligned when I resize the window, only top aligned. </p>
<p><strong>What do I need to do to make the content in the right column resize properly so that the left column and right column stay top and bottom aligned? Do I need to use responsive text shortcodes or something?</strong></p>
<p>Oh, and just FYI regarding the scroll bar, I did not use a 3rd party plugin to create the infinite scroll, I just used the class &#8220;infinite-scroll&#8221; as described by one of your team members in another topic 🙂 I was just wondering if the scroll bar that the infinite-scroll class creates can be made to show all of the time instead of just when a user scrolls over text in that area.</p>
<p>Thanks!<br />
Rayna</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/horizontal-align-elements-in-different-columns/#post-106013</guid>
					<title><![CDATA[Reply To: Horizontal align elements in different columns]]></title>
					<link>https://theme.co/archive/forums/topic/horizontal-align-elements-in-different-columns/#post-106013</link>
					<pubDate>Tue, 16 Sep 2014 19:57:23 +0000</pubDate>
					<dc:creator>Cousett</dc:creator>

					<description>
						<![CDATA[
						<p>We are looking into your issue but please update your X theme as 1.84 is very old. This will also update the latest X-shortcode.</p>
<p>You can download latest X from ThemeForest</p>
<p>This update guide is also helpful highlighting steps to accomplish the update -&gt; <a href="http://theme.co/x/member/kb/updating-your-theme-and-plugins/" rel="nofollow">http://theme.co/x/member/kb/updating-your-theme-and-plugins/</a></p>
<p>Let us know how it works out after the update.</p>
<p>Cheers</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/horizontal-align-elements-in-different-columns/#post-106892</guid>
					<title><![CDATA[Reply To: Horizontal align elements in different columns]]></title>
					<link>https://theme.co/archive/forums/topic/horizontal-align-elements-in-different-columns/#post-106892</link>
					<pubDate>Thu, 18 Sep 2014 00:28:13 +0000</pubDate>
					<dc:creator>Rayna C</dc:creator>

					<description>
						<![CDATA[
						<p>Okay thank you. I just recently switched the responsive slider shortcode for the revolution slider shortcode in that left column. Still does not top and bottom align with right column, just top aligns. I look forward to hearing about what you discover.</p>
<p>I cannot update my version of X yet, as I am waiting for my client to review a page and I don&#8217;t want anything to get messed up while there&#8217;s a chance they&#8217;ll be trying to view the page, but within a few days I will do the update. Once I do the update, I will come back here and update this thread 🙂</p>
<p>Thanks!<br />
Rayna</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/horizontal-align-elements-in-different-columns/#post-106921</guid>
					<title><![CDATA[Reply To: Horizontal align elements in different columns]]></title>
					<link>https://theme.co/archive/forums/topic/horizontal-align-elements-in-different-columns/#post-106921</link>
					<pubDate>Thu, 18 Sep 2014 01:35:07 +0000</pubDate>
					<dc:creator>Christian</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks Rayna.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/horizontal-align-elements-in-different-columns/#post-134667</guid>
					<title><![CDATA[Reply To: Horizontal align elements in different columns]]></title>
					<link>https://theme.co/archive/forums/topic/horizontal-align-elements-in-different-columns/#post-134667</link>
					<pubDate>Wed, 29 Oct 2014 21:38:00 +0000</pubDate>
					<dc:creator>Rayna C</dc:creator>

					<description>
						<![CDATA[
						<p>Hello X Team,</p>
<p>I finally had a chance to update the theme and shortcodes, but the columns are still not looking good. Can you take a look now that I have updated?</p>
<p>Thanks!<br />
Rayna</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/horizontal-align-elements-in-different-columns/#post-134923</guid>
					<title><![CDATA[Reply To: Horizontal align elements in different columns]]></title>
					<link>https://theme.co/archive/forums/topic/horizontal-align-elements-in-different-columns/#post-134923</link>
					<pubDate>Thu, 30 Oct 2014 08:11:10 +0000</pubDate>
					<dc:creator>Paul R</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Rayna,</p>
<p>I am sorry  but we cannot support the customization of this because there are lots of variables that needs to be taken into account to make everything work correctly. We can adjust the font size, icons and image in the content band but I don&#8217;t think there is an accurate way to do it to make the two elements aligned.</p>
<p>An alternative is to make the whole right column as an image with the same size as the slider max width and height,<br />
that way as the screen resizes the image will resize as a whole. Hope this make sense.</p>
<p>Thanks</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

