<?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[How to resize the Cover Row? (How to change the cover height?)]]></title><description><![CDATA[<p dir="auto">Hej People,</p>
<p dir="auto">Is it possible to change the Cover from 100vh for example to 60vh?<br />
I want to see some part of my second row to guide more users to scroll down ...</p>
<p dir="auto">If I change the following in the Inspector, I achieve what I want, but I am not able to reproduce in custom code ... :/</p>
<p dir="auto"><img src="/assets/uploads/files/1642192986334-bildschirmfoto-2022-01-14-um-21.40.20-resized.png" alt="Bildschirmfoto 2022-01-14 um 21.40.20.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Also tried to play around with:</p>
<pre><code>.cover-region
</code></pre>
<p dir="auto">But I was not able to change it to my liking, maybe someone could point me into the right direction?</p>
<p dir="auto">Thank you!</p>
]]></description><link>https://laythemeforum.com/topic/7538/how-to-resize-the-cover-row-how-to-change-the-cover-height</link><generator>RSS for Node</generator><lastBuildDate>Wed, 16 Sep 2026 12:16:31 GMT</lastBuildDate><atom:link href="https://laythemeforum.com/topic/7538.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 14 Jan 2022 20:21:40 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to resize the Cover Row? (How to change the cover height?) on Sat, 15 Jan 2022 21:40:05 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/fabiandraxl">@<bdi>fabiandraxl</bdi></a></p>
<p dir="auto">After hour of trying i found some "solution":</p>
<pre><code>.cover-region, .cover-region-placeholder, .cover-inner {
    min-height: 60vh !important;
    height: 60vh !important;
}
</code></pre>
<p dir="auto">But the automatic scrolling to row two is broken and the content of the cover is still centered as if the cover still was 100vh ...</p>
<p dir="auto">Could some body help me out pls? 😘</p>
<p dir="auto"><a href="https://fabiandraxl.com/duernberg-cover-test/" target="_blank" rel="noopener noreferrer nofollow ugc">Here my Testwebsite</a> / PW via DM</p>
]]></description><link>https://laythemeforum.com/post/28025</link><guid isPermaLink="true">https://laythemeforum.com/post/28025</guid><dc:creator><![CDATA[fabiandraxl]]></dc:creator><pubDate>Sat, 15 Jan 2022 21:40:05 GMT</pubDate></item></channel></rss>