<?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; Tag: Comet theme - Recent Posts</title>
		<link>http://en.forums.wordpress.com/tags/comet-theme</link>
		<description>WordPress.com Forums &#187; Tag: Comet theme - Recent Posts</description>
		<language>en</language>
		<pubDate>Wed, 22 May 2013 18:43:11 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/tags/comet-theme" rel="self" type="application/rss+xml" />

		<item>
			<title>designsimply on "Contact form label for comet theme - sizing of boxes &amp; font"</title>
			<link>http://en.forums.wordpress.com/topic/contact-form-label-for-comet-theme-sizing-of-boxes-font#post-1061494</link>
			<pubDate>Mon, 05 Nov 2012 21:34:57 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1061494@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>The difference between contact-form label &#38; .contact-form label span in this specific form's HTML is that the labe is the text and the span is the "required" notice.</p>
<p>Here's a trick that might help you in the future. A quick way to visualize the differences in selectors like those would be to add borders around each and preview the change. It makes stuff easy to spot in a pinch. :)</p>
<pre><code>.contact-form label {
	border: 1px solid red;
}

.contact-form span {
	border: 1px solid blue;
}</code></pre>
<p>It sounds like you're really trying to change the input fields and the text area sizes though (the boxes). Try updating with this:</p>
<pre><code>.textwidget .contact-form input[type=&quot;text&quot;],
.textwidget .contact-form input[type=&quot;email&quot;],
.textwidget .contact-form textarea {
	width: 255px !important;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>instinctiveminds on "boarder around content page and rounded content page corners"</title>
			<link>http://en.forums.wordpress.com/topic/boarder-around-content-page-and-rounded-content-page-corners#post-1057773</link>
			<pubDate>Thu, 01 Nov 2012 22:17:32 +0000</pubDate>
			<dc:creator>instinctiveminds</dc:creator>
			<guid isPermaLink="false">1057773@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks design simply. This css code is all new to me but the more help I get the more I am starting to get it. Thanks again
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "boarder around content page and rounded content page corners"</title>
			<link>http://en.forums.wordpress.com/topic/boarder-around-content-page-and-rounded-content-page-corners#post-1057151</link>
			<pubDate>Thu, 01 Nov 2012 15:31:27 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1057151@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You can add a border with rounded corners around the content area in the Comet theme by adding this to your Appearance &#8594; Custom Design &#8594; CSS editor:</p>
<pre><code>#content {
	border: 4px solid #E7DBBE;
	border-radius: 8px;
}

#c2 {
	margin-right: 0;
}</code></pre>
<p>The margin-right adjustment for #c2 is to give the borders room, without that the sidebar will fall to the bottom.</p>
<p>You can change the border color to a color code of your choice:<br />
<a href="http://automattic.github.com/Iris/" rel="nofollow">http://automattic.github.com/Iris/</a></p>
<p>Adjust the border-radius value to change how much the corners are rounded.</p>
<p>If you also wanted to get rid of the top and bottom border from the content and sidebar areas, add this:</p>
<pre><code>#c2, #c3 {
	border: none;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>instinctiveminds on "Contact form label for comet theme - sizing of boxes &amp; font"</title>
			<link>http://en.forums.wordpress.com/topic/contact-form-label-for-comet-theme-sizing-of-boxes-font#post-1054828</link>
			<pubDate>Mon, 29 Oct 2012 22:41:10 +0000</pubDate>
			<dc:creator>instinctiveminds</dc:creator>
			<guid isPermaLink="false">1054828@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I am wanting to edit the size of the contact boxes so they are smaller then the default in comet theme and increase the text size of the wording such as First Name, Last Name etc. I am using the below but can't seem to get it. Can someone explain the difference between contact-form label &#38; .contact-form label span.</p>
<p>.contact-form label {<br />
	font-family: "Times New Roman", Arial, sans-serif;<br />
	font-size: 60%;<br />
}</p>
<p>.contact-form label span {<br />
	font-size: 40%;<br />
}
</p>
]]></description>
					</item>
		<item>
			<title>instinctiveminds on "boarder around content page and rounded content page corners"</title>
			<link>http://en.forums.wordpress.com/topic/boarder-around-content-page-and-rounded-content-page-corners#post-1053983</link>
			<pubDate>Mon, 29 Oct 2012 04:14:11 +0000</pubDate>
			<dc:creator>instinctiveminds</dc:creator>
			<guid isPermaLink="false">1053983@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi Guys,</p>
<p>Can anyone help me with the following question - This is for comet theme web page <a href="http://www.instinctiveminds.com.au" rel="nofollow">http://www.instinctiveminds.com.au</a>.</p>
<p>I am wanting to put a coloured boarder,  around the content page so that it seperate's the content page and background boarder. Also am wanting the content page to have rounded edges instead of straight.
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Making left margin wider in Comet Theme"</title>
			<link>http://en.forums.wordpress.com/topic/making-left-margin-wider-in-comet-theme#post-990199</link>
			<pubDate>Tue, 28 Aug 2012 16:43:06 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">990199@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>To center the header image:</p>
<pre><code>#header-image {
	width: 100%;
	text-align: center;
}</code></pre>
<p>Or to change out the header image to a different one, first upload a 1200 x 200 pixel image to your <a href="http://en.support.wordpress.com/media/media-add-new/">media library</a> and copy the image URL, then replace the url() value in the example below with your uploaded image.</p>
<pre><code>#header-image img {
	display: none;
}

#header-image {
	width: 1200px;
	height: 200px;
	background: url(http://fencingtime.files.wordpress.com/2012/04/cropped-6793288022_2b6a78da1b_b.jpg);
}</code></pre>
]]></description>
					</item>
		<item>
			<title>konkbroadcasting on "Move header/navbar Comet theme"</title>
			<link>http://en.forums.wordpress.com/topic/move-headernavbar-comet-theme#post-970108</link>
			<pubDate>Wed, 08 Aug 2012 20:26:19 +0000</pubDate>
			<dc:creator>konkbroadcasting</dc:creator>
			<guid isPermaLink="false">970108@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I do not write or understand code. How do I move the menu on my site like he wanted on his?
</p>
]]></description>
					</item>
		<item>
			<title>fencingtime on "Making left margin wider in Comet Theme"</title>
			<link>http://en.forums.wordpress.com/topic/making-left-margin-wider-in-comet-theme#post-965649</link>
			<pubDate>Fri, 03 Aug 2012 19:58:23 +0000</pubDate>
			<dc:creator>fencingtime</dc:creator>
			<guid isPermaLink="false">965649@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thank you!!! That was very helpful. It did make it winder overall, which is what I wanted. I'll now have to figure out how to center the header? I'll do some digging. And I'll also try to test it out on some other browsers to see if it fits... I don't want to introduce the horizontal scroll bar :) </p>
<p>Thanks!<br />
Jen
</p>
]]></description>
					</item>
		<item>
			<title>zandyring on "Making left margin wider in Comet Theme"</title>
			<link>http://en.forums.wordpress.com/topic/making-left-margin-wider-in-comet-theme#post-965377</link>
			<pubDate>Fri, 03 Aug 2012 15:29:37 +0000</pubDate>
			<dc:creator>zandyring</dc:creator>
			<guid isPermaLink="false">965377@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I think what you're asking is how do you make your main content "centered" on the page (so that as you scroll down, you see your content in the center, whereas now it is bumped left for the sidebar) without removing the sidebar? And I think you want it wider in general?</p>
<p>If you change your #wrap width to 1200px, you will make your entire blog wider. This introduces problems with centering that you'll have to fiddle with to fix, but it's a start. Keep in mind the average width of screens for your readers, and you may introduce a horizontal scroll bar if you make your content too wide.</p>
<p>You will have to either make a wider header image or center it. That is your #header-image id.</p>
<p>If you increase your #c2 width to 940px then your fill up the remaining space with your main content.</p>
<p>I know this isn't exactly what you asked, but you may want to start there for figuring out how you want it to look overall, and then you can work on your margins and padding to align it how you would like. </p>
<p>Good luck!<br />
-Z
</p>
]]></description>
					</item>
		<item>
			<title>fencingtime on "Making left margin wider in Comet Theme"</title>
			<link>http://en.forums.wordpress.com/topic/making-left-margin-wider-in-comet-theme#post-965310</link>
			<pubDate>Fri, 03 Aug 2012 14:20:28 +0000</pubDate>
			<dc:creator>fencingtime</dc:creator>
			<guid isPermaLink="false">965310@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Also, is it possible to make the whole content show wider on the page to the right as well? And still keep the sidebar?
</p>
]]></description>
					</item>
		<item>
			<title>fencingtime on "Making left margin wider in Comet Theme"</title>
			<link>http://en.forums.wordpress.com/topic/making-left-margin-wider-in-comet-theme#post-965308</link>
			<pubDate>Fri, 03 Aug 2012 14:18:48 +0000</pubDate>
			<dc:creator>fencingtime</dc:creator>
			<guid isPermaLink="false">965308@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>This is my first time ever doing anything with CSS. I've spent quite some time searching these forums and the interwebs, and I was able to change it a bit, but still having some trouble. </p>
<p>I was able to make my main column wider to the right, and I made my right sidebar smaller to fit. Yay! What I now want to do is make it wider on the left. Here's the code I have now: </p>
<p><strong>#c2 {<br />
	background:#fff;<br />
	border:solid 4px #d2d2d2;<br />
	border-left:0;<br />
	border-right:0;<br />
	float:left;<br />
	line-height:170%;<br />
	margin:0 5px 0 0;<br />
	overflow:hidden;<br />
	padding:0 30px 30px;<br />
	width:700px;<br />
}</p>
<p>#c3 {<br />
	border:solid 4px #d2d2d2;<br />
	border-left:0;<br />
	border-right:0;<br />
	float:left;<br />
	overflow:hidden;<br />
	width:195px;<br />
}</strong></p>
<p>I appreciate any help. Thanks!
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Comet Theme Edit Issues"</title>
			<link>http://en.forums.wordpress.com/topic/comet-theme-edit-issues/page/2#post-962413</link>
			<pubDate>Tue, 31 Jul 2012 20:38:54 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">962413@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@nailpolishheaven, WordPress.com does not offer the option to change permalinks. If you're not using WordPress.com, you should head over to <a href="http://wordpress.org/support/" rel="nofollow">http://wordpress.org/support/</a> to ask for help. See <a href="http://support.wordpress.com/com-vs-org/" rel="nofollow">http://support.wordpress.com/com-vs-org/</a> to learn about the differences.
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Comet Theme Edit Issues"</title>
			<link>http://en.forums.wordpress.com/topic/comet-theme-edit-issues/page/2#post-962411</link>
			<pubDate>Tue, 31 Jul 2012 20:38:00 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">962411@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>Last question - how can I make tags not show up in the footer?</p></blockquote>
<p>Ah, looks like the other example I found in your CSS was for categories. Hiding the third row (you just had the 2nd before) should hid tags as well. Try this out: </p>
<pre><code>.post-meta .row:nth-of-type(3) {
	display:none;
}</code></pre>
<p>Note that nth-of-type is a CSS3 property and so it will only work in modern browsers, but it looks to me like that's your best option unless you want to hide the entire post-meta block.
</p>
]]></description>
					</item>
		<item>
			<title>nailpolishheaven on "Comet Theme Edit Issues"</title>
			<link>http://en.forums.wordpress.com/topic/comet-theme-edit-issues/page/2#post-959115</link>
			<pubDate>Fri, 27 Jul 2012 22:17:27 +0000</pubDate>
			<dc:creator>nailpolishheaven</dc:creator>
			<guid isPermaLink="false">959115@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Issue logo not showing solved by my husband Frank.</p>
<p>The logo and sociallink icons in right sidebar didn't show when permalink is set to /%Year%/%Month%/%Day%/ .<br />
Only on main blogpage logo and sidebar images are showing.<br />
Solved by adding full URL to logo picture in themes and sidebar social icons img source changed to full URL i.o. picture name only.</p>
<p>If someone is having the same problem, this was the answer.</p>
<p>Regards,<br />
Jel
</p>
]]></description>
					</item>
		<item>
			<title>nailpolishheaven on "Comet Theme Edit Issues"</title>
			<link>http://en.forums.wordpress.com/topic/comet-theme-edit-issues/page/2#post-959011</link>
			<pubDate>Fri, 27 Jul 2012 20:28:54 +0000</pubDate>
			<dc:creator>nailpolishheaven</dc:creator>
			<guid isPermaLink="false">959011@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Is there a way to get the custom permalink \%Year%\%Month%\%Day%\ working? If i use this custom permalink setting, my blog doesn't show my logo in a post?</p>
<p>The logo picture gets the url including postname?</p>
<p>Please help.</p>
<p>Using wordpress COMET theme.</p>
<p>Regards, Jel
</p>
]]></description>
					</item>
		<item>
			<title>nailpolishheaven on "Comet Theme Edit Issues"</title>
			<link>http://en.forums.wordpress.com/topic/comet-theme-edit-issues/page/2#post-959010</link>
			<pubDate>Fri, 27 Jul 2012 20:27:24 +0000</pubDate>
			<dc:creator>nailpolishheaven</dc:creator>
			<guid isPermaLink="false">959010@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Is there a way to get the custom permalink \%Year%\%Month%\%Day%\ working? If i use this custom permalink setting, my blog doesn't show my logo in a post?</p>
<p>The logo picture gets the url including postname?</p>
<p>Please help.</p>
<p>Regards, Jel
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Move header/navbar Comet theme"</title>
			<link>http://en.forums.wordpress.com/topic/move-headernavbar-comet-theme#post-958463</link>
			<pubDate>Fri, 27 Jul 2012 06:28:44 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">958463@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You are welcome.
</p>
]]></description>
					</item>
		<item>
			<title>casalovefunk on "Move header/navbar Comet theme"</title>
			<link>http://en.forums.wordpress.com/topic/move-headernavbar-comet-theme#post-958435</link>
			<pubDate>Fri, 27 Jul 2012 03:37:29 +0000</pubDate>
			<dc:creator>casalovefunk</dc:creator>
			<guid isPermaLink="false">958435@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Fabulous! Thank you.
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Move header/navbar Comet theme"</title>
			<link>http://en.forums.wordpress.com/topic/move-headernavbar-comet-theme#post-958431</link>
			<pubDate>Fri, 27 Jul 2012 03:31:37 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">958431@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Give this a try and see what you think.</p>
<pre><code>#wrap {
position: relative;
}
.menu {
position: absolute;
top: 310px;
width: 960px;
}
#menu-house-tour {
display: none;
}
#header {
margin-bottom: 60px !important;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>casalovefunk on "Move header/navbar Comet theme"</title>
			<link>http://en.forums.wordpress.com/topic/move-headernavbar-comet-theme#post-958393</link>
			<pubDate>Fri, 27 Jul 2012 02:32:20 +0000</pubDate>
			<dc:creator>casalovefunk</dc:creator>
			<guid isPermaLink="false">958393@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Would like to move the navigation bar under the header as well as have the header at the very top of the page. Any assistance would be appreciated.
</p>
]]></description>
					</item>
		<item>
			<title>meantformongolia on "Comet Theme Edit Issues"</title>
			<link>http://en.forums.wordpress.com/topic/comet-theme-edit-issues/page/2#post-946631</link>
			<pubDate>Tue, 17 Jul 2012 21:23:30 +0000</pubDate>
			<dc:creator>meantformongolia</dc:creator>
			<guid isPermaLink="false">946631@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I actually stopped tagging the posts so they wouldn't be visible :( You can see on the latest post that the tags are still there. Would appreciate your help!
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Comet Theme Edit Issues"</title>
			<link>http://en.forums.wordpress.com/topic/comet-theme-edit-issues/page/2#post-940503</link>
			<pubDate>Thu, 12 Jul 2012 01:39:28 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">940503@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I checked the blog and I see you were able to figure out how to hide the tags at the bottom of posts with this CSS:</p>
<pre><code>.post-meta .row:nth-of-type(2) {
	display:none;
}</code></pre>
<p>Nice work!!
</p>
]]></description>
					</item>
		<item>
			<title>meantformongolia on "Comet Theme Edit Issues"</title>
			<link>http://en.forums.wordpress.com/topic/comet-theme-edit-issues#post-935062</link>
			<pubDate>Fri, 06 Jul 2012 14:24:58 +0000</pubDate>
			<dc:creator>meantformongolia</dc:creator>
			<guid isPermaLink="false">935062@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@designsimply Last question - how can I make tags not show up in the footer? Thank you!!!
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Comet Theme Edit Issues"</title>
			<link>http://en.forums.wordpress.com/topic/comet-theme-edit-issues#post-929397</link>
			<pubDate>Sat, 30 Jun 2012 15:44:47 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">929397@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>To hide the squiggly line below posts in the Comet theme, add this to your Appearance &#8594; Custom Design &#8594; CSS editor:</p>
<pre><code>#c2 .sep {
	display: none;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>meantformongolia on "Comet Theme Edit Issues"</title>
			<link>http://en.forums.wordpress.com/topic/comet-theme-edit-issues#post-928573</link>
			<pubDate>Fri, 29 Jun 2012 15:42:05 +0000</pubDate>
			<dc:creator>meantformongolia</dc:creator>
			<guid isPermaLink="false">928573@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@designsimply Wow - thanks for the compliment and the suggestions!!! I will definitely put a Twitter widget or at least icon in the sidebar.</p>
<p>One more question - how can I get rid of the little squiggly at the bottom of each post?
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Comet Theme Edit Issues"</title>
			<link>http://en.forums.wordpress.com/topic/comet-theme-edit-issues#post-928534</link>
			<pubDate>Fri, 29 Jun 2012 15:06:14 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">928534@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I just saw your instagram pic! Cool! <a href="https://twitter.com/MongoliaBound/status/218680501718880257" rel="nofollow">https://twitter.com/MongoliaBound/status/218680501718880257</a></p>
<p>You should link @mongoliabound to <a href="https://twitter.com/#!/mongoliabound" rel="nofollow">https://twitter.com/#!/mongoliabound</a> on <a href="http://mongoliabound.wordpress.com/2012/06/29/hello-world/" rel="nofollow">http://mongoliabound.wordpress.com/2012/06/29/hello-world/</a></p>
<p>I think it'd be cool to put a Twitter widget on your sidebar too :) <a href="http://en.support.wordpress.com/widgets/twitter-widget/" rel="nofollow">http://en.support.wordpress.com/widgets/twitter-widget/</a>
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Comet Theme Edit Issues"</title>
			<link>http://en.forums.wordpress.com/topic/comet-theme-edit-issues#post-928496</link>
			<pubDate>Fri, 29 Jun 2012 14:01:54 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">928496@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>It looks fantastic! I love the customizations you've done so far!
</p>
]]></description>
					</item>
		<item>
			<title>meantformongolia on "Comet Theme Edit Issues"</title>
			<link>http://en.forums.wordpress.com/topic/comet-theme-edit-issues#post-927975</link>
			<pubDate>Thu, 28 Jun 2012 21:16:28 +0000</pubDate>
			<dc:creator>meantformongolia</dc:creator>
			<guid isPermaLink="false">927975@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@designsimply You are the BEST! This blog would look pretty crappy without your help :)
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Comet Theme Edit Issues"</title>
			<link>http://en.forums.wordpress.com/topic/comet-theme-edit-issues#post-927727</link>
			<pubDate>Thu, 28 Jun 2012 17:37:05 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">927727@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I noticed the width of the content area looks like it's short 20 pixels on this page: <a href="http://mongoliabound.wordpress.com/about/" rel="nofollow">http://mongoliabound.wordpress.com/about/</a></p>
<p>You could widen it a little using this:</p>
<pre><code>.page-template-full-width-template-php #content #c2,
.attachment #content #c2 {
	width: 920px;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>designsimply on "Comet Theme Edit Issues"</title>
			<link>http://en.forums.wordpress.com/topic/comet-theme-edit-issues#post-927725</link>
			<pubDate>Thu, 28 Jun 2012 17:34:01 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">927725@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>Also, how can I change the font in my menu to the Museo font I'm using for other headers?</p></blockquote>
<p>As long as "Museo Slab" is selected as one of the fonts on your Appearance &#8594; Custom Design &#8594; Fonts page, you can use CSS like this to change to that font:</p>
<pre><code>.menu &gt; li a {
	font-family: museo-slab-1,museo-slab-2,&quot;Droid Serif&quot;,Georgia,serif;
}</code></pre>
<p>Note that different fonts have different properties such as width. If you change the font, you will also need to adjust the padding value between menu items (discussed earlier in this thread) to account for the change—otherwise, the menu will fall over to two lines.
</p>
]]></description>
					</item>

	</channel>
</rss>
