<?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[Help with CSS to align Sonos Art Work]]></title><description><![CDATA[<p dir="auto">Hi All!<br />
I am trying to figure out to align the art work of the SONOS Module to the left in the custom CSS and I can’t figure it out. Anyone familiar enough with CSS to help me out ?<br />
<img src="/assets/uploads/files/1571419064392-screen-shot-2019-10-18-at-10.15.36-am.png" alt="0_1571419063790_Screen Shot 2019-10-18 at 10.15.36 AM.png" class=" img-fluid img-markdown" /><br />
I am looking to have the art work on the left of the text.</p>
<p dir="auto">Thanks !</p>
<p dir="auto">Here is the layout:</p>
<pre><code>&lt;div class=sonos&gt;
   &lt;ul class="flip"&gt;
     &lt;div class="type normal small"&gt;Source: Track&lt;/div&gt;
     &lt;div class="song"&gt;
        &lt;div class="name normal small"&gt;
           &lt;div&gt;Artist: Ozuna&lt;/div&gt;
           &lt;div&gt;Track: Te Soñé de Nuevo&lt;/div&gt;
        &lt;/div&gt;
   &lt;div class="art"&gt;
        &lt;img src="http://192.168.1.227:1400/getaa?v=0&amp;amp;vli=1&amp;amp;u=1471199652"&gt;
   &lt;/div&gt;
   &lt;/div&gt;
&lt;/ul&gt;
&lt;/div&gt;
</code></pre>
<p dir="auto"><img src="/assets/uploads/files/1571423130555-screen-shot-2019-10-18-at-11.25.07-am.png" alt="0_1571423129224_Screen Shot 2019-10-18 at 11.25.07 AM.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/topic/11391/help-with-css-to-align-sonos-art-work</link><generator>RSS for Node</generator><lastBuildDate>Thu, 21 May 2026 11:46:32 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/11391.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 18 Oct 2019 17:20:05 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Help with CSS to align Sonos Art Work on Fri, 18 Oct 2019 22:58:30 GMT]]></title><description><![CDATA[<p dir="auto">THANKS! You did it! I really appreciate the help! :folded_hands:</p>
]]></description><link>https://forum.magicmirror.builders/post/62957</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/62957</guid><dc:creator><![CDATA[frogywill]]></dc:creator><pubDate>Fri, 18 Oct 2019 22:58:30 GMT</pubDate></item><item><title><![CDATA[Reply to Help with CSS to align Sonos Art Work on Fri, 18 Oct 2019 22:31:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/frogywill" aria-label="Profile: frogywill">@<bdi>frogywill</bdi></a></p>
<p dir="auto">Ahh sorry, didn’t read carefully enough.</p>
<p dir="auto">try this then, should shift the text to the right and let the image pop up next to it</p>
<pre><code>.song {position: relative;}
.song .name {position: absolute; left: 200px;}
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/62955</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/62955</guid><dc:creator><![CDATA[broberg]]></dc:creator><pubDate>Fri, 18 Oct 2019 22:31:29 GMT</pubDate></item><item><title><![CDATA[Reply to Help with CSS to align Sonos Art Work on Fri, 18 Oct 2019 21:34:53 GMT]]></title><description><![CDATA[<p dir="auto">Thanks, wouldn’t that align the art work to the text above? What I am trying to do is have the Art work be on the left of the text instead of below it:</p>
<p dir="auto">(ART WORK) (SONG DETAILS)</p>
<p dir="auto">Rather than:<br />
(SONG DETAILS)<br />
(ART WORK)</p>
]]></description><link>https://forum.magicmirror.builders/post/62952</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/62952</guid><dc:creator><![CDATA[frogywill]]></dc:creator><pubDate>Fri, 18 Oct 2019 21:34:53 GMT</pubDate></item><item><title><![CDATA[Reply to Help with CSS to align Sonos Art Work on Fri, 18 Oct 2019 18:52:12 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/frogywill" aria-label="Profile: frogywill">@<bdi>frogywill</bdi></a></p>
<p dir="auto">In the custom.css file add :</p>
<pre><code>.art img {padding-left: 10px}
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/62946</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/62946</guid><dc:creator><![CDATA[broberg]]></dc:creator><pubDate>Fri, 18 Oct 2019 18:52:12 GMT</pubDate></item></channel></rss>