<?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[Needing help with Regions please]]></title><description><![CDATA[<p dir="auto">[alt text](<img src="/assets/uploads/files/1739472596106-mm-help.png" alt="MM Help.png" class=" img-fluid img-markdown" /> image url)</p>
<p dir="auto">I’m trying to :</p>
<ol>
<li>Make the padding or margin around all my modules be like 1 pixel (custom css posted below) (edit: I had it stretched to the edges, made a couple changes to the css and lost the code to make it work)!</li>
<li>Squish this bottom_right region down to just under the calendar and the css doesn’t seem to affect it.</li>
<li>Make the bottom_center region right justified so the Current conditions are right next to the forcast</li>
</ol>
<p dir="auto">I might not be doing things the right way, so if anyone has any better ideas, I’m all for learning.</p>
<p dir="auto">custom css:</p>
<pre><code>  
  /* Region Definitions */
  .region .container .module {
  margin: 0px;
  background-color: rgba(0 0 0 /10);
  min-width: 300px;
  position: relative;
}
  
  .region.top.right {
    position: absolute;
    width: 80%;
    height: 90%;
  }
   
 // .region.bottom.right {
    position: absolute;
    height: 30%;
    width: 16.5%;
  }
    
  .region.bottom.left {
    position: absolute;
    width: 16.5%;
  }
  
    .region.top.left {
    position: absolute;
    width: 16.5%;
  }
  
 .clock .time {
    font-size: 75px;
  }

  .anylist ul {
  margin: 0;
  font-size: 24px;
  padding: 0px;
  line-height: 25px;
  color: white;
}

</code></pre>
]]></description><link>https://forum.magicmirror.builders/topic/19434/needing-help-with-regions-please</link><generator>RSS for Node</generator><lastBuildDate>Sat, 06 Jun 2026 19:55:24 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/19434.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 13 Feb 2025 18:51:14 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Needing help with Regions please on Fri, 14 Feb 2025 01:53:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/xsoldier2000" aria-label="Profile: Xsoldier2000">@<bdi>Xsoldier2000</bdi></a> yeh, the dev window has a lot of content</p>
]]></description><link>https://forum.magicmirror.builders/post/124035</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/124035</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 14 Feb 2025 01:53:28 GMT</pubDate></item><item><title><![CDATA[Reply to Needing help with Regions please on Fri, 14 Feb 2025 01:29:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a> yes, I was definitely the dev window, just didn’t know the terminology. Think I’ve read through your second link twice (might have nodded of there a couple times), but you pointed me in the right direction, thank you.</p>
]]></description><link>https://forum.magicmirror.builders/post/124034</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/124034</guid><dc:creator><![CDATA[Xsoldier2000]]></dc:creator><pubDate>Fri, 14 Feb 2025 01:29:49 GMT</pubDate></item><item><title><![CDATA[Reply to Needing help with Regions please on Thu, 13 Feb 2025 23:07:16 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/xsoldier2000" aria-label="Profile: Xsoldier2000">@<bdi>Xsoldier2000</bdi></a> also see the second link in my signature below about using dev window</p>
]]></description><link>https://forum.magicmirror.builders/post/124029</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/124029</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 13 Feb 2025 23:07:16 GMT</pubDate></item><item><title><![CDATA[Reply to Needing help with Regions please on Thu, 13 Feb 2025 19:13:26 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/xsoldier2000" aria-label="Profile: Xsoldier2000">@<bdi>Xsoldier2000</bdi></a> we define the module padding in<br />
css/main.css</p>
<pre><code>--gap-modules: 30px;
</code></pre>
<p dir="auto">you can override those in custom.css</p>
<p dir="auto">you dont need to change the regions themselves</p>
<p dir="auto">you can move your module right too</p>
]]></description><link>https://forum.magicmirror.builders/post/124005</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/124005</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 13 Feb 2025 19:13:26 GMT</pubDate></item></channel></rss>