<?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[Fixed text on top left]]></title><description><![CDATA[<p dir="auto">Hi there,</p>
<p dir="auto">I'm trying to fix the position of a text block on my website in the top left corner, while the right part (stack of carousels) should remain scrollable.</p>
<p dir="auto">I've assigned a class to the block and used the custom CSS found on these forums, but when applied, my top carousel is shifted to the left (screenshot attached).<br />
I've also attached an image of how things are arrange in my editor. Hope this makes my case clear enough :)</p>
<p dir="auto"><strong>website:</strong><br />
<a href="http://nevcvi.dreamhosters.com" target="_blank" rel="noopener noreferrer nofollow ugc">http://nevcvi.dreamhosters.com</a></p>
<p dir="auto"><strong>screenhost:</strong><br />
<a href="https://www.dropbox.com/s/fafosa77hobafzc/Screenshot%202020-02-03%20at%2022.50.06.png?dl=0" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.dropbox.com/s/fafosa77hobafzc/Screenshot 2020-02-03 at 22.50.06.png?dl=0</a></p>
<p dir="auto"><strong>editor view:</strong><br />
<a href="https://www.dropbox.com/s/l94pnorzn9nwp4t/Screenshot%202020-02-05%20at%2016.24.13.png?dl=0" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.dropbox.com/s/l94pnorzn9nwp4t/Screenshot 2020-02-05 at 16.24.13.png?dl=0</a></p>
]]></description><link>https://laythemeforum.com/topic/4925/fixed-text-on-top-left</link><generator>RSS for Node</generator><lastBuildDate>Thu, 14 May 2026 17:36:56 GMT</lastBuildDate><atom:link href="https://laythemeforum.com/topic/4925.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 05 Feb 2020 15:26:31 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Fixed text on top left on Mon, 10 Feb 2020 09:28:34 GMT]]></title><description><![CDATA[<p dir="auto">Dear <a class="plugin-mentions-user plugin-mentions-a" href="/user/neveneven">@<bdi>neveneven</bdi></a><br />
Perfect! Glad to hear!</p>
<p dir="auto">Marius</p>
]]></description><link>https://laythemeforum.com/post/16954</link><guid isPermaLink="true">https://laythemeforum.com/post/16954</guid><dc:creator><![CDATA[mariusjopen]]></dc:creator><pubDate>Mon, 10 Feb 2020 09:28:34 GMT</pubDate></item><item><title><![CDATA[Reply to Fixed text on top left on Thu, 06 Feb 2020 12:44:38 GMT]]></title><description><![CDATA[<p dir="auto">Thank you! That worked perfectly!</p>
]]></description><link>https://laythemeforum.com/post/16924</link><guid isPermaLink="true">https://laythemeforum.com/post/16924</guid><dc:creator><![CDATA[neveneven]]></dc:creator><pubDate>Thu, 06 Feb 2020 12:44:38 GMT</pubDate></item><item><title><![CDATA[Reply to Fixed text on top left on Thu, 06 Feb 2020 10:02:10 GMT]]></title><description><![CDATA[<p dir="auto">Dear <a class="plugin-mentions-user plugin-mentions-a" href="/user/neveneven">@<bdi>neveneven</bdi></a><br />
you need to give that element a class and a CUSTOM CSS with the values of:</p>
<pre><code>.custom-box {
position: fixed;
z-index: 1000;
}

.no-parallax.no-offset.col.push-1.span-11.align-top {
    padding-left: 25%;
}
</code></pre>
<p dir="auto">And  play around with this values on the bottom.</p>
<p dir="auto">Best!</p>
<p dir="auto">Marius</p>
]]></description><link>https://laythemeforum.com/post/16907</link><guid isPermaLink="true">https://laythemeforum.com/post/16907</guid><dc:creator><![CDATA[mariusjopen]]></dc:creator><pubDate>Thu, 06 Feb 2020 10:02:10 GMT</pubDate></item></channel></rss>