<?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>Images and Layout with shortcodes &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/images-and-layout-with-shortcodes/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/images-and-layout-with-shortcodes/feed/</link>
		<description></description>
		<lastBuildDate>Sat, 18 Oct 2025 15:09:33 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/images-and-layout-with-shortcodes/#post-1881</guid>
					<title><![CDATA[Images and Layout with shortcodes]]></title>
					<link>https://theme.co/archive/forums/topic/images-and-layout-with-shortcodes/#post-1881</link>
					<pubDate>Thu, 19 Dec 2013 03:11:13 +0000</pubDate>
					<dc:creator>Alfonso S</dc:creator>

					<description>
						<![CDATA[
						<p>Hello, first, i would like to ask <strong>how can i put an image next to a text in a shortcode-full landing page.</strong><br />
I have tried with columns, grids, and everything but&#8230; it doesn&#8217;t work.</p>
<p>In general, I have seen that this also happens with promo or whatever I put on the columns. What happens is that I can more or less control the size of the images or text i put BUT, I cannot center it and the things will look to spaced out.</p>
<p>Also, <strong>sometimes with images, they grow very big till they fill out all the space available</strong>. How can i control this?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/images-and-layout-with-shortcodes/#post-1889</guid>
					<title><![CDATA[Reply To: Images and Layout with shortcodes]]></title>
					<link>https://theme.co/archive/forums/topic/images-and-layout-with-shortcodes/#post-1889</link>
					<pubDate>Thu, 19 Dec 2013 04:07:27 +0000</pubDate>
					<dc:creator>Kory</dc:creator>

					<description>
						<![CDATA[
						<p>Alfonso,</p>
<p>To float an image, simply use the following:</p>
<pre>[image src="/path/to/your/image.jpg" float="left"]</pre>
<p>Additionally, you can add inline styles to your images like so:</p>
<pre>[image src="/path/to/your/image.jpg" float="left" style="max-width: 100px;"]</pre>
<p>Due to the responsive nature of X, images will fill their entire containers by default. Should you need to control this, you can utilize the inline styles like in the example above.</p>
<p>Additionally, unless an image is floated, it will be displayed inline and can be centered by adding classes to a container element. For example, X includes utility classes that can be used in the theme which are covered in the Documentation section. Simply adding a <strong>center-text</strong> class to a parent element will center all content within, including images.</p>
<p>Let us know if you need anything else!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/images-and-layout-with-shortcodes/#post-1946</guid>
					<title><![CDATA[Reply To: Images and Layout with shortcodes]]></title>
					<link>https://theme.co/archive/forums/topic/images-and-layout-with-shortcodes/#post-1946</link>
					<pubDate>Thu, 19 Dec 2013 08:13:45 +0000</pubDate>
					<dc:creator>Alfonso S</dc:creator>

					<description>
						<![CDATA[
						<p>And how could i add such center text? Before the content band?</p>
<p>And also, i belive many of the problems i am facing would be solved if i could control the width of the containers, or create various containers in a content band. Is that possible?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/images-and-layout-with-shortcodes/#post-1947</guid>
					<title><![CDATA[Reply To: Images and Layout with shortcodes]]></title>
					<link>https://theme.co/archive/forums/topic/images-and-layout-with-shortcodes/#post-1947</link>
					<pubDate>Thu, 19 Dec 2013 08:22:56 +0000</pubDate>
					<dc:creator>Rubin</dc:creator>

					<description>
						<![CDATA[
						<p>Hey,</p>
<p>you can use the column shortcode inside content bands:</p>
<pre><code>
[column id=”” class=”” style=”” type=”” last=”” fade=”” fade_animation=””] … [/column]
</code></pre>
<p>and for a centered headline you can use:</p>
<pre><code>[custom_headline type=”center” level=”” looks_like=”” accent=””] Your Headline [/custom_headline]</code></pre>
<p>hope that helps!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/images-and-layout-with-shortcodes/#post-1952</guid>
					<title><![CDATA[Reply To: Images and Layout with shortcodes]]></title>
					<link>https://theme.co/archive/forums/topic/images-and-layout-with-shortcodes/#post-1952</link>
					<pubDate>Thu, 19 Dec 2013 13:30:41 +0000</pubDate>
					<dc:creator>Alfonso S</dc:creator>

					<description>
						<![CDATA[
						<p>No it doesn&#8217;t 🙁</p>
<p>What I mean is, when using columns&#8230; how can i center them? If I put them, imagine, in two halfs, they both occupy the who width of the site. If I reduce them with a max-width, then they occupy less but their position centers them in each half&#8230; when what I want is for both columns to be centered  in the middle of the screen.</p>
<p>Does that make sense?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/images-and-layout-with-shortcodes/#post-1964</guid>
					<title><![CDATA[Reply To: Images and Layout with shortcodes]]></title>
					<link>https://theme.co/archive/forums/topic/images-and-layout-with-shortcodes/#post-1964</link>
					<pubDate>Thu, 19 Dec 2013 17:10:46 +0000</pubDate>
					<dc:creator>Kory</dc:creator>

					<description>
						<![CDATA[
						<p>Alfonso,</p>
<p>I think I understand what you&#8217;re trying to do now. While logically it would make sense to place a <strong>max-width</strong> on these elements to center them, it won&#8217;t work because they are also <strong>floated</strong>, so placing a <strong>max-width</strong> on them will only have the appearance of shifting them to the left.</p>
<p>To achieve the look you&#8217;re after, it would be much simpler to wrap all of your columns in a <strong>[container]</strong> shortcode and then place this inline styling in your container like so:</p>
<pre>[container style="max-width: 600px; margin-left: auto; margin-right: auto;]
  [column type="one-half"]
    ...content here...
  [/column]
  [column type="one-half" last="true"]
    ...content here...
  [/column]
[/container]</pre>
<p>Of course, simply adjust the <strong>max-width</strong> to a unit you prefer.</p>
<p>Let us know if this works!</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

