<?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[CSS-help]]></title><description><![CDATA[<p dir="auto">I have a problem with the text being bunched together, how do I make it have some spaces between the different elements?</p>
<p dir="auto"><img src="/assets/uploads/files/1534782165921-skjermbilde-2018-08-20-kl.18.20.54.png" alt="0_1534782164102_Skjermbilde 2018-08-20 kl. 18.20.54.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/topic/8618/css-help</link><generator>RSS for Node</generator><lastBuildDate>Thu, 18 Jun 2026 02:23:10 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/8618.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 20 Aug 2018 16:22:50 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to CSS-help on Tue, 21 Aug 2018 09:22:13 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/cowboysdude" aria-label="Profile: cowboysdude">@<bdi>cowboysdude</bdi></a><br />
Thanks! Finally did it!</p>
]]></description><link>https://forum.magicmirror.builders/post/43625</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/43625</guid><dc:creator><![CDATA[jorgeb1502]]></dc:creator><pubDate>Tue, 21 Aug 2018 09:22:13 GMT</pubDate></item><item><title><![CDATA[Reply to CSS-help on Tue, 21 Aug 2018 01:39:09 GMT]]></title><description><![CDATA[<p dir="auto">@sean said in <a href="/post/43597">CSS-help</a>:</p>
<blockquote>
<p dir="auto">.your_target_className {<br />
padding-right:10px;<br />
}</p>
</blockquote>
<p dir="auto">If all you need is that one entry you can put it in your custom.css file located in the css directory of magicmirror like this…</p>
<p dir="auto">.MMM-Whateveryourmodulenameis   .your_target_className {</p>
<blockquote>
<p dir="auto">padding-right:10px;</p>
</blockquote>
<p dir="auto">OR add this to your module:</p>
<pre><code>      getStyles: function() {
       return ["MMM-Whateveryourmodulenameis.css"];
       },
</code></pre>
<p dir="auto">Then create a css file named like the above and enter your info in that…</p>
<p dir="auto">Like I said if you only need that one entry I’d just shove into my custom.css file…</p>
]]></description><link>https://forum.magicmirror.builders/post/43618</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/43618</guid><dc:creator><![CDATA[cowboysdude]]></dc:creator><pubDate>Tue, 21 Aug 2018 01:39:09 GMT</pubDate></item><item><title><![CDATA[Reply to CSS-help on Mon, 20 Aug 2018 20:08:22 GMT]]></title><description><![CDATA[<p dir="auto">@sean<br />
How do I create one and how do I use it? I’m kind of new to this.</p>
]]></description><link>https://forum.magicmirror.builders/post/43613</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/43613</guid><dc:creator><![CDATA[jorgeb1502]]></dc:creator><pubDate>Mon, 20 Aug 2018 20:08:22 GMT</pubDate></item><item><title><![CDATA[Reply to CSS-help on Mon, 20 Aug 2018 16:36:03 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jorgeb1502" aria-label="Profile: jorgeb1502">@<bdi>jorgeb1502</bdi></a><br />
give a padding inside box model.</p>
<pre><code class="language-CSS">.your_target_className {
  padding-right:10px;
}
</code></pre>
<p dir="auto">just example.</p>
]]></description><link>https://forum.magicmirror.builders/post/43597</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/43597</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Mon, 20 Aug 2018 16:36:03 GMT</pubDate></item></channel></rss>