<?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[Margin Adjust]]></title><description><![CDATA[<p dir="auto">Is there a way to change the right and left margin size, I have about an inch and half on either side.</p>
]]></description><link>https://forum.magicmirror.builders/topic/6067/margin-adjust</link><generator>RSS for Node</generator><lastBuildDate>Fri, 12 Jun 2026 02:17:37 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/6067.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 04 Jan 2018 00:49:13 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Margin Adjust on Thu, 04 Jan 2018 01:31:53 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/navyvette87" aria-label="Profile: navyvette87">@<bdi>navyvette87</bdi></a></p>
<p dir="auto">In the <strong>body</strong> of your custom.css file:</p>
<pre><code>body {
  margin: 5px;
  height: calc(100% - 10px);
  width: calc(100% - 10px);
}
</code></pre>
<p dir="auto">Adjust accordingly.</p>
]]></description><link>https://forum.magicmirror.builders/post/33304</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/33304</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Thu, 04 Jan 2018 01:31:53 GMT</pubDate></item></channel></rss>