<?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: Cart table formatting</title>
		<link>http://www.kriesi.at/support/topic/cart-table-formatting</link>
		<description>Support Forum - Topic: Cart table formatting</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 14:12:27 +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/cart-table-formatting" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Cart table formatting"</title>
			<link>http://www.kriesi.at/support/topic/cart-table-formatting#post-56769</link>
			<pubDate>Mon, 21 May 2012 06:10:21 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">56769@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Glad that it works again :) &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tremblayly on "Cart table formatting"</title>
			<link>http://www.kriesi.at/support/topic/cart-table-formatting#post-56417</link>
			<pubDate>Thu, 17 May 2012 13:47:18 +0000</pubDate>
			<dc:creator>tremblayly</dc:creator>
			<guid isPermaLink="false">56417@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Devin,&#60;/p&#62;
&#60;p&#62;Deleted that TD styling and checked the remaining pages. All works well now.&#60;/p&#62;
&#60;p&#62;Thank you very much.&#60;/p&#62;
&#60;p&#62;Lyse
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Cart table formatting"</title>
			<link>http://www.kriesi.at/support/topic/cart-table-formatting#post-56303</link>
			<pubDate>Wed, 16 May 2012 17:16:52 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">56303@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Following code in css/custom.css causes the styling problem (line 47+):&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;td {
    background: none repeat scroll 0 0 #FFFFFF !important;
    border: medium none !important;
    color: #000000 !important;
    text-align: left;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tremblayly on "Cart table formatting"</title>
			<link>http://www.kriesi.at/support/topic/cart-table-formatting#post-55862</link>
			<pubDate>Sat, 12 May 2012 15:22:06 +0000</pubDate>
			<dc:creator>tremblayly</dc:creator>
			<guid isPermaLink="false">55862@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;It seems I have lost the table formatting on the shopping cart. I use Abundance on two websites. &#60;/p&#62;
&#60;p&#62;This one displays the cart page OK: &#60;a href=&#34;http://featherfactorycanada.com/cart&#34; rel=&#34;nofollow&#34;&#62;http://featherfactorycanada.com/cart&#60;/a&#62;&#60;br /&#62;
This one displays the cart page without formatting between cells: &#60;a href=&#34;http://tremblaytechweb.com/TWdev/cart&#34; rel=&#34;nofollow&#34;&#62;http://tremblaytechweb.com/TWdev/cart&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I have don't remember changing any of the cells formatting in the latter to make the cells any different. &#60;/p&#62;
&#60;p&#62;Here's the WooCommerce styling changes I have made to the problem website. Perhaps you can see if I am causing this problem:&#60;br /&#62;
/*********************************************************************/&#60;br /&#62;
/* WOOCOMMERCE CUSTOMIZATION for Trout Waters   **/&#60;br /&#62;
/********************************************************************/&#60;br /&#62;
#top .variations td {&#60;br /&#62;
    background-color: #2C3547!important;&#60;br /&#62;
	border: 2px #ffff!important;&#60;br /&#62;
    padding: 4px 10px;&#60;br /&#62;
}&#60;br /&#62;
#top .button, #top #submit {&#60;br /&#62;
    background-color: #2c3547;&#60;br /&#62;
}&#60;br /&#62;
form.cart .variations label {&#60;br /&#62;
    color: #FFFFFF;&#60;br /&#62;
    font-weight: bold;&#60;br /&#62;
}&#60;br /&#62;
.woocommerce_tabs ul{&#60;br /&#62;
	list-style-type: square;&#60;br /&#62;
	list-style-position: inside;&#60;br /&#62;
}&#60;br /&#62;
#top div.product .woocommerce_tabs .panel {&#60;br /&#62;
    -moz-border-bottom-colors: #2C3547;&#60;br /&#62;
    -moz-border-image: none;&#60;br /&#62;
    -moz-border-left-colors: #2C3547;&#60;br /&#62;
    -moz-border-right-colors: #2C3547;&#60;br /&#62;
    -moz-border-top-colors: none;&#60;br /&#62;
    border-bottom-left-radius: 2px;&#60;br /&#62;
    border-bottom-right-radius: 2px;&#60;br /&#62;
    border-color: -moz-use-text-color #F8F8F8 #F8F8F8;&#60;br /&#62;
    border-right: 5px solid #F8F8F8;&#60;br /&#62;
    border-style: none solid solid;&#60;br /&#62;
    border-width: 0 5px 5px;&#60;br /&#62;
    padding: 15px;&#60;br /&#62;
}&#60;br /&#62;
.related.products, .upsells.products {&#60;br /&#62;
    border: 5px solid #2C3547;&#60;br /&#62;
    clear: both;&#60;br /&#62;
    overflow: hidden;&#60;br /&#62;
    padding: 15px;&#60;br /&#62;
}&#60;br /&#62;
.post-entry-portfolio-first strong, .entry-content strong {&#60;br /&#62;
    color: #FFFFFF;&#60;br /&#62;
}&#60;br /&#62;
.cart-subtotal th  {&#60;br /&#62;
	color: #FFF !important;&#60;br /&#62;
}&#60;br /&#62;
.cart_totals .amount {&#60;br /&#62;
	color: #333 !important;&#60;br /&#62;
}&#60;br /&#62;
.cart-collaterals .cart_totals h2 {&#60;br /&#62;
	color: #2c3547;&#60;br /&#62;
}&#60;br /&#62;
.cart-collaterals .cart_totals p {&#60;br /&#62;
	margin: 0;&#60;br /&#62;
	text-align: left;&#60;br /&#62;
	font-style: italic;&#60;br /&#62;
}&#60;br /&#62;
#top div.product .woocommerce_tabs ul.tabs {&#60;br /&#62;
    background: none repeat scroll 0 0 #2C3547 !important;&#60;br /&#62;
    border-color: #2C3547 #2C3547 -moz-use-text-color !important;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;div.product .woocommerce_tabs ul.tabs li {&#60;br /&#62;
    font-size: 16px!important;&#60;br /&#62;
    font-weight: bold !important;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#top div.product .woocommerce_tabs ul.tabs li.active a {&#60;br /&#62;
    background: none repeat scroll 0 0 white;&#60;br /&#62;
    color: #000000;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#top div.product .woocommerce_tabs ul.tabs a {&#60;br /&#62;
    color: #FFFFFF;&#60;br /&#62;
}&#60;br /&#62;
.products ul, ul.products {&#60;br /&#62;
    list-style: none inside none;&#60;br /&#62;
    margin: 0 0 14px;&#60;br /&#62;
    padding: 0;&#60;br /&#62;
}&#60;br /&#62;
.thumbnail_container_inner {&#60;br /&#62;
  min-height: 180px;&#60;br /&#62;
  border: 1px solid #f3ede8;&#60;br /&#62;
  background-color: #fff;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#top .thumbnail_container img, #top .thumbnail_container a:hover img {&#60;br /&#62;
	margin: 20px 0;&#60;br /&#62;
	display: block;&#60;br /&#62;
	border: none;&#60;br /&#62;
	width: 100%;&#60;br /&#62;
	height: auto;&#60;br /&#62;
}&#60;br /&#62;
.breadcrumb-trail {&#60;br /&#62;
    background: none repeat scroll 0 0 #FFFFFF;&#60;br /&#62;
    bottom: 78px;&#60;br /&#62;
    font-size: 10px;&#60;br /&#62;
    left: -25px;&#60;br /&#62;
    padding: 0 7px 0 0;&#60;br /&#62;
    position: absolute;&#60;br /&#62;
}&#60;br /&#62;
.avia_select_fake_val {&#60;br /&#62;
    color: #000000;&#60;br /&#62;
    font-size: 11px;&#60;br /&#62;
    height: 31px;&#60;br /&#62;
    left: 7px;&#60;br /&#62;
    line-height: 31px;&#60;br /&#62;
    overflow: hidden;&#60;br /&#62;
    position: absolute;&#60;br /&#62;
    text-align: left;&#60;br /&#62;
    top: 1px;&#60;br /&#62;
    width: 83%;&#60;br /&#62;
    z-index: 2;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;Much appreciated&#60;br /&#62;
Lyse
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
