<?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>BlueOwlCreative  &#187;  Topic: pop-up size</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/pop-up-size/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/pop-up-size/feed/</link>
		<description></description>
		<pubDate>Sat, 18 Jul 2026 03:50:53 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.5.3-5249</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/pop-up-size/#post-33631</guid>
					<title><![CDATA[pop-up size]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/pop-up-size/#post-33631</link>
					<pubDate>Fri, 08 Mar 2019 14:57:17 +0000</pubDate>
					<dc:creator>BernardHealth2</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>I know the class to make a link a pop-up (mfp_iframe_popup) but how do I change the width and height of the pop-up? Also, it&#8217;s really slow. I&#8217;m trying to have a button pop-up to an embedded HubSpot form–is there a better way to do this?</p>
<p>Thank you!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/pop-up-size/#post-33634</guid>
					<title><![CDATA[Reply To: pop-up size]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/pop-up-size/#post-33634</link>
					<pubDate>Mon, 11 Mar 2019 08:23:12 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>If you are using he default theme popup this is the way to go.<br />
I will need to see your URL&#8230; if you are using custom content in the popup like custom HTML or an Iframe you should style it according to your needs. Which speed are you also trying to increase, the the fade in, fade out?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/pop-up-size/#post-33637</guid>
					<title><![CDATA[Reply To: pop-up size]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/pop-up-size/#post-33637</link>
					<pubDate>Mon, 11 Mar 2019 17:41:04 +0000</pubDate>
					<dc:creator>BernardHealth2</dc:creator>

					<description>
						<![CDATA[
						This reply has been marked as private.						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/pop-up-size/#post-33639</guid>
					<title><![CDATA[Reply To: pop-up size]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/pop-up-size/#post-33639</link>
					<pubDate>Wed, 13 Mar 2019 08:08:00 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>I don&#8217;t see a Learn More button anywhere on that page&#8230; am I missing something? <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/pop-up-size/#post-33641</guid>
					<title><![CDATA[Reply To: pop-up size]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/pop-up-size/#post-33641</link>
					<pubDate>Wed, 13 Mar 2019 13:23:55 +0000</pubDate>
					<dc:creator>BernardHealth2</dc:creator>

					<description>
						<![CDATA[
						<p>Sorry, it&#8217;s the &#8220;Send me updates&#8221; button.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/pop-up-size/#post-33645</guid>
					<title><![CDATA[Reply To: pop-up size]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/pop-up-size/#post-33645</link>
					<pubDate>Sun, 17 Mar 2019 16:12:24 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Ok, </p>
<p>You can find this in our CSS:</p>
<pre><code>.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}</code></pre>
<p>It sets a max-width of the popup, you can add your own rules to your custom css by settings the width and height of that class. <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/pop-up-size/#post-33650</guid>
					<title><![CDATA[Reply To: pop-up size]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/pop-up-size/#post-33650</link>
					<pubDate>Mon, 18 Mar 2019 19:15:22 +0000</pubDate>
					<dc:creator>BernardHealth2</dc:creator>

					<description>
						<![CDATA[
						<p>Thank you!</p>
<p>Also, the pop-up hosts a form. Is there a way that after the form is submitted in the pop-up, it redirects to another page, outside of the pop-up? Right now it still redirects to a page inside the pop-up and I don&#8217;t want that. Is that possible? Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/pop-up-size/#post-33655</guid>
					<title><![CDATA[Reply To: pop-up size]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/pop-up-size/#post-33655</link>
					<pubDate>Wed, 20 Mar 2019 09:05:43 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>This would take custom development, some callback mechanism needs to be developed that after the submission the parent popup closes etc&#8230;</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

