<?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[change default position of module]]></title><description><![CDATA[<p dir="auto">I’m going crazy … I’m trying to change position of newsfeed from bottom center to bottom left … Even If I’ve read tons of posts, I was’t able to do it via custom.css.<br />
So i tried with config.js, and specifing the following :</p>
<pre><code> {
                        module: "newsfeed",
                        position: "bottom_left",

</code></pre>
<p dir="auto">it’s ok, BUT before that the first line was aligned to the center. Now it’s aligned to left. How to solve that ? Via CSS?</p>
]]></description><link>https://forum.magicmirror.builders/topic/6108/change-default-position-of-module</link><generator>RSS for Node</generator><lastBuildDate>Wed, 19 Aug 2026 17:50:28 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/6108.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 08 Jan 2018 22:46:04 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to change default position of module on Wed, 10 Jan 2018 20:13:17 GMT]]></title><description><![CDATA[<p dir="auto">great! that’s what I was looking for !!! thanks a lot!</p>
]]></description><link>https://forum.magicmirror.builders/post/33758</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/33758</guid><dc:creator><![CDATA[davide]]></dc:creator><pubDate>Wed, 10 Jan 2018 20:13:17 GMT</pubDate></item><item><title><![CDATA[Reply to change default position of module on Mon, 08 Jan 2018 23:18:08 GMT]]></title><description><![CDATA[<p dir="auto">You’re right; for what you were trying to do, you need to use <code>position</code> in <code>config.js</code>. From what I understand you’re trying to do – <em>I could be wrong</em> – you can put this in your <code>custom.css</code>:</p>
<pre><code>div.region.bottom.left div.module.newsfeed {
  text-align: center;
  max-width: 500px; /* change to whatever width you want */
}
</code></pre>
<p dir="auto">This will make any <code>newsfeed</code> module in the <code>bottom_left</code> position <em>still</em> center its text.</p>
<p dir="auto">By default, any module put against the sides align their text accordingly. This will override that behaviour. You will need <code>max-width</code> otherwise the module will simply (at least, in my testing) span the whole screen.</p>
<p dir="auto">nbm</p>
]]></description><link>https://forum.magicmirror.builders/post/33634</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/33634</guid><dc:creator><![CDATA[ninjabreadman]]></dc:creator><pubDate>Mon, 08 Jan 2018 23:18:08 GMT</pubDate></item></channel></rss>