<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Clock Module css edit]]></title><description><![CDATA[<p dir="auto">Cock Module.<br />
My design is working fine but I am having a heck of a time formatting one component.<br />
Currently my time for example reads the following in a 12hr format<br />
12:28PM</p>
<p dir="auto">Is there a way to add a space between the 8 and PM so it looks like<br />
12:28 PM</p>
<p dir="auto">Can not find in the css where I can change it if it is possible.<br />
Thanks<br />
carltonb</p>
]]></description><link>https://forum.magicmirror.builders/topic/13170/clock-module-css-edit</link><generator>RSS for Node</generator><lastBuildDate>Thu, 18 Jun 2026 17:13:13 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/13170.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 29 Jun 2020 19:30:52 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Clock Module css edit on Tue, 30 Jun 2020 19:45:06 GMT]]></title><description><![CDATA[<p dir="auto">Thanks so much.<br />
Worked fine.<br />
I had to tweak the code to this to make a difference.</p>
<pre><code>.clock .time span {
  margin-left: 100px;
}
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/77863</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/77863</guid><dc:creator><![CDATA[carltonb]]></dc:creator><pubDate>Tue, 30 Jun 2020 19:45:06 GMT</pubDate></item><item><title><![CDATA[Reply to Clock Module css edit on Mon, 29 Jun 2020 22:58:56 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/carltonb" aria-label="Profile: carltonb">@<bdi>carltonb</bdi></a> try this:</p>
<pre><code>.clock .time span {
  margin-left: 20px;
}
</code></pre>
<p dir="auto">untested! :-)</p>
]]></description><link>https://forum.magicmirror.builders/post/77834</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/77834</guid><dc:creator><![CDATA[lavolp3]]></dc:creator><pubDate>Mon, 29 Jun 2020 22:58:56 GMT</pubDate></item></channel></rss>