<?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[content overflowing when there is row padding]]></title><description><![CDATA[<p dir="auto">I am experiencing a really annoying issue, where if I add top/bottom row padding, then the content inside the row overflows the bottom. In particular if I use the vertical lines. The code I am using is as follows. What I am doing wrong here?:</p>
<pre><code>.row_padded {
  background-color: #f79b89;
  padding-top:100px;
  padding-bottom:100px;
}
</code></pre>
<p dir="auto">Alternatively is there a better way to add row padding? I keep finding that content is running to close to the top/bottom of rows when I have specified a row background colour.</p>
]]></description><link>https://laythemeforum.com/topic/11884/content-overflowing-when-there-is-row-padding</link><generator>RSS for Node</generator><lastBuildDate>Sun, 10 May 2026 12:57:44 GMT</lastBuildDate><atom:link href="https://laythemeforum.com/topic/11884.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 09 May 2026 13:27:07 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to content overflowing when there is row padding on Sun, 10 May 2026 01:34:08 GMT]]></title><description><![CDATA[<p dir="auto">Thanks <a class="plugin-mentions-user plugin-mentions-a" href="/user/arminunruh">@<bdi>arminunruh</bdi></a>  that sort of works. The issue looks to be that the vertical lines now touch the very top/bottom edge of the row once padding is added. What I am trying to achieve is for rows to have padding, and vertical lines to inherit this same padding when placed in a row, rather than ignoring this padding. if that makes sense?</p>
]]></description><link>https://laythemeforum.com/post/47225</link><guid isPermaLink="true">https://laythemeforum.com/post/47225</guid><dc:creator><![CDATA[Glyph]]></dc:creator><pubDate>Sun, 10 May 2026 01:34:08 GMT</pubDate></item><item><title><![CDATA[Reply to content overflowing when there is row padding on Sun, 10 May 2026 01:14:07 GMT]]></title><description><![CDATA[<p dir="auto">ah yea now i understand what you mean!! ok i will fix it.</p>
<p dir="auto">until then use this CSS</p>
<p dir="auto">.col.type-vl.absolute-position{<br />
top: 0!important;<br />
}</p>
<p dir="auto">in lay options -&gt; custom css &amp; html</p>
<p dir="auto">or</p>
<p dir="auto">.row_padded .col.type-vl.absolute-position{<br />
top: 0!important;<br />
}</p>
]]></description><link>https://laythemeforum.com/post/47224</link><guid isPermaLink="true">https://laythemeforum.com/post/47224</guid><dc:creator><![CDATA[arminunruh]]></dc:creator><pubDate>Sun, 10 May 2026 01:14:07 GMT</pubDate></item><item><title><![CDATA[Reply to content overflowing when there is row padding on Sat, 09 May 2026 22:54:33 GMT]]></title><description><![CDATA[<p dir="auto">No that does the same thing. If you test that on a row, and add vertical lines inside the row, you will see the vertical lines then overlap outside the bottom of the row for some reason? it looks like a bug.</p>
]]></description><link>https://laythemeforum.com/post/47221</link><guid isPermaLink="true">https://laythemeforum.com/post/47221</guid><dc:creator><![CDATA[Glyph]]></dc:creator><pubDate>Sat, 09 May 2026 22:54:33 GMT</pubDate></item><item><title><![CDATA[Reply to content overflowing when there is row padding on Sat, 09 May 2026 17:46:38 GMT]]></title><description><![CDATA[<p dir="auto">yea you can click on a row, then in the sidebar:<br />
<img src="/assets/uploads/files/1778348788222-bildschirmfoto-2026-05-09-um-19.46.25.png" alt="Bildschirmfoto 2026-05-09 um 19.46.25.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">can you try that instead of the css?</p>
]]></description><link>https://laythemeforum.com/post/47211</link><guid isPermaLink="true">https://laythemeforum.com/post/47211</guid><dc:creator><![CDATA[arminunruh]]></dc:creator><pubDate>Sat, 09 May 2026 17:46:38 GMT</pubDate></item></channel></rss>