<?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: single product page - change so that product image takes up more of the space</title>
		<link>http://www.kriesi.at/support/topic/single-product-page-change-so-that-product-image-takes-up-more-of-the-space</link>
		<description>Support Forum - Topic: single product page - change so that product image takes up more of the space</description>
		<language>en-US</language>
		<pubDate>Sun, 19 May 2013 01:16:39 +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/single-product-page-change-so-that-product-image-takes-up-more-of-the-space" rel="self" type="application/rss+xml" />

		<item>
			<title>nikicampbell on "single product page - change so that product image takes up more of the space"</title>
			<link>http://www.kriesi.at/support/topic/single-product-page-change-so-that-product-image-takes-up-more-of-the-space#post-95338</link>
			<pubDate>Tue, 05 Feb 2013 18:40:56 +0000</pubDate>
			<dc:creator>nikicampbell</dc:creator>
			<guid isPermaLink="false">95338@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you so much!  Perfection :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "single product page - change so that product image takes up more of the space"</title>
			<link>http://www.kriesi.at/support/topic/single-product-page-change-so-that-product-image-takes-up-more-of-the-space#post-95251</link>
			<pubDate>Tue, 05 Feb 2013 13:44:49 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">95251@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Niki,&#60;/p&#62;
&#60;p&#62;You can change the layout of the single product page in the theme files config-woocommerce&#38;gt;config.php file. Look for:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#
# wrap single product image in an extra div
#
add_action( &#38;#39;woocommerce_before_single_product_summary&#38;#39;, &#38;#39;avia_add_image_div&#38;#39;, 2);
add_action( &#38;#39;woocommerce_before_single_product_summary&#38;#39;,  &#38;#39;avia_close_div&#38;#39;, 20);
function avia_add_image_div()
{
	echo &#38;quot;&#38;lt;div class=&#38;#39;four units single-product-main-image alpha&#38;#39;&#38;gt;&#38;quot;;
}

#
# wrap single product summary in an extra div
#
add_action( &#38;#39;woocommerce_before_single_product_summary&#38;#39;, &#38;#39;avia_add_summary_div&#38;#39;, 25);
add_action( &#38;#39;woocommerce_after_single_product_summary&#38;#39;,  &#38;#39;avia_close_div&#38;#39;, 3);
function avia_add_summary_div()
{
	echo &#38;quot;&#38;lt;div class=&#38;#39;eight units single-product-summary&#38;#39;&#38;gt;&#38;quot;;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The first div wraps the image in a four unit grid section and the second one in an eight unit grid. You can use just about any combination of the twelve unit grid to change the layout quickly and easily.&#60;/p&#62;
&#60;p&#62;Additionally, Nick has posted some code to change the layout so that the product tabs are full width and wrap under the image here: &#60;a href=&#34;http://www.kriesi.at/support/topic/product-details-page-layout#post-88883&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/product-details-page-layout#post-88883&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nikicampbell on "single product page - change so that product image takes up more of the space"</title>
			<link>http://www.kriesi.at/support/topic/single-product-page-change-so-that-product-image-takes-up-more-of-the-space#post-95129</link>
			<pubDate>Mon, 04 Feb 2013 21:16:43 +0000</pubDate>
			<dc:creator>nikicampbell</dc:creator>
			<guid isPermaLink="false">95129@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello - here is the site + product page:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.peacerev.ca/cardshop/shop/redbird-spirit-unbound/&#34; rel=&#34;nofollow&#34;&#62;http://www.peacerev.ca/cardshop/shop/redbird-spirit-unbound/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;...how can I change it so that the image takes up 60% of the space, and the words take up 40%.  I understand you are using units - but I don't know where to make the changes.&#60;/p&#62;
&#60;p&#62;Thanks!&#60;br /&#62;
Niki
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
