<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>

		<title>Responsive Slider Static Layer Not Fixed in Place &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/responsive-slider-static-layer-not-fixed-in-place/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/responsive-slider-static-layer-not-fixed-in-place/feed/</link>
		<description></description>
		<lastBuildDate>Tue, 04 Nov 2025 15:57:43 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/responsive-slider-static-layer-not-fixed-in-place/#post-339760</guid>
					<title><![CDATA[Responsive Slider Static Layer Not Fixed in Place]]></title>
					<link>https://theme.co/archive/forums/topic/responsive-slider-static-layer-not-fixed-in-place/#post-339760</link>
					<pubDate>Sat, 25 Jul 2015 00:09:28 +0000</pubDate>
					<dc:creator>mikewolf1127</dc:creator>

					<description>
						<![CDATA[
						<p>My web site is <a href="http://www.mikewolfpost.com" rel="nofollow">http://www.mikewolfpost.com</a></p>
<p>I have a 1920&#215;1080 (16&#215;9) slider that I am using above the masthead. It is rotating frames of HD material I have worked on. I have a static layer with my logo in it</p>
<p>I placed the logo in the static layer in the top/let corner of the slide as I want it to stick to the top and the left edge of the frame. However, it seems to be wanting to live in the top/left corner of an invisible 16&#215;9 area within the browser no matter what size the browser is. So it only lives in the correct spot if the browser happens to be sized to 16&#215;9, and it floats around when the browser is resized.</p>
<p>What settings should I use to make the static slide logo stick to the top/left of the browser no matter what shape the browser window happens to be?</p>
<p>Essentially I want it to behave just like the Scroll Bottom Anchor.</p>
<p>Thanks.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/responsive-slider-static-layer-not-fixed-in-place/#post-339966</guid>
					<title><![CDATA[Reply To: Responsive Slider Static Layer Not Fixed in Place]]></title>
					<link>https://theme.co/archive/forums/topic/responsive-slider-static-layer-not-fixed-in-place/#post-339966</link>
					<pubDate>Sat, 25 Jul 2015 06:46:23 +0000</pubDate>
					<dc:creator>Rue Nel</dc:creator>

					<description>
						<![CDATA[
						<p>Hello There,</p>
<p>Thanks for writing in!</p>
<p>That happens because the position of the logo gets calculated according to the browser size. To make the position always on the top left corner of the slider, you can make use of this code instead. Please add this code in your customizer, <strong>Appearance &gt; Customize &gt; Custom &gt; CSS</strong></p>
<pre><code>.tp-static-layers .tp-static-layer {
    top: 10px !important;
    left: 10px !important;
}</code></pre>
<p>Let us know if this has been helpful to you.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/responsive-slider-static-layer-not-fixed-in-place/#post-340008</guid>
					<title><![CDATA[Reply To: Responsive Slider Static Layer Not Fixed in Place]]></title>
					<link>https://theme.co/archive/forums/topic/responsive-slider-static-layer-not-fixed-in-place/#post-340008</link>
					<pubDate>Sat, 25 Jul 2015 07:54:08 +0000</pubDate>
					<dc:creator>mikewolf1127</dc:creator>

					<description>
						<![CDATA[
						<p>Geniusness. Thanks again!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/responsive-slider-static-layer-not-fixed-in-place/#post-340073</guid>
					<title><![CDATA[Reply To: Responsive Slider Static Layer Not Fixed in Place]]></title>
					<link>https://theme.co/archive/forums/topic/responsive-slider-static-layer-not-fixed-in-place/#post-340073</link>
					<pubDate>Sat, 25 Jul 2015 10:21:28 +0000</pubDate>
					<dc:creator>Thai</dc:creator>

					<description>
						<![CDATA[
						<p>You&#8217;re most welcome.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/responsive-slider-static-layer-not-fixed-in-place/#post-345913</guid>
					<title><![CDATA[Reply To: Responsive Slider Static Layer Not Fixed in Place]]></title>
					<link>https://theme.co/archive/forums/topic/responsive-slider-static-layer-not-fixed-in-place/#post-345913</link>
					<pubDate>Fri, 31 Jul 2015 02:25:51 +0000</pubDate>
					<dc:creator>mikewolf1127</dc:creator>

					<description>
						<![CDATA[
						<p>This code freezes all static layers to 10,10-</p>
<pre><code>.tp-static-layers .tp-static-layer {
    top: 10px !important;
    left: 10px !important;
}
</code></pre>
<p>Is it possible to target only one static layer so that the first static layer is fixed (as above) but the second layer uses default behavior?</p>
<p><a href="http://www.mikewolfpost.com" rel="nofollow">http://www.mikewolfpost.com</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/responsive-slider-static-layer-not-fixed-in-place/#post-346040</guid>
					<title><![CDATA[Reply To: Responsive Slider Static Layer Not Fixed in Place]]></title>
					<link>https://theme.co/archive/forums/topic/responsive-slider-static-layer-not-fixed-in-place/#post-346040</link>
					<pubDate>Fri, 31 Jul 2015 05:38:16 +0000</pubDate>
					<dc:creator>Paul R</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>You can change the code to this.</p>
<pre><code>
.tp-static-layers .tp-static-layer:first-child {
    top: 10px !important;
    left: 10px !important;
}
</code></pre>
<p>Hope that helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/responsive-slider-static-layer-not-fixed-in-place/#post-346240</guid>
					<title><![CDATA[Reply To: Responsive Slider Static Layer Not Fixed in Place]]></title>
					<link>https://theme.co/archive/forums/topic/responsive-slider-static-layer-not-fixed-in-place/#post-346240</link>
					<pubDate>Fri, 31 Jul 2015 10:14:17 +0000</pubDate>
					<dc:creator>mikewolf1127</dc:creator>

					<description>
						<![CDATA[
						<p>Awesomeness. Thanks for the quick response!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/responsive-slider-static-layer-not-fixed-in-place/#post-346267</guid>
					<title><![CDATA[Reply To: Responsive Slider Static Layer Not Fixed in Place]]></title>
					<link>https://theme.co/archive/forums/topic/responsive-slider-static-layer-not-fixed-in-place/#post-346267</link>
					<pubDate>Fri, 31 Jul 2015 10:59:26 +0000</pubDate>
					<dc:creator>Zeshan</dc:creator>

					<description>
						<![CDATA[
						<p>You&#8217;re welcome!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/responsive-slider-static-layer-not-fixed-in-place/#post-355781</guid>
					<title><![CDATA[Reply To: Responsive Slider Static Layer Not Fixed in Place]]></title>
					<link>https://theme.co/archive/forums/topic/responsive-slider-static-layer-not-fixed-in-place/#post-355781</link>
					<pubDate>Tue, 11 Aug 2015 08:16:05 +0000</pubDate>
					<dc:creator>mikewolf1127</dc:creator>

					<description>
						<![CDATA[
						<p>I upgraded to Slider Revolution 5 and this functionality does not work anymore. Is there new CSS to have the first static layer in the slider be fixed on screen (see above)? Again, I want to make the static slide logo stick to the top/left of the browser no matter what shape the browser window happens to be? Essentially I want it to behave just like the Scroll Bottom Anchor.</p>
<p>And only the first static layer. We had it working with Slider Revolution 4.x</p>
<p>Many thanks.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/responsive-slider-static-layer-not-fixed-in-place/#post-355833</guid>
					<title><![CDATA[Reply To: Responsive Slider Static Layer Not Fixed in Place]]></title>
					<link>https://theme.co/archive/forums/topic/responsive-slider-static-layer-not-fixed-in-place/#post-355833</link>
					<pubDate>Tue, 11 Aug 2015 09:47:34 +0000</pubDate>
					<dc:creator>Paul R</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>Kindly replace the code with this.</p>
<pre><code>

.tp-static-layers .tp-mask-wrap .tp-static-layer:first-child {
    top: 10px !important;
    left: 10px !important;
}
</code></pre>
<p>Hope that helps.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

