<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Ever After Blogger Template	</title>
	<atom:link href="https://newbloggerthemes.com/ever-after-blogger-template/feed/" rel="self" type="application/rss+xml" />
	<link>https://newbloggerthemes.com/ever-after-blogger-template/</link>
	<description>Free Blogger Templates for your blog. Download New Blogger Themes,Professional XML Blogspot Templates with in 1, 2 or 3 columns layouts for Free.</description>
	<lastBuildDate>Wed, 22 Mar 2017 04:39:58 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: NewBloggerThemes		</title>
		<link>https://newbloggerthemes.com/ever-after-blogger-template/comment-page-1/#comment-62794</link>

		<dc:creator><![CDATA[NewBloggerThemes]]></dc:creator>
		<pubDate>Sun, 09 Nov 2014 09:17:46 +0000</pubDate>
		<guid isPermaLink="false">https://newbloggerthemes.com/?p=1421#comment-62794</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://newbloggerthemes.com/ever-after-blogger-template/comment-page-1/#comment-62587&quot;&gt;Mel&lt;/a&gt;.

For first question:

https://newbloggerthemes.com/blog/fix-posted-date-undefined-error-blogger/

For second question, contact me with your site URL.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://newbloggerthemes.com/ever-after-blogger-template/comment-page-1/#comment-62587">Mel</a>.</p>
<p>For first question:</p>
<p>https://newbloggerthemes.com/blog/fix-posted-date-undefined-error-blogger/</p>
<p>For second question, contact me with your site URL.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Mel		</title>
		<link>https://newbloggerthemes.com/ever-after-blogger-template/comment-page-1/#comment-62587</link>

		<dc:creator><![CDATA[Mel]]></dc:creator>
		<pubDate>Thu, 06 Nov 2014 00:29:01 +0000</pubDate>
		<guid isPermaLink="false">https://newbloggerthemes.com/?p=1421#comment-62587</guid>

					<description><![CDATA[Hi,
thanks a lot for the template, it&#039;s beautiful.

i juste have two little questions cause I have some problems with the post dates. They don&#039;t appear on my blog (on the front page and on the article page, it&#039;s the same), only the hours appear. I think it&#039;s because the date is in english in this template whereas my blog is in french. How can I fix this ? Cause i tried to look for it by myself but i can&#039;t find how to do this. 
And another little thing is about the header. I put an image instead of a text for my blog title. But when i put an image, then it&#039;s not centered, the logo goes on the left... And again, i don&#039;t know what to do to have the image in the center automatically. 

So if you can help me with these problems it would be great!
Thanks]]></description>
			<content:encoded><![CDATA[<p>Hi,<br />
thanks a lot for the template, it's beautiful.</p>
<p>i juste have two little questions cause I have some problems with the post dates. They don't appear on my blog (on the front page and on the article page, it's the same), only the hours appear. I think it's because the date is in english in this template whereas my blog is in french. How can I fix this ? Cause i tried to look for it by myself but i can't find how to do this.<br />
And another little thing is about the header. I put an image instead of a text for my blog title. But when i put an image, then it's not centered, the logo goes on the left... And again, i don't know what to do to have the image in the center automatically. </p>
<p>So if you can help me with these problems it would be great!<br />
Thanks</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: NewBloggerThemes		</title>
		<link>https://newbloggerthemes.com/ever-after-blogger-template/comment-page-1/#comment-60933</link>

		<dc:creator><![CDATA[NewBloggerThemes]]></dc:creator>
		<pubDate>Tue, 07 Oct 2014 15:41:30 +0000</pubDate>
		<guid isPermaLink="false">https://newbloggerthemes.com/?p=1421#comment-60933</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://newbloggerthemes.com/ever-after-blogger-template/comment-page-1/#comment-60203&quot;&gt;judz&lt;/a&gt;.

you can change it. find this in &#034;Edit HTML&#034;:

body,
button,
input,
textarea {
color: #87a2a5;
font-family: &#039;Vollkorn&#039;, serif;
font-size: 20px;
font-size: 2.0rem;
font-weight: 400;
line-height: 1.5;
-webkit-font-smoothing: antialiased;
}

Let&#039;s say you need to change font size from 2.0rem to 1.6rem. Change above values like this:

body,
button,
input,
textarea {
color: #87a2a5;
font-family: &#039;Vollkorn&#039;, serif;
font-size: 16px;
font-size: 1.6rem;
font-weight: 400;
line-height: 1.5;
-webkit-font-smoothing: antialiased;
}]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://newbloggerthemes.com/ever-after-blogger-template/comment-page-1/#comment-60203">judz</a>.</p>
<p>you can change it. find this in &quot;Edit HTML&quot;:</p>
<p>body,<br />
button,<br />
input,<br />
textarea {<br />
color: #87a2a5;<br />
font-family: 'Vollkorn', serif;<br />
font-size: 20px;<br />
font-size: 2.0rem;<br />
font-weight: 400;<br />
line-height: 1.5;<br />
-webkit-font-smoothing: antialiased;<br />
}</p>
<p>Let's say you need to change font size from 2.0rem to 1.6rem. Change above values like this:</p>
<p>body,<br />
button,<br />
input,<br />
textarea {<br />
color: #87a2a5;<br />
font-family: 'Vollkorn', serif;<br />
font-size: 16px;<br />
font-size: 1.6rem;<br />
font-weight: 400;<br />
line-height: 1.5;<br />
-webkit-font-smoothing: antialiased;<br />
}</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: judz		</title>
		<link>https://newbloggerthemes.com/ever-after-blogger-template/comment-page-1/#comment-60203</link>

		<dc:creator><![CDATA[judz]]></dc:creator>
		<pubDate>Thu, 25 Sep 2014 10:01:14 +0000</pubDate>
		<guid isPermaLink="false">https://newbloggerthemes.com/?p=1421#comment-60203</guid>

					<description><![CDATA[Hi, is it possible to change the default font size? The normal size is too big, and the small size is too small...]]></description>
			<content:encoded><![CDATA[<p>Hi, is it possible to change the default font size? The normal size is too big, and the small size is too small...</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
