<?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[Region, module, and module content alignment]]></title><description><![CDATA[<p dir="auto">I am struggling to get region right, the modules,  and the module content in it aligned to my liking.  In the image, the orange outline is region top right.  The green outline is the weather module (only the bottom is visible since it lines up nicely with the region).  I would like to get region right moved over so it is just right of region center and the content inside the weather module right justified.  Also, if someone could explain what the horizontal position of the regions mean- left: 0-834, center: 630-204, and right: 834-0; that might help me going forward.  Please let me know if I can provide some more code to help to help with my formatting.  I appreciate the help.<br />
<img src="/assets/uploads/files/1685932193340-borders.png" alt="Borders.PNG" class=" img-fluid img-markdown" /><br />
In my custom.css</p>
<pre><code>:root {
  --color-text: #ccc;
  --color-text-dimmed: #999;
  --color-text-bright: #fff;
  --color-background: black;
  --font-primary: "Roboto Condensed";
  --font-secondary: "Roboto";  
  --font-size: 20px;
  --font-size-small: 0.75rem;
  --gap-body-top: 10px;
  --gap-body-right: 10px;
  --gap-body-bottom: 10px;
  --gap-body-left: 10px;  
  --gap-modules: 15px;  
  --highTempColor: rgb(115,30,30);
  --lowTempColor: blue;
  --My-zoom: 100%;
}

body {
/*	zoom: var(--My-zoom); /**/
}
.region.left {
	width: 420px;
	margin-right: 6px;
}
.region.center {
	width: 420px;
	margin-left: 3px;
	margin-right: 3px;
}
.region.right {
	width: 420px;
	margin-left: 6px;
}
</code></pre>
]]></description><link>https://forum.magicmirror.builders/topic/17826/region-module-and-module-content-alignment</link><generator>RSS for Node</generator><lastBuildDate>Sat, 08 Aug 2026 16:24:30 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/17826.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 05 Jun 2023 02:36:28 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Region, module, and module content alignment on Mon, 05 Jun 2023 03:01:16 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/dde12" aria-label="Profile: DDE12">@<bdi>DDE12</bdi></a>  as you look at the locations in the bottom</p>
<p dir="auto">region is position:absolute, so these are the ACTUAL positions</p>
<p dir="auto">you see the<br />
left is pixel 0 (left edge) to pixel 834<br />
right is pixel 834 to 0 (right edge)<br />
the middle is 630 from left and 204 from right</p>
<p dir="auto">left and middle are approx 751 (of the 834) pixels in the center of their space for data<br />
(not margin or  padding)</p>
<p dir="auto">right is wider</p>
]]></description><link>https://forum.magicmirror.builders/post/109640</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/109640</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 05 Jun 2023 03:01:16 GMT</pubDate></item></channel></rss>