<?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: Content Width above WooCommerce Products</title>
		<link>http://www.kriesi.at/support/topic/content-width-above-woocommerce-products</link>
		<description>Support Forum - Topic: Content Width above WooCommerce Products</description>
		<language>en-US</language>
		<pubDate>Tue, 18 Jun 2013 05:00:07 +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/content-width-above-woocommerce-products" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "Content Width above WooCommerce Products"</title>
			<link>http://www.kriesi.at/support/topic/content-width-above-woocommerce-products#post-79069</link>
			<pubDate>Tue, 09 Oct 2012 07:25:41 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">79069@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Lawrence,&#60;/p&#62;
&#60;p&#62;Glad that Devin helped you. :)&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kitticraft on "Content Width above WooCommerce Products"</title>
			<link>http://www.kriesi.at/support/topic/content-width-above-woocommerce-products#post-79053</link>
			<pubDate>Tue, 09 Oct 2012 05:50:54 +0000</pubDate>
			<dc:creator>kitticraft</dc:creator>
			<guid isPermaLink="false">79053@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Devin,&#60;/p&#62;
&#60;p&#62;Thank you very much, that's exactly what I was looking for...&#60;/p&#62;
&#60;p&#62;Best regards,&#60;br /&#62;
Lawrence
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Content Width above WooCommerce Products"</title>
			<link>http://www.kriesi.at/support/topic/content-width-above-woocommerce-products#post-78978</link>
			<pubDate>Mon, 08 Oct 2012 14:59:09 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">78978@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Lawrence,&#60;/p&#62;
&#60;p&#62;Thanks for the visual, Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top.archive.woocommerce-page .title_container {
padding-right: 0;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;That should do it!&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kitticraft on "Content Width above WooCommerce Products"</title>
			<link>http://www.kriesi.at/support/topic/content-width-above-woocommerce-products#post-78773</link>
			<pubDate>Sat, 06 Oct 2012 10:27:39 +0000</pubDate>
			<dc:creator>kitticraft</dc:creator>
			<guid isPermaLink="false">78773@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Nick,&#60;/p&#62;
&#60;p&#62;Thank you for taking a look at my problem; I accept that often what appears to be simple is not simple to implement. I however am not sure if I have described my requirement properly, so I have chosen to make a mockup image to better illustrate what I am trying to achieve.&#60;/p&#62;
&#60;p&#62;Currently when I put content into my &#34;Shop&#34; page, the content appears left justified with a large space on the right as shown here(indicated by the red outline):&#60;br /&#62;
&#60;a href=&#34;http://kitticraft.staging.wpengine.com/download/KCImg1.jpg&#34; rel=&#34;nofollow&#34;&#62;http://kitticraft.staging.wpengine.com/download/KCImg1.jpg&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;What I am trying to achieve is to have the content take up the remaining space on the right as shown here:&#60;br /&#62;
&#60;a href=&#34;http://kitticraft.staging.wpengine.com/download/KCImg2.jpg&#34; rel=&#34;nofollow&#34;&#62;http://kitticraft.staging.wpengine.com/download/KCImg2.jpg&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Is this unobtainable as you describe above?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Lawrence
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Content Width above WooCommerce Products"</title>
			<link>http://www.kriesi.at/support/topic/content-width-above-woocommerce-products#post-78659</link>
			<pubDate>Fri, 05 Oct 2012 13:02:33 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">78659@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;You would have to rebuild multiple templates. There are not many themes out there that offer this functionality. You have to place the entire sidebar price structure right on top of the store, in a div and then use floats, margins, padding to keep it in place while making room for the content. blackjackchamp.com uses such a structure to keep the right sidebar in place but the code will crash every single css validator despite somehow working in all browsers. Most sites just leave that empty space alone, or place something sticky there that stays with the visitor as they scroll up and down.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kitticraft on "Content Width above WooCommerce Products"</title>
			<link>http://www.kriesi.at/support/topic/content-width-above-woocommerce-products#post-78385</link>
			<pubDate>Wed, 03 Oct 2012 12:24:09 +0000</pubDate>
			<dc:creator>kitticraft</dc:creator>
			<guid isPermaLink="false">78385@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I'm trying to add content above my products on my WooCommerce Shop page, the width seems to stop right before the &#34;sort by&#34; drop down. How can I get the content to span the entire width of the container and flow under the sorting dropdown?&#60;/p&#62;
&#60;p&#62;See: &#60;a href=&#34;http://kitticraft.staging.wpengine.com/shop/&#34; rel=&#34;nofollow&#34;&#62;http://kitticraft.staging.wpengine.com/shop/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Lawrence
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
