<?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[calendar_monthly: Please help me with column width.]]></title><description><![CDATA[<p dir="auto">I love the calendar_monthly module. It’s a true addition to my Magic Mirror project. Can you please help me reduce the width of the columns? I’m failing to figure it out.</p>
<p dir="auto">I’m talking about the space between ma. di. wo. do. and their corresponding dates.<br />
I’ve been working with custom.css, moving things from the calendar_monthly mcal.css to custom.css and I even tried to inspect the elements in Chrome but I just can’t figure it out.</p>
<p dir="auto">Please help. I’m almost there ;)</p>
<p dir="auto"><img src="/assets/uploads/files/1609464669810-screenshot-2021-01-01-at-02.30.37.png" alt="Screenshot 2021-01-01 at 02.30.37.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/topic/14340/calendar_monthly-please-help-me-with-column-width</link><generator>RSS for Node</generator><lastBuildDate>Mon, 11 May 2026 12:51:23 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/14340.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 01 Jan 2021 02:47:39 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to calendar_monthly: Please help me with column width. on Fri, 01 Jan 2021 12:37:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ashishtank" aria-label="Profile: ashishtank">@<bdi>ashishtank</bdi></a> said in <a href="/post/86451">calendar_monthly: Please help me with column width.</a>:</p>
<blockquote>
<p dir="auto">#calendar-table {<br />
width: 80%;	<br />
}</p>
</blockquote>
<p dir="auto">This worked perfectly. Thank you ashishtank! Really helpful.</p>
]]></description><link>https://forum.magicmirror.builders/post/86460</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/86460</guid><dc:creator><![CDATA[MaXi-XCeL]]></dc:creator><pubDate>Fri, 01 Jan 2021 12:37:32 GMT</pubDate></item><item><title><![CDATA[Reply to calendar_monthly: Please help me with column width. on Fri, 01 Jan 2021 09:59:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/maxi-xcel" aria-label="Profile: MaXi-XCeL">@<bdi>MaXi-XCeL</bdi></a> You can adjust the width of calendar using custom.css, right now it is set to 100% and each cell (day) is set to 14.2 % (so 14.2 x 7 = ~ 100 full width of calendar). Put below in your custom.css adjust the 80% to your taste.</p>
<pre><code>#calendar-table {
	width: 80%;	
}
</code></pre>
<p dir="auto">Before</p>
<p dir="auto"><img src="/assets/uploads/files/1609495141853-475251bf-1c80-4bcb-957e-ae9bff1f9db7-image.png" alt="475251bf-1c80-4bcb-957e-ae9bff1f9db7-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">After<br />
<img src="/assets/uploads/files/1609495154773-f773dc83-2e5e-4242-b811-e2f585e0e585-image.png" alt="f773dc83-2e5e-4242-b811-e2f585e0e585-image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/86451</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/86451</guid><dc:creator><![CDATA[ashishtank]]></dc:creator><pubDate>Fri, 01 Jan 2021 09:59:41 GMT</pubDate></item></channel></rss>