<?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: mobile text width</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/mobile-text-width/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/mobile-text-width/feed/</link>
		<description></description>
		<pubDate>Sat, 18 Jul 2026 08:46:11 +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/mobile-text-width/#post-33236</guid>
					<title><![CDATA[mobile text width]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/mobile-text-width/#post-33236</link>
					<pubDate>Sun, 30 Sep 2018 01:55:20 +0000</pubDate>
					<dc:creator>z25marketing</dc:creator>

					<description>
						<![CDATA[
						<p>I&#8217;m happy with how my site looks on desktop, but mobile view is too narrow.  Is there a way to make the margins smaller on mobile without changing the width on desktop? Most of my website is set to &#8220;default&#8221; with a few header images going full width, so the design options on a row by row basis are mostly unused.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/mobile-text-width/#post-33242</guid>
					<title><![CDATA[Reply To: mobile text width]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/mobile-text-width/#post-33242</link>
					<pubDate>Mon, 01 Oct 2018 08:27:17 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Yes, I usually add a custom class for that to my rows, for example: <code>smaller_row_margins_in_responsive</code></p>
<p>Then you can add a custom CSS with a media query to your child theme CSS file that will assign smaller margins for those rows only under mobile view, for example:</p>
<pre><code>@media only screen and (max-width: 768px) {
.smaller_row_margins_in_responsive {
margin-top: 40px!important;
margin-bottom: 40px!important;
}
}</code></pre>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/mobile-text-width/#post-33243</guid>
					<title><![CDATA[Reply To: mobile text width]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/mobile-text-width/#post-33243</link>
					<pubDate>Mon, 01 Oct 2018 08:29:18 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>If it&#8217;s the font sizes of heading texts we have some custom CSS helper class:</p>
<p><code>text_44_on_mobile</code> for example. You can extend that too if you want.<br />
It applies a 44px font size to texts in responsive (for example if your heading text is real big like 60px+ and you want it to be smaller on a phone).</p>
<p><a href="http://blueowlcreative.com/docs/fortuna/#customization4" rel="nofollow">http://blueowlcreative.com/docs/fortuna/#customization4</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/mobile-text-width/#post-33246</guid>
					<title><![CDATA[Reply To: mobile text width]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/mobile-text-width/#post-33246</link>
					<pubDate>Mon, 01 Oct 2018 14:50:52 +0000</pubDate>
					<dc:creator>z25marketing</dc:creator>

					<description>
						<![CDATA[
						<p>I tried putting that custom CSS in theme options and then in the individual page, and putting the custom class in the row I was testing, but it didn&#8217;t work. Yes, I&#8217;m talking about regular text.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/mobile-text-width/#post-33248</guid>
					<title><![CDATA[Reply To: mobile text width]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/mobile-text-width/#post-33248</link>
					<pubDate>Tue, 02 Oct 2018 05:53:47 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Your URL please?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/mobile-text-width/#post-33250</guid>
					<title><![CDATA[Reply To: mobile text width]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/mobile-text-width/#post-33250</link>
					<pubDate>Tue, 02 Oct 2018 13:16:33 +0000</pubDate>
					<dc:creator>z25marketing</dc:creator>

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

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/mobile-text-width/#post-33253</guid>
					<title><![CDATA[Reply To: mobile text width]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/mobile-text-width/#post-33253</link>
					<pubDate>Wed, 03 Oct 2018 07:30:30 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Ok, looks good on mobile, which is the problematic heading?</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

