<?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>BlueOwlCreative  &#187;  Topic: Padding within columns</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/padding-within-columns/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/padding-within-columns/feed/</link>
		<description></description>
		<pubDate>Fri, 17 Jul 2026 20:59:18 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.5.3-5249</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/padding-within-columns/#post-21713</guid>
					<title><![CDATA[Padding within columns]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/padding-within-columns/#post-21713</link>
					<pubDate>Sun, 08 Feb 2015 15:27:54 +0000</pubDate>
					<dc:creator>Corina</dc:creator>

					<description>
						<![CDATA[
						<p>Hi I&#8217;ve done a layout which has background colours on each of 3 columns which take up the width of the main content area (I have a sidebar). Adding padding to my checklist so it doesn&#8217;t touch the left edge of the column has meant the layout breaks and the third column drops to the next row. What&#8217;s the best (simplest) way to achieve this, apart from redeclaring different column widths in skeleton.css </p>
<p>&lt;div class=&#8221;row&#8221;&gt;</p>
<p>  &lt;div class=&#8221;four columns alpha&#8221; style=&#8221;background-color: #D0E4A8; padding-left:10px;&#8221;&gt;<br />
    [checklist type="arrowed"]<br />
      &lt;ul class=&#8221;checked&#8221;&gt;</p>
<li>Reception (age 5)</li>
<li>Year 1 (age 6)</li>
<li>Year 2 (age 7)</li>
<p>    [/checklist]<br />
  &lt;/div&gt;</p>
<p>  &lt;div class=&#8221;four columns&#8221; style=&#8221;background-color: #d9f0ff; padding-left:10px;&#8221;&gt;<br />
    [checklist type="arrowed"]<br />
      &lt;ul class=&#8221;checked&#8221;&gt;</p>
<li>Reading and Comprehension</li>
<li>Writing and Spelling</li>
<li>Phonics</li>
<li>SATs Preparation</li>
<p>    [/checklist]<br />
  &lt;/div&gt;</p>
<p>  &lt;div class=&#8221;four columns omega&#8221; style=&#8221;background-color: #D0E4A8; padding-left:10px;&#8221;&gt;<br />
    [checklist type="arrowed"]<br />
      &lt;ul class=&#8221;checked&#8221;&gt;</p>
<li>80 minute lessons</li>
<li>Small groups</li>
<li>One on one tutoring</li>
<p>    [/checklist]<br />
  &lt;/div&gt;</p>
<p>&lt;/div&gt;</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/padding-within-columns/#post-21714</guid>
					<title><![CDATA[Reply To: Padding within columns]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/padding-within-columns/#post-21714</link>
					<pubDate>Sun, 08 Feb 2015 15:31:19 +0000</pubDate>
					<dc:creator>Corina</dc:creator>

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

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/padding-within-columns/#post-21736</guid>
					<title><![CDATA[Reply To: Padding within columns]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/padding-within-columns/#post-21736</link>
					<pubDate>Mon, 09 Feb 2015 16:22:31 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>Use the CODE button to wrap your Code. <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/padding-within-columns/#post-21738</guid>
					<title><![CDATA[Reply To: Padding within columns]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/padding-within-columns/#post-21738</link>
					<pubDate>Mon, 09 Feb 2015 20:33:15 +0000</pubDate>
					<dc:creator>Corina</dc:creator>

					<description>
						<![CDATA[
						<pre><code>&lt;div class=&quot;row&quot;&gt;
&lt;div class=&quot;four columns alpha&quot; style=&quot;background-color: #d0e4a8; padding-left: 10px;&quot;&gt;

[checklist type=&quot;arrowed&quot;]
&lt;ul class=&quot;checked&quot;&gt;
	&lt;li&gt;Reception (age 5)&lt;/li&gt;
	&lt;li&gt;Year 1 (age 6)&lt;/li&gt;
	&lt;li&gt;Year 2 (age 7)&lt;/li&gt;
&lt;/ul&gt;
[/checklist]

&lt;/div&gt;
&lt;div class=&quot;four columns&quot; style=&quot;background-color: #d9f0ff; padding-left: 10px;&quot;&gt;

[checklist type=&quot;arrowed&quot;]
&lt;ul class=&quot;checked&quot;&gt;
	&lt;li&gt;Addition and Subtraction&lt;/li&gt;
	&lt;li&gt;Multiplication and Division&lt;/li&gt;
	&lt;li&gt;Fractions/Decimals/Percentages&lt;/li&gt;
	&lt;li&gt;2D and 3D Shape&lt;/li&gt;
	&lt;li&gt;Data Handling&lt;/li&gt;
	&lt;li&gt;Measurement&lt;/li&gt;
	&lt;li&gt;Time and Money&lt;/li&gt;
	&lt;li&gt;Mental Maths&lt;/li&gt;
	&lt;li&gt;Problem Solving&lt;/li&gt;
&lt;/ul&gt;
[/checklist]

&lt;/div&gt;
&lt;div class=&quot;four columns omega&quot; style=&quot;background-color: #d0e4a8; padding-left: 10px;&quot;&gt;

[checklist type=&quot;arrowed&quot;]
&lt;ul class=&quot;checked&quot;&gt;
	&lt;li&gt;80 minute lessons&lt;/li&gt;
	&lt;li&gt;Small groups&lt;/li&gt;
	&lt;li&gt;One on one tutoring&lt;/li&gt;
&lt;/ul&gt;
[/checklist]

&lt;/div&gt;
&lt;/div&gt;</code></pre>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/padding-within-columns/#post-21764</guid>
					<title><![CDATA[Reply To: Padding within columns]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/padding-within-columns/#post-21764</link>
					<pubDate>Thu, 12 Feb 2015 10:31:50 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Here you go:</p>
<pre><code>&lt;div class=&quot;row&quot;&gt;
&lt;div class=&quot;four columns alpha&quot;&gt;
&lt;div style=&quot;background-color: #d0e4a8; padding: 10px;&quot;&gt;
[checklist type=&quot;arrowed&quot;]
&lt;ul class=&quot;checked&quot;&gt;
	&lt;li&gt;Reception (age 5)&lt;/li&gt;
	&lt;li&gt;Year 1 (age 6)&lt;/li&gt;
	&lt;li&gt;Year 2 (age 7)&lt;/li&gt;
&lt;/ul&gt;
[/checklist]
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;four columns&quot;&gt;
&lt;div style=&quot;background-color: #d9f0ff; padding: 10px;&quot;&gt;
[checklist type=&quot;arrowed&quot;]
&lt;ul class=&quot;checked&quot;&gt;
	&lt;li&gt;Addition and Subtraction&lt;/li&gt;
	&lt;li&gt;Multiplication and Division&lt;/li&gt;
	&lt;li&gt;Fractions/Decimals/Percentages&lt;/li&gt;
	&lt;li&gt;2D and 3D Shape&lt;/li&gt;
	&lt;li&gt;Data Handling&lt;/li&gt;
	&lt;li&gt;Measurement&lt;/li&gt;
	&lt;li&gt;Time and Money&lt;/li&gt;
	&lt;li&gt;Mental Maths&lt;/li&gt;
	&lt;li&gt;Problem Solving&lt;/li&gt;
&lt;/ul&gt;
[/checklist]
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;four columns omega&quot;&gt;
&lt;div style=&quot;background-color: #d0e4a8; padding: 10px;&quot;&gt;
[checklist type=&quot;arrowed&quot;]
&lt;ul class=&quot;checked&quot;&gt;
	&lt;li&gt;80 minute lessons&lt;/li&gt;
	&lt;li&gt;Small groups&lt;/li&gt;
	&lt;li&gt;One on one tutoring&lt;/li&gt;
&lt;/ul&gt;
[/checklist]
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;</code></pre>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

