<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1-alpha-2539" -->
<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>WordPress.com Forums &#187; Topic: A number of CSS customization glitches with bueno theme</title>
		<link>http://en.forums.wordpress.com/topic/a-number-of-css-customization-glitches-with-bueno-theme</link>
		<description>WordPress.com Forums &#187; Topic: A number of CSS customization glitches with bueno theme</description>
		<language>en</language>
		<pubDate>Wed, 22 May 2013 06:54:16 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/a-number-of-css-customization-glitches-with-bueno-theme" rel="self" type="application/rss+xml" />

		<item>
			<title>designsimply on "A number of CSS customization glitches with bueno theme"</title>
			<link>http://en.forums.wordpress.com/topic/a-number-of-css-customization-glitches-with-bueno-theme#post-825899</link>
			<pubDate>Thu, 23 Feb 2012 17:19:23 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">825899@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>When the sidebar falls over like that, it's usually because of an html error. See <a href="http://en.support.wordpress.com/themes/layout-issues/#sidebar" rel="nofollow">http://en.support.wordpress.com/themes/layout-issues/#sidebar</a>
</p>
]]></description>
					</item>
		<item>
			<title>katekoeppel on "A number of CSS customization glitches with bueno theme"</title>
			<link>http://en.forums.wordpress.com/topic/a-number-of-css-customization-glitches-with-bueno-theme#post-825898</link>
			<pubDate>Thu, 23 Feb 2012 17:18:59 +0000</pubDate>
			<dc:creator>katekoeppel</dc:creator>
			<guid isPermaLink="false">825898@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I am using chrome 17
</p>
]]></description>
					</item>
		<item>
			<title>katekoeppel on "A number of CSS customization glitches with bueno theme"</title>
			<link>http://en.forums.wordpress.com/topic/a-number-of-css-customization-glitches-with-bueno-theme#post-825896</link>
			<pubDate>Thu, 23 Feb 2012 17:17:46 +0000</pubDate>
			<dc:creator>katekoeppel</dc:creator>
			<guid isPermaLink="false">825896@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Actually, for 3. The sidebar now moves to the bottom of the page to overlap the footer, but only when I am on the ABOUT page.. very confusing!
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "A number of CSS customization glitches with bueno theme"</title>
			<link>http://en.forums.wordpress.com/topic/a-number-of-css-customization-glitches-with-bueno-theme#post-825895</link>
			<pubDate>Thu, 23 Feb 2012 17:17:37 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">825895@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>1. I am using the latest version of chrome- when I open up firefox the issue isn't there, so perhaps it is browser specific?</p></blockquote>
<p>I'm using Chrome 16, are you using version 18?
</p>
]]></description>
					</item>
		<item>
			<title>katekoeppel on "A number of CSS customization glitches with bueno theme"</title>
			<link>http://en.forums.wordpress.com/topic/a-number-of-css-customization-glitches-with-bueno-theme#post-825876</link>
			<pubDate>Thu, 23 Feb 2012 17:01:31 +0000</pubDate>
			<dc:creator>katekoeppel</dc:creator>
			<guid isPermaLink="false">825876@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>All of this was so incredibly helpful, thank you! </p>
<p>1. I am using the latest version of chrome- when I open up firefox the issue isn't there, so perhaps it is browser specific? </p>
<p>2. duh, I don't know why I didn't see that missing closing tag... thank you!</p>
<p>3. This fixed the problem, thank you.
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "A number of CSS customization glitches with bueno theme"</title>
			<link>http://en.forums.wordpress.com/topic/a-number-of-css-customization-glitches-with-bueno-theme#post-825697</link>
			<pubDate>Thu, 23 Feb 2012 11:49:00 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">825697@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>3. When I click on one of my pages, all the sidebar and footer widgets get smashed together and overlap on pages that do not contain a lot of content. The same happens when I click a "weekly feature" link (there is no content for the linked categories at the moment)</p></blockquote>
<p>Hmm. This is a side effect of using absolute positioning to move the sidebar up. What's happening is that the sidebar is taken out of the normal flow of the document when you use absolute positioning and the rest of the document no longer knows how tall that element is and can't adjust. Try the following to avoid that trouble:</p>
<p>Remove this:</p>
<pre><code>#sidebar {
  width: 260px;
  position: absolute;
  top: -78px;
 right: 0;
}</code></pre>
<p>Add this:</p>
<pre><code>#sidebar {
  width:260px;
  margin-top:-78px;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>designsimply on "A number of CSS customization glitches with bueno theme"</title>
			<link>http://en.forums.wordpress.com/topic/a-number-of-css-customization-glitches-with-bueno-theme#post-825688</link>
			<pubDate>Thu, 23 Feb 2012 11:42:31 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">825688@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>2. Two of my widget titles are now acting as links in my sidebar- "Projects &#38; work" and "I like to look" both widgets have links contained in them, but I do not want the widget titles to be links. This is suddenly happening today, and hasn't been a problem before now.
</p></blockquote>
<p>You are missing a closing html tag  in each of the widgets just above the two you mentioned. To fix it, go to Appearance → Widgets in your blog dashboard and add the following to the end of the Weekly Features and the Projects &#38; Work widgets.</p>
<p><code>&lt;/a&gt;</code>
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "A number of CSS customization glitches with bueno theme"</title>
			<link>http://en.forums.wordpress.com/topic/a-number-of-css-customization-glitches-with-bueno-theme#post-825685</link>
			<pubDate>Thu, 23 Feb 2012 11:37:04 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">825685@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>1.the yellow date circle seems to be cut off a bit on the right side- and I am not sure if/how to move the post titles if that is what is overlapping to make it look that way. Any help with this would be great!</p></blockquote>
<p>I looked at <a href="http://mpkdesign.wordpress.com/" rel="nofollow">http://mpkdesign.wordpress.com/</a> and yellow date circle looks like this to me: <a href="http://cl.ly/ETM0" rel="nofollow">http://cl.ly/ETM0</a></p>
<p>Is that problem still happening for you? If so, what browser and browser version are you using?
</p>
]]></description>
					</item>
		<item>
			<title>katekoeppel on "A number of CSS customization glitches with bueno theme"</title>
			<link>http://en.forums.wordpress.com/topic/a-number-of-css-customization-glitches-with-bueno-theme#post-825450</link>
			<pubDate>Thu, 23 Feb 2012 00:17:07 +0000</pubDate>
			<dc:creator>katekoeppel</dc:creator>
			<guid isPermaLink="false">825450@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I am using the bueno theme with css customization. I took a look at my blog today, and there seem to be a few things happening suddenly that weren't behaving this way yesterday.I plan to import my blogger content from mipiacekatedesign.com once I have a few kinks worked out, but:</p>
<p>1.the yellow date circle seems to be cut off a bit on the right side- and I am not sure if/how to move the post titles if that is what is overlapping to make it look that way. Any help with this would be great!</p>
<p>2. Two of my widget titles are now acting as links in my sidebar- "Projects &#38; work" and "I like to look" both widgets have links contained in them, but I do not want the widget titles to be links. This is suddenly happening today, and hasn't been a problem before now.</p>
<p>3. When I click on one of my pages, all the sidebar and footer widgets get smashed together and overlap on pages that do not contain a lot of content. The same happens when I click a "weekly feature" link (there is no content for the linked categories at the moment) </p>
<p>Any help would be wonderful, thank you!
</p>
]]></description>
					</item>

	</channel>
</rss>
