<?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: K2-lite - Recent Posts</title>
		<link>http://en.forums.wordpress.com/tags/k2-lite</link>
		<description>WordPress.com Forums &#187; Tag: K2-lite - Recent Posts</description>
		<language>en</language>
		<pubDate>Fri, 24 May 2013 09:52:48 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/tags/k2-lite" rel="self" type="application/rss+xml" />

		<item>
			<title>designsimply on "K-12 Lite Help"</title>
			<link>http://en.forums.wordpress.com/topic/k-12-lite-help#post-1036723</link>
			<pubDate>Wed, 10 Oct 2012 20:44:05 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1036723@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi Molly, I checked <a href="http://mollyjomargaret.wordpress.com/" rel="nofollow">http://mollyjomargaret.wordpress.com/</a> and the width of the photos I looked at don't seem to be stretched. It's possible this was already fixed or that you changed your posts to the problem isn't showing. If you're still having trouble, can you please point us to a link that shows a current example of the problem?
</p>
]]></description>
					</item>
		<item>
			<title>mollyjomargaret on "K-12 Lite Help"</title>
			<link>http://en.forums.wordpress.com/topic/k-12-lite-help#post-1028949</link>
			<pubDate>Wed, 03 Oct 2012 15:51:34 +0000</pubDate>
			<dc:creator>mollyjomargaret</dc:creator>
			<guid isPermaLink="false">1028949@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hey again! I have posted new photos to my blog, and for the first time the full, 4x6 images are appearing stretched out. If you could give me some feedback on how I can change my customizations to fix this problem or if it is a glitch in the theme, that would be great! I'd like to get this fixed asap :) It is not as noticeable in the first few images, but in the face shots and images lower in the blog it is noticeable. Thanks!</p>
<p><a href="http://mollyjomargaret.wordpress.com/" rel="nofollow">http://mollyjomargaret.wordpress.com/</a></p>
<p>Molly
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "K2-Lite help"</title>
			<link>http://en.forums.wordpress.com/topic/k2-lite-help-1#post-1026588</link>
			<pubDate>Mon, 01 Oct 2012 01:00:18 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1026588@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Cheers :)
</p>
]]></description>
					</item>
		<item>
			<title>mollyjomargaret on "K2-Lite help"</title>
			<link>http://en.forums.wordpress.com/topic/k2-lite-help-1#post-1025530</link>
			<pubDate>Sat, 29 Sep 2012 15:18:11 +0000</pubDate>
			<dc:creator>mollyjomargaret</dc:creator>
			<guid isPermaLink="false">1025530@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thank you SO much!
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "K2-Lite help"</title>
			<link>http://en.forums.wordpress.com/topic/k2-lite-help-1#post-1025181</link>
			<pubDate>Sat, 29 Sep 2012 01:17:36 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1025181@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>Also, I have a white space on top of my heading that reaches the top of the screen. I would like the background to fill that white space if possible.</p></blockquote>
<p>Find this in your Appearance &#8594; Custom Design &#8594; CSS:</p>
<pre><code>#page {
	background:white;
	text-align:center;
	margin:0 auto;
	padding:20px 0 10px;
	position:relative;
	width:1000px;
	border:none;
	border-top:none;
}</code></pre>
<p>Change this: </p>
<p><code>padding:20px 0 10px;</code></p>
<p>To this:</p>
<p><code>padding:0 10px;</code>
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "K2-Lite help"</title>
			<link>http://en.forums.wordpress.com/topic/k2-lite-help-1#post-1025177</link>
			<pubDate>Sat, 29 Sep 2012 01:12:57 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1025177@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>I have a border around all of my photos, and for some reason it does not connect on the right hand side. I would like to rid the boarder completely, to learn how to connect the lines to it creates a full boarder.</p></blockquote>
<p>What's happening is that there is just a little bit of padding, margin, and border space getting added around each image and it's causing what should be 100% width to fall outside the edges.</p>
<p>This should work as a temporary workaround for now, but I think we can make the default for that theme work a little better and it would be ideal to get that fixed if it is indeed a bug. I will report the issue to see if our developers can review it next time they work on this theme.</p>
<p>In the mean time, here is the workaround to make the borders show up in your blog:</p>
<pre><code>#primary .entry-content img {
	max-width: 98%;
}</code></pre>
<p>Or to get rid of the border completely, add this instead:</p>
<pre><code>#primary .entry-content img {
	border: none;
}</code></pre>
<p>I think no border looks nicer myself.
</p>
]]></description>
					</item>
		<item>
			<title>amhufford on "Custom font size for header and body of blog suddenly different..."</title>
			<link>http://en.forums.wordpress.com/topic/custom-font-size-for-header-and-body-of-blog-suddenly-different#post-1022870</link>
			<pubDate>Wed, 26 Sep 2012 18:40:58 +0000</pubDate>
			<dc:creator>amhufford</dc:creator>
			<guid isPermaLink="false">1022870@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Looks like it is happening again at <a href="https://texasenergystorage.wordpress.com" rel="nofollow">https://texasenergystorage.wordpress.com</a>.
</p>
]]></description>
					</item>
		<item>
			<title>mollyjomargaret on "K2-Lite help"</title>
			<link>http://en.forums.wordpress.com/topic/k2-lite-help-1#post-1020109</link>
			<pubDate>Mon, 24 Sep 2012 00:37:31 +0000</pubDate>
			<dc:creator>mollyjomargaret</dc:creator>
			<guid isPermaLink="false">1020109@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hello! </p>
<p>I have the custom design feature but am unsure on how to change a few things. I have a border around all of my photos, and for some reason it does not connect on the right hand side. I would like to rid the boarder completely, to learn how to connect the lines to it creates a full boarder.</p>
<p>Also, I have a white space on top of my heading that reaches the top of the screen. I would like the background to fill that white space if possible. </p>
<p>If you could help me with these few things - I would greatly appreciate it! Thanks!
</p>
]]></description>
					</item>
		<item>
			<title>coffeespew on "Custom font size for header and body of blog suddenly different..."</title>
			<link>http://en.forums.wordpress.com/topic/custom-font-size-for-header-and-body-of-blog-suddenly-different#post-1017416</link>
			<pubDate>Thu, 20 Sep 2012 21:06:29 +0000</pubDate>
			<dc:creator>coffeespew</dc:creator>
			<guid isPermaLink="false">1017416@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Looking good! Thanks for the fix!
</p>
]]></description>
					</item>
		<item>
			<title>dannybly on "Custom font size for header and body of blog suddenly different..."</title>
			<link>http://en.forums.wordpress.com/topic/custom-font-size-for-header-and-body-of-blog-suddenly-different#post-1017363</link>
			<pubDate>Thu, 20 Sep 2012 20:35:58 +0000</pubDate>
			<dc:creator>dannybly</dc:creator>
			<guid isPermaLink="false">1017363@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>thanks, my site fonts are indeed back to normal!
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Custom font size for header and body of blog suddenly different..."</title>
			<link>http://en.forums.wordpress.com/topic/custom-font-size-for-header-and-body-of-blog-suddenly-different#post-1017357</link>
			<pubDate>Thu, 20 Sep 2012 20:29:09 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1017357@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>oops! Thanks Lance. :)
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Custom font size for header and body of blog suddenly different..."</title>
			<link>http://en.forums.wordpress.com/topic/custom-font-size-for-header-and-body-of-blog-suddenly-different#post-1017356</link>
			<pubDate>Thu, 20 Sep 2012 20:28:44 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1017356@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@aliaindrawan<br />
@season9<br />
There is no blog linked to your usernames. Provided the content is not mature, please post the URL for the blog starting with http://
</p>
]]></description>
					</item>
		<item>
			<title>lance on "Custom font size for header and body of blog suddenly different..."</title>
			<link>http://en.forums.wordpress.com/topic/custom-font-size-for-header-and-body-of-blog-suddenly-different#post-1017350</link>
			<pubDate>Thu, 20 Sep 2012 20:26:08 +0000</pubDate>
			<dc:creator>lance</dc:creator>
			<guid isPermaLink="false">1017350@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p><strong>Update:</strong> tracked it down and fixed the issue (was not theme-specific as I first thought.)</p>
<p>Thanks for the reports, and sorry for the brokenness. Things should be back to normal now.
</p>
]]></description>
					</item>
		<item>
			<title>dannybly on "Custom font size for header and body of blog suddenly different..."</title>
			<link>http://en.forums.wordpress.com/topic/custom-font-size-for-header-and-body-of-blog-suddenly-different#post-1017333</link>
			<pubDate>Thu, 20 Sep 2012 20:17:53 +0000</pubDate>
			<dc:creator>dannybly</dc:creator>
			<guid isPermaLink="false">1017333@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>same issue with my blog</p>
<p>in my case the theme is Modularity Lite  </p>
<p>style FF Market +2
</p>
]]></description>
					</item>
		<item>
			<title>lance on "Custom font size for header and body of blog suddenly different..."</title>
			<link>http://en.forums.wordpress.com/topic/custom-font-size-for-header-and-body-of-blog-suddenly-different#post-1017325</link>
			<pubDate>Thu, 20 Sep 2012 20:11:30 +0000</pubDate>
			<dc:creator>lance</dc:creator>
			<guid isPermaLink="false">1017325@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi everyone, could you list which theme you were using when you saw the problem? And which fonts were in use, and what the size values were (+3, Fertigo Pro Script, for example)? That'll be really helpful to track this down.
</p>
]]></description>
					</item>
		<item>
			<title>amhufford on "Custom font size for header and body of blog suddenly different..."</title>
			<link>http://en.forums.wordpress.com/topic/custom-font-size-for-header-and-body-of-blog-suddenly-different#post-1017266</link>
			<pubDate>Thu, 20 Sep 2012 19:17:18 +0000</pubDate>
			<dc:creator>amhufford</dc:creator>
			<guid isPermaLink="false">1017266@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>We are also experiencing font problems here: <a href="https://texasenergystorage.wordpress.com/" rel="nofollow">https://texasenergystorage.wordpress.com/</a></p>
<p>All the original fonts from the theme (that the theme came with) are no longer showing up.  Everything is in Arial.
</p>
]]></description>
					</item>
		<item>
			<title>phillanoue on "Custom font size for header and body of blog suddenly different..."</title>
			<link>http://en.forums.wordpress.com/topic/custom-font-size-for-header-and-body-of-blog-suddenly-different#post-1017127</link>
			<pubDate>Thu, 20 Sep 2012 17:06:21 +0000</pubDate>
			<dc:creator>phillanoue</dc:creator>
			<guid isPermaLink="false">1017127@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>My fonts and appearance shrunk as well.
</p>
]]></description>
					</item>
		<item>
			<title>onetimepad on "Custom font size for header and body of blog suddenly different..."</title>
			<link>http://en.forums.wordpress.com/topic/custom-font-size-for-header-and-body-of-blog-suddenly-different#post-1017068</link>
			<pubDate>Thu, 20 Sep 2012 16:16:34 +0000</pubDate>
			<dc:creator>onetimepad</dc:creator>
			<guid isPermaLink="false">1017068@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I tried changing templates and body font still way too small and unable to custom CSS fix. </p>
<p><a href="http://beltwayfanfiction.com/" rel="nofollow">http://beltwayfanfiction.com/</a>
</p>
]]></description>
					</item>
		<item>
			<title>season9 on "Custom font size for header and body of blog suddenly different..."</title>
			<link>http://en.forums.wordpress.com/topic/custom-font-size-for-header-and-body-of-blog-suddenly-different#post-1017012</link>
			<pubDate>Thu, 20 Sep 2012 15:36:22 +0000</pubDate>
			<dc:creator>season9</dc:creator>
			<guid isPermaLink="false">1017012@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>me too
</p>
]]></description>
					</item>
		<item>
			<title>onetimepad on "Custom font size for header and body of blog suddenly different..."</title>
			<link>http://en.forums.wordpress.com/topic/custom-font-size-for-header-and-body-of-blog-suddenly-different#post-1016832</link>
			<pubDate>Thu, 20 Sep 2012 11:51:42 +0000</pubDate>
			<dc:creator>onetimepad</dc:creator>
			<guid isPermaLink="false">1016832@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I'll chime in with a me too...beltwayfanfiction.com
</p>
]]></description>
					</item>
		<item>
			<title>aliaindrawan on "Custom font size for header and body of blog suddenly different..."</title>
			<link>http://en.forums.wordpress.com/topic/custom-font-size-for-header-and-body-of-blog-suddenly-different#post-1016811</link>
			<pubDate>Thu, 20 Sep 2012 11:19:10 +0000</pubDate>
			<dc:creator>aliaindrawan</dc:creator>
			<guid isPermaLink="false">1016811@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I'm having the exact same problem all of a sudden. I hope this gets figured out. :)
</p>
]]></description>
					</item>
		<item>
			<title>coffeespew on "Custom font size for header and body of blog suddenly different..."</title>
			<link>http://en.forums.wordpress.com/topic/custom-font-size-for-header-and-body-of-blog-suddenly-different#post-1016623</link>
			<pubDate>Thu, 20 Sep 2012 05:07:46 +0000</pubDate>
			<dc:creator>coffeespew</dc:creator>
			<guid isPermaLink="false">1016623@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I'm having a similar problem with my blog. The font size has suddenly decreased and the custom settings won't respond. </p>
<p><a href="http://www.coffeespew.org" rel="nofollow">http://www.coffeespew.org</a>
</p>
]]></description>
					</item>
		<item>
			<title>sunflowerandspruce on "Custom font size for header and body of blog suddenly different..."</title>
			<link>http://en.forums.wordpress.com/topic/custom-font-size-for-header-and-body-of-blog-suddenly-different#post-1016611</link>
			<pubDate>Thu, 20 Sep 2012 04:40:10 +0000</pubDate>
			<dc:creator>sunflowerandspruce</dc:creator>
			<guid isPermaLink="false">1016611@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hello,<br />
I haven't changed anything under the custom design feature to increase the size of the font on my header or decrease the size of the font in the body/narrative of the blog posts; however, this evening I noticed the header blog title font is bigger than it should be and the body/narrative is so tiny it's almost not easily readable. I tried to go into custom design to fix it and when I increased or decreased the font size nothing changed. Is there a known problem with the custom design feature on WP right now?
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "K2-Lite help"</title>
			<link>http://en.forums.wordpress.com/topic/k2-lite-help#post-961217</link>
			<pubDate>Mon, 30 Jul 2012 22:08:07 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">961217@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Just checking back in. I checked out your site and I see you were able to set a larger image size in K2-lite with this CSS:</p>
<pre><code>#header {
	padding:0;
	margin:2px;
	position:relative;
	height:550px;
	background:url(&#039;http://mollyjomargaret.files.wordpress.com/2012/07/logo21.jpg&#039;);
	z-index:9999;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>mollyjomargaret on "K2-Lite help"</title>
			<link>http://en.forums.wordpress.com/topic/k2-lite-help#post-939224</link>
			<pubDate>Tue, 10 Jul 2012 21:10:34 +0000</pubDate>
			<dc:creator>mollyjomargaret</dc:creator>
			<guid isPermaLink="false">939224@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>To state the question more simply, what is an easy way to insert a header into my new dimensions?</p>
<p>Not feeling so bright when trying to tweak this blog! sorry!
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "K2-Lite help"</title>
			<link>http://en.forums.wordpress.com/topic/k2-lite-help#post-939217</link>
			<pubDate>Tue, 10 Jul 2012 21:01:29 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">939217@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I don't help with CSS editing. Does this thread help you with your header issue? <a href="http://en.forums.wordpress.com/topic/k2-lite-header-doesnt-fit-after-customization?replies=9#post-815680" rel="nofollow">http://en.forums.wordpress.com/topic/k2-lite-header-doesnt-fit-after-customization?replies=9#post-815680</a>
</p>
]]></description>
					</item>
		<item>
			<title>mollyjomargaret on "K2-Lite help"</title>
			<link>http://en.forums.wordpress.com/topic/k2-lite-help#post-939212</link>
			<pubDate>Tue, 10 Jul 2012 20:57:04 +0000</pubDate>
			<dc:creator>mollyjomargaret</dc:creator>
			<guid isPermaLink="false">939212@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I am new to CSS. I figured out how to add height to my header, but now cannot add an image. I can upload a photo, but am then forced to crop it to the original header size defeating the purpose of my height change, and when I preview the change nothing appears, it is still the generic blue header. I am using K2-lite. </p>
<p>Also, I am making a changes to my existing blog and would like all of my existing photos to be "Large" instead of medium. Is there a way to make this possible? Please help! Thanks!</p>
<p>My blog is: mollyjomargaret.wordpress.com
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Need CSS to remove &quot;infinite scrolling&quot; (in K2-lite)"</title>
			<link>http://en.forums.wordpress.com/topic/need-css-to-remove-infinite-scrolling-in-k2-lite#post-932633</link>
			<pubDate>Wed, 04 Jul 2012 00:24:27 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">932633@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Sounds like a cool experiment.</p>
<p>This thread has gotten long and a bit off topic, and so I'm closing it. Thank you for your comments and feedback.
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Need CSS to remove &quot;infinite scrolling&quot; (in K2-lite)"</title>
			<link>http://en.forums.wordpress.com/topic/need-css-to-remove-infinite-scrolling-in-k2-lite#post-932588</link>
			<pubDate>Tue, 03 Jul 2012 23:33:06 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">932588@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Self hosting  - been there - done that and could do that again if needs be at any time. But  at this point in time I'm conducting a month long experiement. On July 1st I enabled infinite scroll on one of my blogs.  I intend to test to see the impact infinite scroll makes on racking up impressions. As the blog has a No-Ads upgrade that  $ aspect won't be clouding my judgment. ;)
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Need CSS to remove &quot;infinite scrolling&quot; (in K2-lite)"</title>
			<link>http://en.forums.wordpress.com/topic/need-css-to-remove-infinite-scrolling-in-k2-lite#post-932575</link>
			<pubDate>Tue, 03 Jul 2012 23:23:22 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">932575@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Self-hosting is definitely the right option for some users. Both WordPress.com and WordPress.org are great choices.
</p>
]]></description>
					</item>

	</channel>
</rss>
