<?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[Question about layout position]]></title><description><![CDATA[<p dir="auto">I spend a few days reading through CSS but I can’t seem to move module around. I want to create a  header section where I can place different modules like clock, world_clock. Right below is family photos. I place my photos on fullscreen below with a height of 50% and I add padding-top=100px and remove all padding right left bottom to 0 px. Thinking that it will create a blank space at the top section of the photo.<br />
It didn’t work.  I place my clock module in the top bar but it just overlays on top of the photos.  Now I change to top_left and top_right.  I’ve attached my screenshot.<br />
How do I fix my custom.css to push the picture below the clocks?<br />
Also, my US holiday calendar is showing with 2 lines (the date and United States). I see others didn’t have the word United States on their screen. How can I fix so that United States doesn’t show up.<br />
Thanks in advance.</p>
<p dir="auto"><img src="/assets/uploads/files/1587709520476-image-4-23-20-at-11.23-pm.jpeg" alt="Image 4-23-20 at 11.23 PM.jpeg" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/topic/12662/question-about-layout-position</link><generator>RSS for Node</generator><lastBuildDate>Wed, 13 May 2026 00:09:52 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/12662.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 24 Apr 2020 06:30:19 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Question about layout position on Sat, 25 Apr 2020 10:44:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/matelot20" aria-label="Profile: matelot20">@<bdi>matelot20</bdi></a> Try putting it into fullscreen_below but in the config below the picture module.<br />
Or you could put it into bottom_bar and adjust the margin_bottom accordingly</p>
]]></description><link>https://forum.magicmirror.builders/post/73539</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/73539</guid><dc:creator><![CDATA[lavolp3]]></dc:creator><pubDate>Sat, 25 Apr 2020 10:44:44 GMT</pubDate></item><item><title><![CDATA[Reply to Question about layout position on Fri, 24 Apr 2020 23:10:59 GMT]]></title><description><![CDATA[<p dir="auto">you have to understand the  design here.</p>
<p dir="auto">this is a stack, on the bottom (furthest away) is fullscreen-below (below all others)<br />
then there is the positions<br />
and then there is fullscreen-above (above all others)…</p>
<p dir="auto">fullscreen-below is for the background.<br />
content goes here,  sits on top of background<br />
fullscreen-above is for a cover/screen-saver (hides all content and background)</p>
<p dir="auto">see the ~/MagicMirror/index.html for the layout of these areas…<br />
and then css/main.css for the classes that give it a 3 dimensional layout (zorder - is down, zorder + is above, normal i 0)</p>
]]></description><link>https://forum.magicmirror.builders/post/73520</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/73520</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 24 Apr 2020 23:10:59 GMT</pubDate></item><item><title><![CDATA[Reply to Question about layout position on Fri, 24 Apr 2020 23:01:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lavolp3" aria-label="Profile: lavolp3">@<bdi>lavolp3</bdi></a> Thank you so much for the pointer. I wouldn’t even know that the fullscreen margin is -60px. I used the margin-top to 180px as suggested and it works. The result is exactly what I want. I include the picture to see the update. Notice how my 7 day forecast is at bottom right. How do I move to be below the picture area? I try with middle_center but it shows over the picture.<br />
<img src="/assets/uploads/files/1587769279748-picture-screen.jpg" alt="picture screen.jpg" class=" img-fluid img-markdown" /></p>
<p dir="auto">Thanks again.</p>
]]></description><link>https://forum.magicmirror.builders/post/73519</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/73519</guid><dc:creator><![CDATA[matelot20]]></dc:creator><pubDate>Fri, 24 Apr 2020 23:01:23 GMT</pubDate></item><item><title><![CDATA[Reply to Question about layout position on Fri, 24 Apr 2020 07:14:53 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/matelot20" aria-label="Profile: matelot20">@<bdi>matelot20</bdi></a> said in <a href="/post/73442">Question about layout position</a>:</p>
<blockquote>
<p dir="auto">Also, my US holiday calendar is showing with 2 lines (the date and United States). I see others didn’t have the word United States on their screen. How can I fix so that United States doesn’t show up.</p>
</blockquote>
<p dir="auto">this seems to be MMM-MyCalendar and not the calendar default module.<br />
MMM-MyCalendar has a <code>showLocation</code>option. Try setting this to <code>false</code><br />
<a href="https://github.com/jclarke0000/MMM-MyCalendar#configuration-options" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/jclarke0000/MMM-MyCalendar#configuration-options</a></p>
]]></description><link>https://forum.magicmirror.builders/post/73446</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/73446</guid><dc:creator><![CDATA[lavolp3]]></dc:creator><pubDate>Fri, 24 Apr 2020 07:14:53 GMT</pubDate></item><item><title><![CDATA[Reply to Question about layout position on Fri, 24 Apr 2020 07:10:13 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/matelot20" aria-label="Profile: matelot20">@<bdi>matelot20</bdi></a><br />
The fullscreen-below section has a margin of -60px, so is extended 60px beyond the visible display. However a padding of 100px should show your picture 40px below the upper border of the screen.<br />
I would consider trying the following:</p>
<pre><code>.fullscreen_below {
  margin-top: 100px
}
</code></pre>
<p dir="auto">or check your padding-top entry for errors. Do you know how to work with the browser dev tools (F12 on your computer)?<br />
There in the elements tab you can check the css coder for every element. Very handy!</p>
]]></description><link>https://forum.magicmirror.builders/post/73443</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/73443</guid><dc:creator><![CDATA[lavolp3]]></dc:creator><pubDate>Fri, 24 Apr 2020 07:10:13 GMT</pubDate></item></channel></rss>