<?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[Enlarging clock causes overlap]]></title><description><![CDATA[<p dir="auto">Hi all!</p>
<p dir="auto">I have been making a new installation and am having issues with the clock. I have the screen in a portrait position and I want the clock to be displayed at the top taking up the whole width so it can been seen clearly across the room. The issue I am having is that although I found out about the ability to use the custom.css file to tweak things like the font size, it is now overlapping other modules and the date dissapears off of the top of the screen:</p>
<p dir="auto"><img src="https://i.ibb.co/k2DKDpK/clock.jpg" alt="alt text" class=" img-fluid img-markdown" /></p>
<p dir="auto">Is there anyway to get the the date closer to the clock and move the other modules below the “top_bar” where the clock is now?</p>
<p dir="auto">Many thanks!</p>
]]></description><link>https://forum.magicmirror.builders/topic/12446/enlarging-clock-causes-overlap</link><generator>RSS for Node</generator><lastBuildDate>Sat, 08 Aug 2026 03:34:49 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/12446.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 29 Mar 2020 11:55:05 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Enlarging clock causes overlap on Sun, 29 Mar 2020 12:25:43 GMT]]></title><description><![CDATA[<p dir="auto">Wooo sorted :D</p>
<pre><code>.clock .time{
/*transform: scale(5);*/
font-size:300px;
}

.clock .date {
font-size: 75px;
margin-bottom:75px;
}

.region.top .container {
  margin-bottom: 200px;
}
</code></pre>
<p dir="auto">results in:</p>
<p dir="auto"><img src="https://i.ibb.co/ng8TP1z/20200329-132309sml.jpg" alt="alt text" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/71351</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/71351</guid><dc:creator><![CDATA[smartroad]]></dc:creator><pubDate>Sun, 29 Mar 2020 12:25:43 GMT</pubDate></item><item><title><![CDATA[Reply to Enlarging clock causes overlap on Sun, 29 Mar 2020 12:17:16 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/smartroad" aria-label="Profile: smartroad">@<bdi>smartroad</bdi></a> okay figured out the spacing issue, added:</p>
<pre><code>.region.top .container {
  margin-bottom: 275px;
}
</code></pre>
<p dir="auto">and now have the calendar and waether spaced below the clock. Still not sure how to move the date closer to the clock though</p>
]]></description><link>https://forum.magicmirror.builders/post/71349</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/71349</guid><dc:creator><![CDATA[smartroad]]></dc:creator><pubDate>Sun, 29 Mar 2020 12:17:16 GMT</pubDate></item></channel></rss>