<?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[MMM-FlipClock and CSS]]></title><description><![CDATA[<p dir="auto">Hello everybody</p>
<p dir="auto">I have some trouble manipulating the MMM-FlipClock. I want the Clock and the date side-by-side without a huge gap. See the screenshot</p>
<p dir="auto"><img src="/assets/uploads/files/1732260391566-electron_m3isc96lvm.png" alt="electron_M3iSC96LvM.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">How do I reduce the gap through CSS? Can anybody point me in the right direction? Se my CSS:</p>
<pre><code>.tick {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.MMM-FlipClock .time {
    order: 1;
}

.MMM-FlipClock .date {
    order: 2;
}
</code></pre>
<p dir="auto">I have tried to use margin and padding without any luck. I want to have the content aligned to the left.</p>
<p dir="auto">Is i possible?</p>
<p dir="auto">Thanks for your help.</p>
]]></description><link>https://forum.magicmirror.builders/topic/19161/mmm-flipclock-and-css</link><generator>RSS for Node</generator><lastBuildDate>Sun, 12 Jul 2026 00:24:16 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/19161.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 22 Nov 2024 07:31:16 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-FlipClock and CSS on Fri, 22 Nov 2024 21:26:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kasperinline" aria-label="Profile: kasperinline">@<bdi>kasperinline</bdi></a> awesome!!</p>
]]></description><link>https://forum.magicmirror.builders/post/121514</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/121514</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 22 Nov 2024 21:26:33 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-FlipClock and CSS on Fri, 22 Nov 2024 20:46:22 GMT]]></title><description><![CDATA[<p dir="auto">Got it! And learned a little more:</p>
<pre><code>.tick .medium {
	font-size: 60px;
	 text-transform: uppercase;
}

.tick {
    display: flex;
    align-items: left;
    justify-content: start;
}

.MMM-FlipClock .time {
    order: 1;
}

.MMM-FlipClock .date {
    order: 2;
	align-self: center;
}
</code></pre>
<p dir="auto"><img src="/assets/uploads/files/1732308374075-electron_uz6jpbdbja.png" alt="electron_uz6jpbdbja.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/121512</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/121512</guid><dc:creator><![CDATA[kasperinline]]></dc:creator><pubDate>Fri, 22 Nov 2024 20:46:22 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-FlipClock and CSS on Fri, 22 Nov 2024 20:28:14 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><br />
Thanks for your answer - I already tried developer window and a bit of A.I. but I can’t get any further than my screenshot.</p>
<p dir="auto">I think I have to study CSS instead of ‘copy/paste’ and trial’n’error as now.</p>
<p dir="auto">:-)</p>
]]></description><link>https://forum.magicmirror.builders/post/121511</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/121511</guid><dc:creator><![CDATA[kasperinline]]></dc:creator><pubDate>Fri, 22 Nov 2024 20:28:14 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-FlipClock and CSS on Fri, 22 Nov 2024 12:03:02 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kasperinline" aria-label="Profile: kasperinline">@<bdi>kasperinline</bdi></a> I do not know, but you can use the developer window elements tab to view and test changes live</p>
<p dir="auto">See the second link in my signature below for a short walkthru</p>
]]></description><link>https://forum.magicmirror.builders/post/121508</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/121508</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 22 Nov 2024 12:03:02 GMT</pubDate></item></channel></rss>