<?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>Vertical alignment of images in row/columns &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/vertical-alignment-of-images-in-rowcolumns/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/vertical-alignment-of-images-in-rowcolumns/feed/</link>
		<description></description>
		<lastBuildDate>Sat, 11 Oct 2025 09:36:12 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/vertical-alignment-of-images-in-rowcolumns/#post-120257</guid>
					<title><![CDATA[Vertical alignment of images in row/columns]]></title>
					<link>https://theme.co/archive/forums/topic/vertical-alignment-of-images-in-rowcolumns/#post-120257</link>
					<pubDate>Tue, 07 Oct 2014 02:20:05 +0000</pubDate>
					<dc:creator>akashade</dc:creator>

					<description>
						<![CDATA[
						<p>I have a row broken into 1/3s. The 1st column is text, 2nd is an image, and 3rd is text. In essence I have taller (text) content on both sides of shorter (image) content. I&#8217;m looking for a setting or class that will vertically-center the content of all columns in the row, using the tallest column in the row as the total or max height, thus centering all the row&#8217;s contents regardless of the screen size. In a full screen (1920&#215;1080) the image is &#8220;almost entered due to its native size, however when the screen size is reduced columns 1 &amp; 3 become taller as the text spills down while the image in column 2 remains at the top. hairstonprotective.com/hgps/ (Site requires temp. password to view: hgps123)<br />
WP Ver. 4.0, X Theme Ver. 2.3.0, Shortcode Plugin Ver. Unknown &#8211; No Visual Composer info shows in my &#8220;Installed Plugins&#8221;</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/vertical-alignment-of-images-in-rowcolumns/#post-120457</guid>
					<title><![CDATA[Reply To: Vertical alignment of images in row/columns]]></title>
					<link>https://theme.co/archive/forums/topic/vertical-alignment-of-images-in-rowcolumns/#post-120457</link>
					<pubDate>Tue, 07 Oct 2014 10:14:57 +0000</pubDate>
					<dc:creator>Paul R</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>Thanks for writing in!</p>
<p>You can add this under <strong>Custom &gt; CSS</strong> in the <strong>Customizer</strong>.</p>
<pre><code>
#x-content-band-2 .x-column  {
      float:none;
      display:inline-block;
      vertical-align:middle;
      margin-right:3%;
}

#x-content-band-2 .x-column:last-child  {
      margin-right:0;
}

#x-content-band-2  {
     text-align:center;
}

#x-content-band-2 p {
     margin:0;
}
</code></pre>
<p>Hope that helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/vertical-alignment-of-images-in-rowcolumns/#post-120561</guid>
					<title><![CDATA[Reply To: Vertical alignment of images in row/columns]]></title>
					<link>https://theme.co/archive/forums/topic/vertical-alignment-of-images-in-rowcolumns/#post-120561</link>
					<pubDate>Tue, 07 Oct 2014 13:16:47 +0000</pubDate>
					<dc:creator>akashade</dc:creator>

					<description>
						<![CDATA[
						<p>That did it. Thank you!!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/vertical-alignment-of-images-in-rowcolumns/#post-120880</guid>
					<title><![CDATA[Reply To: Vertical alignment of images in row/columns]]></title>
					<link>https://theme.co/archive/forums/topic/vertical-alignment-of-images-in-rowcolumns/#post-120880</link>
					<pubDate>Tue, 07 Oct 2014 21:44:50 +0000</pubDate>
					<dc:creator>Nabeel A</dc:creator>

					<description>
						<![CDATA[
						<p>You&#8217;re most welcome!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/vertical-alignment-of-images-in-rowcolumns/#post-341231</guid>
					<title><![CDATA[Reply To: Vertical alignment of images in row/columns]]></title>
					<link>https://theme.co/archive/forums/topic/vertical-alignment-of-images-in-rowcolumns/#post-341231</link>
					<pubDate>Mon, 27 Jul 2015 02:35:06 +0000</pubDate>
					<dc:creator>maqaquco</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>I have the same issue. I&#8217;ve tried to apply vertical alignment adding </p>
<p><code>vertical-align:middle;</code><br />
and </p>
<pre><code>float:none;
      display:inline-block;
      vertical-align:middle;
      margin-right:3%;</code></pre>
<p>to the column, row and element style, separately, with no success.</p>
<p>I&#8217;m trying to align the images so it can look like a table or grid. Btw, the Grid element hasn&#8217;t work it out for me either.</p>
<p>Thanks a lot in advance! </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/vertical-alignment-of-images-in-rowcolumns/#post-341241</guid>
					<title><![CDATA[Reply To: Vertical alignment of images in row/columns]]></title>
					<link>https://theme.co/archive/forums/topic/vertical-alignment-of-images-in-rowcolumns/#post-341241</link>
					<pubDate>Mon, 27 Jul 2015 02:45:41 +0000</pubDate>
					<dc:creator>maqaquco</dc:creator>

					<description>
						<![CDATA[
						This reply has been marked as private.						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/vertical-alignment-of-images-in-rowcolumns/#post-341371</guid>
					<title><![CDATA[Reply To: Vertical alignment of images in row/columns]]></title>
					<link>https://theme.co/archive/forums/topic/vertical-alignment-of-images-in-rowcolumns/#post-341371</link>
					<pubDate>Mon, 27 Jul 2015 05:29:36 +0000</pubDate>
					<dc:creator>Rupok</dc:creator>

					<description>
						<![CDATA[
						<p>Hello <a href="https://theme.co/archive/users/maqaquco/" class="bbp-user-mention bbp-user-id-48564"> @maqaquco</a></p>
<p>Thanks for writing in! Regretfully, at this time I am not entirely certain what it is you would like to accomplish based on the information given in your post. If you wouldn&#8217;t mind providing us with a little more clarification on what it is you&#8217;re wanting to do (a link to a similar example site would be very helpful, or perhaps some screenshots), we&#8217;ll be happy to provide you with a response once we have a better understanding of the situation.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/vertical-alignment-of-images-in-rowcolumns/#post-342125</guid>
					<title><![CDATA[Reply To: Vertical alignment of images in row/columns]]></title>
					<link>https://theme.co/archive/forums/topic/vertical-alignment-of-images-in-rowcolumns/#post-342125</link>
					<pubDate>Mon, 27 Jul 2015 19:15:19 +0000</pubDate>
					<dc:creator>maqaquco</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>I&#8217;m trying to align vertically the images on my Complices section.</p>
<p>To build that section I&#8217;ve used one row for the headline and four rows for the images. Each row with images is divided in four columns. </p>
<p>My issue is that I need to align the images on each &#8220;cell&#8221; vertically. In order to see that I think that I could add some code that aligns the row elements. But I couldn&#8217;t have figure it out.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/vertical-alignment-of-images-in-rowcolumns/#post-342366</guid>
					<title><![CDATA[Reply To: Vertical alignment of images in row/columns]]></title>
					<link>https://theme.co/archive/forums/topic/vertical-alignment-of-images-in-rowcolumns/#post-342366</link>
					<pubDate>Tue, 28 Jul 2015 01:41:24 +0000</pubDate>
					<dc:creator>John Ezra</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Thanks for updating the thread! 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>div#complices .x-container.max.width {
    text-align: center; 
}

div#complices .x-column.x-sm.x-1-4 {
    display: inline-block;
    height: 100%;
}

div#complices img.x-img {
  position: relative;
  top: 50px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}</code></pre>
<p>Hope this helps – thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/vertical-alignment-of-images-in-rowcolumns/#post-344534</guid>
					<title><![CDATA[Reply To: Vertical alignment of images in row/columns]]></title>
					<link>https://theme.co/archive/forums/topic/vertical-alignment-of-images-in-rowcolumns/#post-344534</link>
					<pubDate>Wed, 29 Jul 2015 20:43:08 +0000</pubDate>
					<dc:creator>maqaquco</dc:creator>

					<description>
						<![CDATA[
						<p>Awesome! That worked! Thanks a lot!!! (:</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

