<?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>Image align at bottom of column and&#8230; &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/image-align-at-bottom-of-column-and/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/image-align-at-bottom-of-column-and/feed/</link>
		<description></description>
		<lastBuildDate>Sat, 11 Oct 2025 20:12:47 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/image-align-at-bottom-of-column-and/#post-168769</guid>
					<title><![CDATA[Image align at bottom of column and&#8230;]]></title>
					<link>https://theme.co/archive/forums/topic/image-align-at-bottom-of-column-and/#post-168769</link>
					<pubDate>Mon, 22 Dec 2014 10:19:22 +0000</pubDate>
					<dc:creator>mikewolf1127</dc:creator>

					<description>
						<![CDATA[
						<p>1-I want to align the images in the side columns to the bottom of the column.<br />
2-I want to center the ABOUT word image in the column.<br />
3-The orange stripes above and below the About section contain images of 12 pixels high and 1 pixel high. How do I make the content band that small vertically?</p>
<p><a href="http://www.thewolfbrohters.com" rel="nofollow">http://www.thewolfbrohters.com</a></p>
<p>Can you help?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/image-align-at-bottom-of-column-and/#post-168901</guid>
					<title><![CDATA[Reply To: Image align at bottom of column and&#8230;]]></title>
					<link>https://theme.co/archive/forums/topic/image-align-at-bottom-of-column-and/#post-168901</link>
					<pubDate>Mon, 22 Dec 2014 14:16:08 +0000</pubDate>
					<dc:creator>Darshana</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there, </p>
<p>I&#8217;m sorry but your site is not loading on our end. It seems your server is offline (<a href="http://screencast.com/t/tcqEe9cxTg" rel="nofollow">http://screencast.com/t/tcqEe9cxTg</a>). Let us know once you resolve this issue, so that we can assist you further. </p>
<p>Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/image-align-at-bottom-of-column-and/#post-168961</guid>
					<title><![CDATA[Reply To: Image align at bottom of column and&#8230;]]></title>
					<link>https://theme.co/archive/forums/topic/image-align-at-bottom-of-column-and/#post-168961</link>
					<pubDate>Mon, 22 Dec 2014 16:04:01 +0000</pubDate>
					<dc:creator>mikewolf1127</dc:creator>

					<description>
						<![CDATA[
						<p>Sorry. Misspelled. </p>
<p><a href="http://www.thewolfbrothers.com" rel="nofollow">http://www.thewolfbrothers.com</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/image-align-at-bottom-of-column-and/#post-169371</guid>
					<title><![CDATA[Reply To: Image align at bottom of column and&#8230;]]></title>
					<link>https://theme.co/archive/forums/topic/image-align-at-bottom-of-column-and/#post-169371</link>
					<pubDate>Tue, 23 Dec 2014 00:17:41 +0000</pubDate>
					<dc:creator>Friech</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Thank you for writing in, to align the images in the side columns to the bottom you can add this under <strong>Custom &gt; CSS</strong> in the <strong>Customizer</strong>.</p>
<pre><code>img.x-img.x-img-none.none {
height: 100%;
margin-bottom: 0;
}</code></pre>
<p>And the About header place it inside a div/column with an style of</p>
<pre><code>width: 100%;
text-align: center;</code></pre>
<p>And instead of using an image you can utilize the css border properties, remove the image boders and<br />
add this under <strong>Custom &gt; CSS</strong> in the <strong>Customizer</strong>.</p>
<pre><code>div#x-content-band-2 {
border-top: 12px solid #dd9933; /*12 pixel high*/
}

div#x-content-band-4 {
border-top: 1px solid #dd9933; /*1 pixel high*/
}</code></pre>
<p>Hope this helps, Cheers.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/image-align-at-bottom-of-column-and/#post-170422</guid>
					<title><![CDATA[Reply To: Image align at bottom of column and&#8230;]]></title>
					<link>https://theme.co/archive/forums/topic/image-align-at-bottom-of-column-and/#post-170422</link>
					<pubDate>Wed, 24 Dec 2014 02:19:39 +0000</pubDate>
					<dc:creator>mikewolf1127</dc:creator>

					<description>
						<![CDATA[
						<p>What&#8217;s the way to do this in the individual parts with inline CSS in the &#8216;Style&#8217; field so as not to make them site wide?</p>
<p>1-Inline CSS for aligning image at the bottom of a column.</p>
<p>2-Inline CSS to make the top border 12px and orange, and the bottom border 1 px and orange.</p>
<p>3-Inline CSS to center an image.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/image-align-at-bottom-of-column-and/#post-170426</guid>
					<title><![CDATA[Reply To: Image align at bottom of column and&#8230;]]></title>
					<link>https://theme.co/archive/forums/topic/image-align-at-bottom-of-column-and/#post-170426</link>
					<pubDate>Wed, 24 Dec 2014 02:31:27 +0000</pubDate>
					<dc:creator>mikewolf1127</dc:creator>

					<description>
						<![CDATA[
						<p>BTW, the &#8216;ABOUT&#8217; is an image, not text.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/image-align-at-bottom-of-column-and/#post-170429</guid>
					<title><![CDATA[Reply To: Image align at bottom of column and&#8230;]]></title>
					<link>https://theme.co/archive/forums/topic/image-align-at-bottom-of-column-and/#post-170429</link>
					<pubDate>Wed, 24 Dec 2014 02:33:08 +0000</pubDate>
					<dc:creator>mikewolf1127</dc:creator>

					<description>
						<![CDATA[
						<p>BTW, the CSS in Customizer worked for orange borders in content band 2, but did not work for aligning the images of the kids to the bottom of the columns. Would love inline CSS as mentioned above&#8230;</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/image-align-at-bottom-of-column-and/#post-170534</guid>
					<title><![CDATA[Reply To: Image align at bottom of column and&#8230;]]></title>
					<link>https://theme.co/archive/forums/topic/image-align-at-bottom-of-column-and/#post-170534</link>
					<pubDate>Wed, 24 Dec 2014 06:12:12 +0000</pubDate>
					<dc:creator>Christian</dc:creator>

					<description>
						<![CDATA[
						<p>Hey Mike,</p>
<p>For the left kid, please add <code>margin-bottom: 0;</code> to the Style field or attribute of the image. For the right kid, add <code>position: absolute; right: 0; margin-bottom: 0;</code>. If that doesn&#8217;t help, please give us access to your WordPress admin.</p>
<p>Hope that helps. 🙂</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/image-align-at-bottom-of-column-and/#post-170838</guid>
					<title><![CDATA[Reply To: Image align at bottom of column and&#8230;]]></title>
					<link>https://theme.co/archive/forums/topic/image-align-at-bottom-of-column-and/#post-170838</link>
					<pubDate>Wed, 24 Dec 2014 20:03:25 +0000</pubDate>
					<dc:creator>mikewolf1127</dc:creator>

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

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/image-align-at-bottom-of-column-and/#post-170894</guid>
					<title><![CDATA[Reply To: Image align at bottom of column and&#8230;]]></title>
					<link>https://theme.co/archive/forums/topic/image-align-at-bottom-of-column-and/#post-170894</link>
					<pubDate>Wed, 24 Dec 2014 23:06:17 +0000</pubDate>
					<dc:creator>John Ezra</dc:creator>

					<description>
						<![CDATA[
						<p>Hey there,</p>
<p>I marked your reply as private so that no one else sees your login info. Please do this anytime you need to send us sensitive info.</p>
<p>With regards to your question, you can put inline styles on the short codes.</p>
<p>please refer to options at the bottom of the page.<br />
<a href="http://theme.co/x/demo/integrity/1/shortcodes/content-band/" rel="nofollow">http://theme.co/x/demo/integrity/1/shortcodes/content-band/</a></p>
<p>if you are using VC you can also refer to this video:</p>
<blockquote class="wp-embedded-content" data-secret="xHJyJR7ozY"><p><a href="https://theme.co/archive/kb/shortcode-walkthrough-content-band/">Shortcode Walkthrough: [content_band]</a></p></blockquote>
<p><iframe loading="lazy" class="wp-embedded-content" sandbox="allow-scripts" security="restricted" style="position: absolute; visibility: hidden;" title="&#8220;Shortcode Walkthrough: [content_band]&#8221; &#8212; Themeco Community" src="https://theme.co/archive/kb/shortcode-walkthrough-content-band/embed/#?secret=X4ibjFVhUT#?secret=xHJyJR7ozY" data-secret="xHJyJR7ozY" width="600" height="338" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe></p>
<p>As per for CSS, you can add this under <strong>Custom &gt; CSS</strong> in the <strong>Customizer</strong>.</p>
<pre><code>.x-column.vc.x-1-6 img.x-img.x-img-none.none {
    position: relative;
    right: -7px;
    bottom: -19px;
}

div#x-content-band-2 .x-column.vc.x-1-6:first-child {
    position: relative;
    left: -7px;
    bottom: -17px;
}

.x-column.vc.x-2-3 img.x-img.x-img-none.none {
    position: relative;
    margin: 0 auto 1.313em;
    left: 39.5%;
}</code></pre>
<p>That should do it. Hope this helps, Happy Holidays!</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

