<?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[Word wrap Module?]]></title><description><![CDATA[<p dir="auto">Hi, i have a quesiton.  I have a module which is in the bottom_left and for some reason, the text doesn’t word wrap.  I am just wondering if there’s a way to do this with the custom.css file or if I have to add something to my module itself.  I basically just want to wrap it similar to as wide as the calendar module is.</p>
<p dir="auto">Thanks in advance.default</p>
]]></description><link>https://forum.magicmirror.builders/topic/11042/word-wrap-module</link><generator>RSS for Node</generator><lastBuildDate>Thu, 11 Jun 2026 03:49:41 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/11042.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 26 Aug 2019 02:15:44 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Word wrap Module? on Mon, 26 Aug 2019 08:31:53 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ooom416354" aria-label="Profile: ooom416354">@<bdi>ooom416354</bdi></a></p>
<p dir="auto">Hi, yes it’s possible but you would have to define the size for the module for it to contain the text.<br />
(Otherwise it just fills the available space in the bottom_left region)</p>
<p dir="auto">so in the custom.css add something like this :</p>
<pre><code>
.MMM_modulename {
width : 400px;
}


</code></pre>
<p dir="auto">Replace the “MMM_modulename” with the name of the module and adjust the width accordingly.</p>
]]></description><link>https://forum.magicmirror.builders/post/60409</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/60409</guid><dc:creator><![CDATA[broberg]]></dc:creator><pubDate>Mon, 26 Aug 2019 08:31:53 GMT</pubDate></item></channel></rss>