<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Support Forum - Topic: Adding mainpage/page column &#34;boxes&#34; (sort of...)</title>
		<link>http://www.kriesi.at/support/topic/adding-mainpagepage-column-boxes-sort-of</link>
		<description>Support Forum - Topic: Adding mainpage/page column &quot;boxes&quot; (sort of...)</description>
		<language>en-US</language>
		<pubDate>Tue, 21 May 2013 19:49:55 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/adding-mainpagepage-column-boxes-sort-of" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Beard on "Adding mainpage/page column &#34;boxes&#34; (sort of...)"</title>
			<link>http://www.kriesi.at/support/topic/adding-mainpagepage-column-boxes-sort-of#post-29930</link>
			<pubDate>Thu, 20 Oct 2011 01:41:13 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">29930@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'm not entirely sure what brought this up but I'm glad to see you've worked it out =]
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hamrockster on "Adding mainpage/page column &#34;boxes&#34; (sort of...)"</title>
			<link>http://www.kriesi.at/support/topic/adding-mainpagepage-column-boxes-sort-of#post-29761</link>
			<pubDate>Tue, 18 Oct 2011 22:08:51 +0000</pubDate>
			<dc:creator>hamrockster</dc:creator>
			<guid isPermaLink="false">29761@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Chris- &#60;/p&#62;
&#60;p&#62;I did have to change the padding value for p { } in style.css, line 802. Was something like 0 0 2em 0, and instead changed it to 0, 12px. This gives me a nice margin within the content area. &#60;/p&#62;
&#60;p&#62;There might be a more graceful solution, but this one works so far. &#60;/p&#62;
&#60;p&#62;Incidentally, I also had to fix the contact form entry area- the text entry box overran the content area margin. This seemed to bring it back in line:&#60;/p&#62;
&#60;p&#62;#top .text_area{&#60;br /&#62;
width:560px; /*orig 600 fixes contact text area to stay within content box*/&#60;br /&#62;
}
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "Adding mainpage/page column &#34;boxes&#34; (sort of...)"</title>
			<link>http://www.kriesi.at/support/topic/adding-mainpagepage-column-boxes-sort-of#post-29273</link>
			<pubDate>Wed, 12 Oct 2011 01:01:15 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">29273@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
I don't see any margin problems on your site. Did you solve it? Am I missing something? If so, could you please specify where exactly the problem lies?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hamrockster on "Adding mainpage/page column &#34;boxes&#34; (sort of...)"</title>
			<link>http://www.kriesi.at/support/topic/adding-mainpagepage-column-boxes-sort-of#post-29212</link>
			<pubDate>Tue, 11 Oct 2011 00:13:13 +0000</pubDate>
			<dc:creator>hamrockster</dc:creator>
			<guid isPermaLink="false">29212@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks. One final question for this post- how can I set a margin for the text within the content space? Right now the text goes right to the edge of the right hand margin of the content areas, I wanted to center the text within the content areas 8px or so.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Adding mainpage/page column &#34;boxes&#34; (sort of...)"</title>
			<link>http://www.kriesi.at/support/topic/adding-mainpagepage-column-boxes-sort-of#post-28901</link>
			<pubDate>Fri, 07 Oct 2011 06:56:53 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">28901@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey - I missed this. Mea culpa. Use following code instead:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.home #main .box {
background: #000;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>hamrockster on "Adding mainpage/page column &#34;boxes&#34; (sort of...)"</title>
			<link>http://www.kriesi.at/support/topic/adding-mainpagepage-column-boxes-sort-of#post-28878</link>
			<pubDate>Thu, 06 Oct 2011 23:41:25 +0000</pubDate>
			<dc:creator>hamrockster</dc:creator>
			<guid isPermaLink="false">28878@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Dude, I am in the middle of tweaking it around right now. So far it has achieved what I wanted for the main content boxes. I will try to add it to all pages universally next. &#60;/p&#62;
&#60;p&#62;One thing- the custom box in the footer also got the changes applied to it as well (black background, 1px border). I tweaked the css for the footer area to get it back to normal, but how would I go about focusing just on the 3 main columns? My fix seems ugly, I am sure there is a more elegant way to single out the 3 main boxes... A broad css question, I know. &#60;/p&#62;
&#60;p&#62;Thanks, and I will continue to seek your help if I need anything else.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Adding mainpage/page column &#34;boxes&#34; (sort of...)"</title>
			<link>http://www.kriesi.at/support/topic/adding-mainpagepage-column-boxes-sort-of#post-28757</link>
			<pubDate>Thu, 06 Oct 2011 05:34:14 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">28757@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
1) You can add a different background color to the main content area or to the box div areas. The code for the main area would look like:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.home #main {
background: #000;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;for the box areas:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.home .box {
background: #000;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;2) If you'd like to change the color of the content area on all pages use:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#main {
background: #000;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>hamrockster on "Adding mainpage/page column &#34;boxes&#34; (sort of...)"</title>
			<link>http://www.kriesi.at/support/topic/adding-mainpagepage-column-boxes-sort-of#post-28742</link>
			<pubDate>Wed, 05 Oct 2011 23:19:22 +0000</pubDate>
			<dc:creator>hamrockster</dc:creator>
			<guid isPermaLink="false">28742@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello, I am polishing my business site after having taught myself some beginning CSS from reading through these forums, and so far they have been a great help. But I have a question:&#60;/p&#62;
&#60;p&#62;Visually what I want to do might seem similar, but I suspect I will have to edit more than just the style.css. Being a CSS novice, I will try to explain what I want as well as I can-&#60;/p&#62;
&#60;p&#62;This is my rough site: hamrock.com/wp&#60;/p&#62;
&#60;p&#62;1) On the main page, I want to know if it is possible to add a &#34;box&#34; or stroke around the main 3-column content/element area so that it visually pops out from the background. Like a panel + stroke with a black background that contains the columns (images/heading/text) while making it pop from the dark grey wrapper background. Or going further, to add similar &#34;boxes&#34; around each individual content column...&#60;/p&#62;
&#60;p&#62;2) On individual pages, I want to essentially achieve the same effect, but to have a &#34;box&#34; or panel surround the content area as well. &#60;/p&#62;
&#60;p&#62;The effect I am after is separating the mainpage/page content from the background so that intuitive navigation and comprehension of the site is easier/faster.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Scott
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
