<?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>Iframe padding &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/iframe-padding/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/iframe-padding/feed/</link>
		<description></description>
		<lastBuildDate>Sat, 11 Oct 2025 05:50:18 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/iframe-padding/#post-126177</guid>
					<title><![CDATA[Iframe padding]]></title>
					<link>https://theme.co/archive/forums/topic/iframe-padding/#post-126177</link>
					<pubDate>Thu, 16 Oct 2014 08:38:49 +0000</pubDate>
					<dc:creator>Michael J</dc:creator>

					<description>
						<![CDATA[
						<p>Hello, we have a few websites in our organization and i&#8217;m looking to have them all accessible through our main site. </p>
<p>Using I frame to get the job done and seems to work nicely, except for an issue of padding. There&#8217;s a top padding of 40&#8230; how can I get rid of this padding?</p>
<p>Also, it creates an issue of dual scrolling windows that can be a bit confusing (if you&#8217;re to the left or right of the iframe, in the whitespace, it scrolls the main site, if you&#8217;re inside the iframe it scrolls the iframe. This seems to be created by extra space on the side that isn&#8217;t registered (at least via inspect this element) as padding on the iframe. Is there anyway to disable the main site scrolling on this page and only have the iframe scroll?</p>
<p><a href="http://www.openequalfree.org/teachbuzz" rel="nofollow">http://www.openequalfree.org/teachbuzz</a> </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/iframe-padding/#post-126423</guid>
					<title><![CDATA[Reply To: Iframe padding]]></title>
					<link>https://theme.co/archive/forums/topic/iframe-padding/#post-126423</link>
					<pubDate>Thu, 16 Oct 2014 15:17:01 +0000</pubDate>
					<dc:creator>Zeshan</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Micheal,</p>
<p>Thank you for writing in!</p>
<p>To remove the padding, add the following CSS code under <strong>Custom &gt; CSS</strong> in the Customizer:</p>
<pre><code>.page-id-77 .x-content-band {
   padding: 0;
}
</code></pre>
<p>Regarding the double scrollbars, the iframe has been given a height of 1600px, that&#8217;s the reason it&#8217;s showing scrollbar on body of the page. You can try the following CSS code to remove it:</p>
<pre><code>html, body {
   overflow-y: hidden;
   height: 100%;
}
</code></pre>
<p>Hope this helps. 🙂</p>
<p>Thank you.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/iframe-padding/#post-128359</guid>
					<title><![CDATA[Reply To: Iframe padding]]></title>
					<link>https://theme.co/archive/forums/topic/iframe-padding/#post-128359</link>
					<pubDate>Mon, 20 Oct 2014 09:43:34 +0000</pubDate>
					<dc:creator>Michael J</dc:creator>

					<description>
						<![CDATA[
						<p>That has fixed the top padding issue but the side padding and scroll bar are still there. How can I get it to fill the whole body smoothly and look like part of the site?</p>
<p>Thanks!</p>
<p>Michael</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/iframe-padding/#post-128362</guid>
					<title><![CDATA[Reply To: Iframe padding]]></title>
					<link>https://theme.co/archive/forums/topic/iframe-padding/#post-128362</link>
					<pubDate>Mon, 20 Oct 2014 09:48:42 +0000</pubDate>
					<dc:creator>Michael J</dc:creator>

					<description>
						<![CDATA[
						<p>I see what happened. That removed the sitewide scroll bar, not the iframe scroll bar. I want the site to still have a scroll-bar, i just want that iframe page to look like a single, cohesive unit. The iframe goes flush with the main page window and one scroll bar for the whole site, *on that page*</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/iframe-padding/#post-128453</guid>
					<title><![CDATA[Reply To: Iframe padding]]></title>
					<link>https://theme.co/archive/forums/topic/iframe-padding/#post-128453</link>
					<pubDate>Mon, 20 Oct 2014 12:34:13 +0000</pubDate>
					<dc:creator>Christopher</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Please add the following CSS code under <strong>Customize -&gt; Custom -&gt; CSS</strong>:</p>
<pre><code>body.page.page-id-77 {
position: fixed;
overflow: hidden;
left: 0;
right: 0;
}</code></pre>
<p>Change your page template to full width to remove padding from left side .More information on <a href="http://theme.co/x/member/kb/page-templates/" rel="nofollow">http://theme.co/x/member/kb/page-templates/</a>.</p>
<p>Hope it helps.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

