<?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[Help with the Clock module]]></title><description><![CDATA[<p dir="auto">How do i fix the clock in the top right corner, at the moment it is floating so moves up and down for some reason and is rather inset. This gives an unpleasant aesthetic so id rather the clock was fixed in place. I have attached the current CSS below. Any help is greatly appreciated</p>
<pre><code>#GPHOTO_CURRENT {
        background-size:cover;
}
.clock {
  padding: 10px;
        background-color: rgba(0, 0, 0, 0.2);
}
.weather {
  padding: 10px;
        background-color: rgba(0, 0, 0, 0.2);
}
.calendar {
  padding: 10px;
        background-color: rgba(0, 0, 0, 0.2);
}

.clock {
  top:1px;
  left: 1px;
  bottom: inherit;
  right: inherit;
}
#GPHOTO_INFO {
  top: 400px;
  left: 10px;
  bottom: inherit;
  right: inherit;
}


</code></pre>
]]></description><link>https://forum.magicmirror.builders/topic/17109/help-with-the-clock-module</link><generator>RSS for Node</generator><lastBuildDate>Fri, 17 Jul 2026 07:56:51 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/17109.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 15 Aug 2022 21:39:31 GMT</pubDate><ttl>60</ttl></channel></rss>