<?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[Issue with bottom bar, newsfeed module and top margin.]]></title><description><![CDATA[<p dir="auto">I’m having some issues removing some distance between the region bottom.bar and bottom.left/right. Seems that the default news module has some kind of margin on the top creating a distance of about 20-30px.</p>
<p dir="auto">I tried experimenting with margins and sizing for both the module and the region with no luck so far. Making the region smaller only moves the module down and out of sight… margin experiments seems to be doing nothing…</p>
<p dir="auto">My current custom css is as follows:</p>
<pre><code>/*****************************************************
 * Magic Mirror                                      *
 * Custom CSS                                        *
 *                                                   *
 * By Michael Teeuw http://michaelteeuw.nl           *
 * MIT Licensed.                                     *
 *                                                   *
 * Add any custom CSS below.                         *
 * Changes to this files will be ignored by GIT. *
 *****************************************************/

 body {
	position: absolute;
	margin: 2px;
	margin-right: 2px;
	height: 100%;
	width: 99%; 
 }
 .region.top.bar {
	height: 40px;
	text-align: left;
 }
 .region.bottom.bar {
	background-color: red;
 }
 .region.bottom.left {
	 margin-bottom: 0;
	 background-color: royalblue;
 }
 .region.bottom.right {
	 margin-bottom: 0;
 }
 .region.fullscreen {
	 position: absolute;
	 top: -2px;
	 left: -2px;
	 right: -2px;
	 bottom: -2px;
 }
.MMM-MyCalendar {
	max-width: none; /* this will allow the calendar to expand to the full width of the column */
}
.MMM-MyCalendar .calendar-event .title,
.MMM-MyCalendar .calendar-event .time,
.MMM-MyCalendar .calendar-event .location {
	padding-left: 0px; /* you may want to omit this if you get unexpected overlapping... */
	white-space: normal;
}
region.bottom.bar .newsfeed {
	margin-top: 0;
	margin-bottom: 40px;
}
</code></pre>
]]></description><link>https://forum.magicmirror.builders/topic/11405/issue-with-bottom-bar-newsfeed-module-and-top-margin</link><generator>RSS for Node</generator><lastBuildDate>Wed, 22 Apr 2026 20:23:23 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/11405.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 20 Oct 2019 13:06:10 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Issue with bottom bar, newsfeed module and top margin. on Sun, 20 Oct 2019 13:59:31 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> thanks for the advice.</p>
<p dir="auto">After some more trial and error it made me figure out I had to add these two to fix it.</p>
<pre><code> .region.bottom.bar .container {
	margin-top: 0;
 }
 .region.bottom.bar .module {
	 margin-top: 0;
 }
</code></pre>
<p dir="auto">Guess it was the container one that I was missing and had to use together with the module definition to get it working.</p>
]]></description><link>https://forum.magicmirror.builders/post/63026</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/63026</guid><dc:creator><![CDATA[Brandenborg]]></dc:creator><pubDate>Sun, 20 Oct 2019 13:59:31 GMT</pubDate></item><item><title><![CDATA[Reply to Issue with bottom bar, newsfeed module and top margin. on Sun, 20 Oct 2019 13:10:55 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/brandenborg" aria-label="Profile: Brandenborg">@<bdi>Brandenborg</bdi></a> while I don’t  have the solution, you can see the calculated css by opening the developers window, ctrl-shift-i on the keyboard, select the tab labeled ‘elements’ and navigate thru the web page content.</p>
<p dir="auto">as u select each element, on the right is a window with the css selectors used (top most parent at  the  bottom)</p>
]]></description><link>https://forum.magicmirror.builders/post/63025</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/63025</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 20 Oct 2019 13:10:55 GMT</pubDate></item></channel></rss>