<?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: Column width and Menu font size</title>
		<link>http://en.forums.wordpress.com/topic/column-width-and-menu-font-size</link>
		<description>WordPress.com Forums &#187; Topic: Column width and Menu font size</description>
		<language>en</language>
		<pubDate>Tue, 21 May 2013 01:32:44 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/column-width-and-menu-font-size" rel="self" type="application/rss+xml" />

		<item>
			<title>thesacredpath on "Column width and Menu font size"</title>
			<link>http://en.forums.wordpress.com/topic/column-width-and-menu-font-size#post-747868</link>
			<pubDate>Fri, 18 Nov 2011 10:46:54 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">747868@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Please start a new thread on this since this thread is about the twenty eleven theme, not Mistylook.</p>
<p>Thanks.
</p>
]]></description>
					</item>
		<item>
			<title>mareenasrecipecollections on "Column width and Menu font size"</title>
			<link>http://en.forums.wordpress.com/topic/column-width-and-menu-font-size#post-747860</link>
			<pubDate>Fri, 18 Nov 2011 10:40:59 +0000</pubDate>
			<dc:creator>mareenasrecipecollections</dc:creator>
			<guid isPermaLink="false">747860@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi<br />
Am completely new to wordpress. I use the Misty look template. I would like to increase the width of my blog. Kindly advice. you may have to give me a step-by step instruction..Thanks in advacnce
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Column width and Menu font size"</title>
			<link>http://en.forums.wordpress.com/topic/column-width-and-menu-font-size#post-744641</link>
			<pubDate>Tue, 15 Nov 2011 01:27:39 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">744641@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You are welcome.
</p>
]]></description>
					</item>
		<item>
			<title>browndirt on "Column width and Menu font size"</title>
			<link>http://en.forums.wordpress.com/topic/column-width-and-menu-font-size#post-744458</link>
			<pubDate>Mon, 14 Nov 2011 22:36:40 +0000</pubDate>
			<dc:creator>browndirt</dc:creator>
			<guid isPermaLink="false">744458@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thank you! Perfect!
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Column width and Menu font size"</title>
			<link>http://en.forums.wordpress.com/topic/column-width-and-menu-font-size#post-744443</link>
			<pubDate>Mon, 14 Nov 2011 22:30:22 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">744443@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>On the menu, modify #access a in your custom CSS and include whatever changes you want. On "font" stuff, you have to include the "!important" attribute otherwise you have to make font size/weight changes in several places. The !important attribute will override them in most cases.</p>
<pre><code>#access a {
color: #281E01;
font-size: 110% !important;
font-weight: bold !important;
text-decoration: underline;
}</code></pre>
<p>For the widget titles, I would not suggest underlining or adding bold, but just increase the size. Underlining generally indicates a link and in general widget titles are not links. Since you are using the custom fonts, again the !important attribute is required to get your custom CSS declaration to override the custom font size setting.</p>
<pre><code>.widget-title {
font-size: 110% !important;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>browndirt on "Column width and Menu font size"</title>
			<link>http://en.forums.wordpress.com/topic/column-width-and-menu-font-size#post-744395</link>
			<pubDate>Mon, 14 Nov 2011 21:59:00 +0000</pubDate>
			<dc:creator>browndirt</dc:creator>
			<guid isPermaLink="false">744395@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>thanks! I think that did the trick on the width!</p>
<p>Any ideas on the menu/sidebar titles/headings to make them stand out a bit more? Was trying to figure out how to change font size and/or bold.
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Column width and Menu font size"</title>
			<link>http://en.forums.wordpress.com/topic/column-width-and-menu-font-size#post-744307</link>
			<pubDate>Mon, 14 Nov 2011 20:40:19 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">744307@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Try this (add to the bottom of your custom CSS)</p>
<pre><code>#content {
margin: 0 27.7% 0 0;
width: 72%;
}

#secondary {
margin-right: 0;
width: 25%;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>browndirt on "Column width and Menu font size"</title>
			<link>http://en.forums.wordpress.com/topic/column-width-and-menu-font-size#post-744228</link>
			<pubDate>Mon, 14 Nov 2011 19:07:12 +0000</pubDate>
			<dc:creator>browndirt</dc:creator>
			<guid isPermaLink="false">744228@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I'm using twenty eleven &#38; CSS and wanting to change the main column + sidebar area width to be the same width as the header.  Is there a way to do this?</p>
<p>Also, is it possible to change font size of sidebar &#38; menu headings? or put them in bold? underline?</p>
<p>Thanks!
</p>
]]></description>
					</item>

	</channel>
</rss>
