<?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: CSS &#38; Customer Details Error</title>
		<link>http://www.kriesi.at/support/topic/css-customer-details-error</link>
		<description>Support Forum - Topic: CSS &amp; Customer Details Error</description>
		<language>en-US</language>
		<pubDate>Tue, 21 May 2013 13:35:50 +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/css-customer-details-error" rel="self" type="application/rss+xml" />

		<item>
			<title>pwsanders on "CSS &#38; Customer Details Error"</title>
			<link>http://www.kriesi.at/support/topic/css-customer-details-error#post-98620</link>
			<pubDate>Wed, 27 Feb 2013 02:34:02 +0000</pubDate>
			<dc:creator>pwsanders</dc:creator>
			<guid isPermaLink="false">98620@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "CSS &#38; Customer Details Error"</title>
			<link>http://www.kriesi.at/support/topic/css-customer-details-error#post-98525</link>
			<pubDate>Tue, 26 Feb 2013 12:38:15 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">98525@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;No, that css wouldn't change it on the single page for sure. You would need to use:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top.single-product .summary .product_title {
font-size: 38px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;For the shop/catalog page, you missed the first period on the class selector so it isn't taking effect. Try adding it back to your quick css and it should work at that point.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pwsanders on "CSS &#38; Customer Details Error"</title>
			<link>http://www.kriesi.at/support/topic/css-customer-details-error#post-98440</link>
			<pubDate>Mon, 25 Feb 2013 23:27:53 +0000</pubDate>
			<dc:creator>pwsanders</dc:creator>
			<guid isPermaLink="false">98440@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Unfortunately the CSS for my question #2 didn't work, it didn't change the title on the individual product page (&#60;a href=&#34;http://tailoredbystephenb.com/product/elegance/&#34; rel=&#34;nofollow&#34;&#62;http://tailoredbystephenb.com/product/elegance/&#60;/a&#62;) or the all products page (&#60;a href=&#34;http://tailoredbystephenb.com/shop/)&#34; rel=&#34;nofollow&#34;&#62;http://tailoredbystephenb.com/shop/)&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;Thanks for the question to the other questions.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "CSS &#38; Customer Details Error"</title>
			<link>http://www.kriesi.at/support/topic/css-customer-details-error#post-98367</link>
			<pubDate>Mon, 25 Feb 2013 13:30:22 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">98367@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi pwsanders,&#60;/p&#62;
&#60;p&#62;The logo area will adapt to whatever size logo you use for the most part. The only issue will be if its so large that the other things around it need to be adjusted.&#60;/p&#62;
&#60;p&#62;If you upload the logo you'd like to use and provide a link to the page we can see if we can make things fit.&#60;/p&#62;
&#60;p&#62;For #2, 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;.products .product h3 {
font-size: 18px;
line-height: 27px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Adjust as needed.&#60;/p&#62;
&#60;p&#62;For #3, I can't see the screenshot but try this css:&#60;br /&#62;
&#60;code&#62;.woocommerce-account dl.customer_details dt {width:auto;}&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pwsanders on "CSS &#38; Customer Details Error"</title>
			<link>http://www.kriesi.at/support/topic/css-customer-details-error#post-98219</link>
			<pubDate>Sun, 24 Feb 2013 06:15:08 +0000</pubDate>
			<dc:creator>pwsanders</dc:creator>
			<guid isPermaLink="false">98219@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Quick questions:&#60;br /&#62;
1. How do I go about changing the size of the logo in the header?  What CSS can I use to allow me to make the image longer (wider)?&#60;br /&#62;
2. I've installed some custom CSS to change the size of my price font but I havent figured out how to change the size of the font for the product name. Any suggestions? &#60;a href=&#34;http://tailoredbystephenb.com/shop/&#34; rel=&#34;nofollow&#34;&#62;http://tailoredbystephenb.com/shop/&#60;/a&#62;&#60;br /&#62;
3. On the &#34;my account&#34; page under customer details the email and phone number is overlapping? Suggestions? (see link below for screenshot)&#60;br /&#62;
&#60;a href=&#34;https://mail-attachment.googleusercontent.com/attachment/u/0/?ui=2&#38;amp;ik=d25a914bc0&#38;amp;view=att&#38;amp;th=13d07da35a00944e&#38;amp;attid=0.1&#38;amp;disp=inline&#38;amp;safe=1&#38;amp;zw&#38;amp;saduie=AG9B_P_NYCusr7XF1y2OqnBuGZSC&#38;amp;sadet=1361686187920&#38;amp;sads=7G8HRELWFOunPaIVG2Dh2estjb0&#38;amp;sadssc=1&#34; rel=&#34;nofollow&#34;&#62;https://mail-attachment.googleusercontent.com/attachment/u/0/?ui=2&#38;amp;ik=d25a914bc0&#38;amp;view=att&#38;amp;th=13d07da35a00944e&#38;amp;attid=0.1&#38;amp;disp=inline&#38;amp;safe=1&#38;amp;zw&#38;amp;saduie=AG9B_P_NYCusr7XF1y2OqnBuGZSC&#38;amp;sadet=1361686187920&#38;amp;sads=7G8HRELWFOunPaIVG2Dh2estjb0&#38;amp;sadssc=1&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks a lot!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
