<?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[Setting row gutter background colours]]></title><description><![CDATA[<p dir="auto">We are building a site with sticky elements and content panels that scroll over one another. One issue is that even though row background colours are specified, the row gutters remain transparent. I'm having trouble targeting these to set a global background colour for them. The only fix I have found is to set grinder gutters to 0 (which then makes page editing look really crammed), and then add top/padding padding to rows, which inherits their row background colour.</p>
<p dir="auto">Is there an easier way to just globally target the row gutter background colour, so it doesn't show through the content underneath it on scroll?</p>
]]></description><link>https://laythemeforum.com/topic/11583/setting-row-gutter-background-colours</link><generator>RSS for Node</generator><lastBuildDate>Wed, 08 Apr 2026 14:24:34 GMT</lastBuildDate><atom:link href="https://laythemeforum.com/topic/11583.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 24 Feb 2026 23:00:39 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Setting row gutter background colours on Mon, 02 Mar 2026 17:28:08 GMT]]></title><description><![CDATA[<p dir="auto">im also working on this: right click on row gutter will set the gutter background color:</p>
<p dir="auto"><img src="/assets/uploads/files/1772472481886-620cbcc8-f806-4ccf-945a-8d4d27d0ce45-image.png" alt="image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">will be in the next update</p>
]]></description><link>https://laythemeforum.com/post/46584</link><guid isPermaLink="true">https://laythemeforum.com/post/46584</guid><dc:creator><![CDATA[arminunruh]]></dc:creator><pubDate>Mon, 02 Mar 2026 17:28:08 GMT</pubDate></item><item><title><![CDATA[Reply to Setting row gutter background colours on Mon, 02 Mar 2026 17:23:05 GMT]]></title><description><![CDATA[<p dir="auto">ah can you try this?</p>
<pre><code>.row{
    margin-bottom: 0!important;
}
.row::after{
    height: 30px;
    width: 100%;
    background-color: red;
    content: '';
    display: block;
}
</code></pre>
]]></description><link>https://laythemeforum.com/post/46583</link><guid isPermaLink="true">https://laythemeforum.com/post/46583</guid><dc:creator><![CDATA[arminunruh]]></dc:creator><pubDate>Mon, 02 Mar 2026 17:23:05 GMT</pubDate></item><item><title><![CDATA[Reply to Setting row gutter background colours on Thu, 26 Feb 2026 22:27:28 GMT]]></title><description><![CDATA[<p dir="auto">Thanks <a class="plugin-mentions-user plugin-mentions-a" href="/user/arminunruh">@<bdi>arminunruh</bdi></a> I worked this out, but the <em>row gutters</em> are what I am trying to ad a background colour to globally. That's the one I can't work out.</p>
]]></description><link>https://laythemeforum.com/post/46446</link><guid isPermaLink="true">https://laythemeforum.com/post/46446</guid><dc:creator><![CDATA[Glyph]]></dc:creator><pubDate>Thu, 26 Feb 2026 22:27:28 GMT</pubDate></item><item><title><![CDATA[Reply to Setting row gutter background colours on Thu, 26 Feb 2026 15:10:55 GMT]]></title><description><![CDATA[<p dir="auto">if you want the same inner padding for rows globally, you can use:</p>
<pre><code>.row{
    padding-top: 20px;
    padding-bottom: 20px;
}
</code></pre>
<p dir="auto">Enter this css in "lay options" -&gt; "custom css &amp; html" -&gt; "custom css"</p>
]]></description><link>https://laythemeforum.com/post/46431</link><guid isPermaLink="true">https://laythemeforum.com/post/46431</guid><dc:creator><![CDATA[arminunruh]]></dc:creator><pubDate>Thu, 26 Feb 2026 15:10:55 GMT</pubDate></item><item><title><![CDATA[Reply to Setting row gutter background colours on Wed, 25 Feb 2026 10:52:23 GMT]]></title><description><![CDATA[<p dir="auto">This is a nice little addition, but I would need to do it manually for every row. What I was trying to solve is a global way to set it.</p>
]]></description><link>https://laythemeforum.com/post/46418</link><guid isPermaLink="true">https://laythemeforum.com/post/46418</guid><dc:creator><![CDATA[Glyph]]></dc:creator><pubDate>Wed, 25 Feb 2026 10:52:23 GMT</pubDate></item><item><title><![CDATA[Reply to Setting row gutter background colours on Wed, 25 Feb 2026 10:05:32 GMT]]></title><description><![CDATA[<p dir="auto">ok you will have this with the next update:</p>
<p dir="auto"><img src="/assets/uploads/files/1772013931699-d5aaca13-af87-497b-abcc-687aaa02a1da-image-resized.png" alt="image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://laythemeforum.com/post/46410</link><guid isPermaLink="true">https://laythemeforum.com/post/46410</guid><dc:creator><![CDATA[arminunruh]]></dc:creator><pubDate>Wed, 25 Feb 2026 10:05:32 GMT</pubDate></item><item><title><![CDATA[Reply to Setting row gutter background colours on Wed, 25 Feb 2026 09:46:53 GMT]]></title><description><![CDATA[<p dir="auto">going to work on this now</p>
]]></description><link>https://laythemeforum.com/post/46409</link><guid isPermaLink="true">https://laythemeforum.com/post/46409</guid><dc:creator><![CDATA[arminunruh]]></dc:creator><pubDate>Wed, 25 Feb 2026 09:46:53 GMT</pubDate></item><item><title><![CDATA[Reply to Setting row gutter background colours on Wed, 25 Feb 2026 09:46:46 GMT]]></title><description><![CDATA[<p dir="auto">ok i think it would be best if we could select a row and then be able to set the inner space (padding) for the row in the sidebar:</p>
<p dir="auto"><img src="/assets/uploads/files/1772012804509-90453ef3-17d4-4dc4-9174-56add03958cb-image.png" alt="image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://laythemeforum.com/post/46408</link><guid isPermaLink="true">https://laythemeforum.com/post/46408</guid><dc:creator><![CDATA[arminunruh]]></dc:creator><pubDate>Wed, 25 Feb 2026 09:46:46 GMT</pubDate></item></channel></rss>