<?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[Separating text from image]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">I’m using MMM-Lunartic and it’s great. The only minor issue is that the text goes through the image of the moon, making it difficult to read. I’d like to move the text down (and maybe increase the size too) but have zero understanding of CSS editing. I’ve looked through the .CSS files in the module but cannot find any options that define text position or size.<br />
Apologies if this is a really silly question!</p>
]]></description><link>https://forum.magicmirror.builders/topic/11597/separating-text-from-image</link><generator>RSS for Node</generator><lastBuildDate>Wed, 12 Aug 2026 21:34:41 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/11597.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 14 Nov 2019 20:22:20 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Separating text from image on Thu, 14 Nov 2019 23:58:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/foreverbrewing" aria-label="Profile: ForeverBrewing">@<bdi>ForeverBrewing</bdi></a> said in <a href="/post/64456">Separating text from image</a>:</p>
<blockquote>
<p dir="auto">For clarity, the edits have to be in the custom.css file, not in the MMM-Lunartic.css file?</p>
</blockquote>
<p dir="auto">Yes, that’s right. Look at the very first line of that post again. :laughing:</p>
]]></description><link>https://forum.magicmirror.builders/post/64457</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/64457</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Thu, 14 Nov 2019 23:58:07 GMT</pubDate></item><item><title><![CDATA[Reply to Separating text from image on Thu, 14 Nov 2019 22:35:05 GMT]]></title><description><![CDATA[<p dir="auto">For clarity, the edits have to be in the custom.css file, not in the MMM-Lunartic.css file?</p>
]]></description><link>https://forum.magicmirror.builders/post/64456</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/64456</guid><dc:creator><![CDATA[ForeverBrewing]]></dc:creator><pubDate>Thu, 14 Nov 2019 22:35:05 GMT</pubDate></item><item><title><![CDATA[Reply to Separating text from image on Thu, 14 Nov 2019 22:34:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/foreverbrewing" aria-label="Profile: ForeverBrewing">@<bdi>ForeverBrewing</bdi></a></p>
<p dir="auto">Forgot something. The <code>maxWidth: "300px",</code> in the config entry will likely have to be increased to accommodate the larger text, unless you want the text to wrap.</p>
]]></description><link>https://forum.magicmirror.builders/post/64455</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/64455</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Thu, 14 Nov 2019 22:34:34 GMT</pubDate></item><item><title><![CDATA[Reply to Separating text from image on Thu, 14 Nov 2019 22:30:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mykle1" aria-label="Profile: Mykle1">@<bdi>Mykle1</bdi></a> Thank you kind sir.</p>
]]></description><link>https://forum.magicmirror.builders/post/64454</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/64454</guid><dc:creator><![CDATA[ForeverBrewing]]></dc:creator><pubDate>Thu, 14 Nov 2019 22:30:32 GMT</pubDate></item><item><title><![CDATA[Reply to Separating text from image on Thu, 14 Nov 2019 22:26:21 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/foreverbrewing" aria-label="Profile: ForeverBrewing">@<bdi>ForeverBrewing</bdi></a></p>
<p dir="auto">Add these to your custom.css file.  Play with the values to your satisfaction. :-)</p>
<pre><code>.MMM-Lunartic .xsmall.bright {
  font-size:22px;
}

.MMM-Lunartic img.photo {
/*  display: none;              uncomment if you don't want an image */
  width: 100%;                /* adjust size of moon picture */
  margin-left: 0px;          /* Precisely align moon picture with these */
  margin-right: 0px;
  margin-top: 0px;         /* -41px for current. -21px for animation or static. */
  margin-bottom: -11px;      /* -51px for current. -21px for animation or static. */
}
</code></pre>
<p dir="auto">This pic shows the result of the above</p>
<p dir="auto"><img src="/assets/uploads/files/1573770373411-yes.png" alt="0_1573770372715_yes.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/64452</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/64452</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Thu, 14 Nov 2019 22:26:21 GMT</pubDate></item></channel></rss>