<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	
	>
<channel>
	<title>
	Comments on: How to create a horizontally scrolling section with 2 rows using CSS grid	</title>
	<atom:link href="https://inthedigital.co.uk/how-to-create-a-horizontally-scrolling-section-with-2-rows-using-css-grid/feed/" rel="self" type="application/rss+xml" />
	<link>https://inthedigital.co.uk/how-to-create-a-horizontally-scrolling-section-with-2-rows-using-css-grid/</link>
	<description>Web Design, Development and Digital Marketing</description>
	<lastBuildDate>Mon, 24 Apr 2023 10:04:12 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Dhaval		</title>
		<link>https://inthedigital.co.uk/how-to-create-a-horizontally-scrolling-section-with-2-rows-using-css-grid/#comment-13</link>

		<dc:creator><![CDATA[Dhaval]]></dc:creator>
		<pubDate>Mon, 24 Apr 2023 10:04:12 +0000</pubDate>
		<guid isPermaLink="false">https://inthedigital.co.uk/?p=2174#comment-13</guid>

					<description><![CDATA[With 2 rows there is extra space after content end on right side. How could this is issue fix?]]></description>
			<content:encoded><![CDATA[<p>With 2 rows there is extra space after content end on right side. How could this is issue fix?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Mervyn Booth		</title>
		<link>https://inthedigital.co.uk/how-to-create-a-horizontally-scrolling-section-with-2-rows-using-css-grid/#comment-10</link>

		<dc:creator><![CDATA[Mervyn Booth]]></dc:creator>
		<pubDate>Fri, 27 Aug 2021 07:19:11 +0000</pubDate>
		<guid isPermaLink="false">https://inthedigital.co.uk/?p=2174#comment-10</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://inthedigital.co.uk/how-to-create-a-horizontally-scrolling-section-with-2-rows-using-css-grid/#comment-9&quot;&gt;ram&lt;/a&gt;.

Hi, it will only overflow if the grid element&#039;s children are too wide to fit side-by-side in the element&#039;s width.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://inthedigital.co.uk/how-to-create-a-horizontally-scrolling-section-with-2-rows-using-css-grid/#comment-9">ram</a>.</p>
<p>Hi, it will only overflow if the grid element&#8217;s children are too wide to fit side-by-side in the element&#8217;s width.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: ram		</title>
		<link>https://inthedigital.co.uk/how-to-create-a-horizontally-scrolling-section-with-2-rows-using-css-grid/#comment-9</link>

		<dc:creator><![CDATA[ram]]></dc:creator>
		<pubDate>Fri, 27 Aug 2021 05:19:04 +0000</pubDate>
		<guid isPermaLink="false">https://inthedigital.co.uk/?p=2174#comment-9</guid>

					<description><![CDATA[Hi,
i tried with this syntax. but scroll doesn&#039;t work for me. instead it uses grid and align accordingly kindly help me.
//html
&lt;i&gt;html removed&lt;/i&gt;

//css

&lt;pre&gt;&lt;code class=&quot;language-css&quot;&gt;.grid-container{
    display: grid;
    grid-template-rows: auto auto auto;
    grid-auto-flow: column;
    overflow-x: scroll;
}&lt;/code&gt;&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>Hi,<br />
i tried with this syntax. but scroll doesn&#8217;t work for me. instead it uses grid and align accordingly kindly help me.<br />
//html<br />
<i>html removed</i></p>
<p>//css</p>
<pre><code class="language-css">.grid-container{
    display: grid;
    grid-template-rows: auto auto auto;
    grid-auto-flow: column;
    overflow-x: scroll;
}</code></pre>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
