<?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: Overlapping text on View Recent Order page</title>
		<link>http://www.kriesi.at/support/topic/overlapping-text-on-view-recent-order-page</link>
		<description>Support Forum - Topic: Overlapping text on View Recent Order page</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 20:10:12 +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/overlapping-text-on-view-recent-order-page" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "Overlapping text on View Recent Order page"</title>
			<link>http://www.kriesi.at/support/topic/overlapping-text-on-view-recent-order-page#post-84162</link>
			<pubDate>Fri, 16 Nov 2012 04:23:18 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">84162@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi wildrays,&#60;/p&#62;
&#60;p&#62;Glad that you've fixed it. :)&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>wildrays on "Overlapping text on View Recent Order page"</title>
			<link>http://www.kriesi.at/support/topic/overlapping-text-on-view-recent-order-page#post-84137</link>
			<pubDate>Thu, 15 Nov 2012 23:13:14 +0000</pubDate>
			<dc:creator>wildrays</dc:creator>
			<guid isPermaLink="false">84137@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I added this to my custom css:&#60;/p&#62;
&#60;p&#62;dd {margin-left: 50px;}&#60;/p&#62;
&#60;p&#62;Puts the customer email and phone details enough to the right so no overlap, solves it and doesn't seem to affect anything else.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Overlapping text on View Recent Order page"</title>
			<link>http://www.kriesi.at/support/topic/overlapping-text-on-view-recent-order-page#post-75928</link>
			<pubDate>Fri, 14 Sep 2012 16:09:36 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">75928@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;It is better to put it on your custom.css. In case you update your theme you just need to have a copy of the custom.css.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>readactivity on "Overlapping text on View Recent Order page"</title>
			<link>http://www.kriesi.at/support/topic/overlapping-text-on-view-recent-order-page#post-75922</link>
			<pubDate>Fri, 14 Sep 2012 14:07:21 +0000</pubDate>
			<dc:creator>readactivity</dc:creator>
			<guid isPermaLink="false">75922@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I found that the problem seems to be caused by line 1138 in woocommence.mod.ccs. &#60;/p&#62;
&#60;p&#62;&#60;code&#62;.woocommerce-account dt{width:30px; display:block; font-weight: bold;}&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Once I remove width:30px, the overlapping text issue was resolved. Should I change this directly in the CSS file? Or would you suggest a different code to add to the custom CSS?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Overlapping text on View Recent Order page"</title>
			<link>http://www.kriesi.at/support/topic/overlapping-text-on-view-recent-order-page#post-75707</link>
			<pubDate>Thu, 13 Sep 2012 12:19:35 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">75707@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Maybe you can try this on your custom.css&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#top.woocomerce-checkout .avia_select_fake_val {
display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>readactivity on "Overlapping text on View Recent Order page"</title>
			<link>http://www.kriesi.at/support/topic/overlapping-text-on-view-recent-order-page#post-75704</link>
			<pubDate>Thu, 13 Sep 2012 11:41:59 +0000</pubDate>
			<dc:creator>readactivity</dc:creator>
			<guid isPermaLink="false">75704@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I noticed that the text elements (dt, dd) overlap each other, and this only happens on the View Recent Order page. It occurs at two places:&#60;br /&#62;
1. Order Details - under the Product name&#60;br /&#62;
2. Customer Details - first line showing the email address&#60;/p&#62;
&#60;p&#62;I can provide a screenshot but let me know how to attach it. &#60;/p&#62;
&#60;p&#62;I've tried to upgrade Woocommerce from 1.6.1 to latest 1.6.5.2 and upgrade Propulsion theme to 1.6 and the issue remains the same. Please help to identify the fix. Thanks.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
