<?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: Change paddings in container class on mobile</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/change-paddings-in-container-class-on-mobile/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/change-paddings-in-container-class-on-mobile/feed/</link>
		<description></description>
		<pubDate>Fri, 17 Jul 2026 23:16:40 +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/change-paddings-in-container-class-on-mobile/#post-24247</guid>
					<title><![CDATA[Change paddings in container class on mobile]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/change-paddings-in-container-class-on-mobile/#post-24247</link>
					<pubDate>Wed, 04 Nov 2015 19:02:07 +0000</pubDate>
					<dc:creator>Kleinfeldt Media</dc:creator>

					<description>
						<![CDATA[
						<p>Hello blueowl support,</p>
<p>I want to change the left and the right padding in the container class on mobile screens. If I make the following changes in the grid_responsive.css it works fine.</p>
<pre><code>@media only screen and (max-width: 768px) {

	.no_side_padding_in_responsive_column.wpb_column {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	
}</code></pre>
<p>My problem: Changes in child theme style.css doesn&#8217;t work, because of the loading order of the responsive css files. But I won&#8217;t make the changes in the files of the main-template.</p>
<p>What can I do?</p>
<p>Best regards from germany<br />
Heiko Kleinfeldt, Kleinfeldt Media</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/change-paddings-in-container-class-on-mobile/#post-24251</guid>
					<title><![CDATA[Reply To: Change paddings in container class on mobile]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/change-paddings-in-container-class-on-mobile/#post-24251</link>
					<pubDate>Wed, 04 Nov 2015 20:23:40 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there Heiko,</p>
<p>Thanks for a thorough description, it&#8217;s good to work with someone that knows what they are doing! <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /><br />
How about you add that code to the Theme Options -> Custom CSS, it adds those custom styles after all internal CSS files so that should do it?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/change-paddings-in-container-class-on-mobile/#post-24260</guid>
					<title><![CDATA[Reply To: Change paddings in container class on mobile]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/change-paddings-in-container-class-on-mobile/#post-24260</link>
					<pubDate>Thu, 05 Nov 2015 09:31:22 +0000</pubDate>
					<dc:creator>Kleinfeldt Media</dc:creator>

					<description>
						<![CDATA[
						<p>Hello BlueOwl,</p>
<p>thank you for your fast feedback <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":-)" class="wp-smiley" />  </p>
<p>I have tested this option. But&#8230; take a look at the source code of the generated word-press-page. The position of the custom css code is before the position of including the grid_responsive.css.</p>
<pre><code>@media only screen and (max-width: 768px) {

	.no_side_padding_in_responsive_column.wpb_column {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	
}

&lt;/style&gt;
&lt;link rel=&#039;stylesheet&#039; id=&#039;js_composer_front-css&#039;  href=&#039;http://werbeagentur.kleinfeldt.net/wp-content/plugins/js_composer/assets/css/js_composer.min.css?ver=4.8.0.1&#039; type=&#039;text/css&#039; media=&#039;all&#039; /&gt;
&lt;link rel=&#039;stylesheet&#039; id=&#039;boc-animation-styles-css&#039;  href=&#039;http://werbeagentur.kleinfeldt.net/wp-content/themes/fortuna/stylesheets/animations.css?ver=4.3.1&#039; type=&#039;text/css&#039; media=&#039;all&#039; /&gt;
&lt;link rel=&#039;stylesheet&#039; id=&#039;boc-responsive-style-css&#039;  href=&#039;http://werbeagentur.kleinfeldt.net/wp-content/themes/fortuna/stylesheets/grid_responsive.css?ver=4.3.1&#039; type=&#039;text/css&#039; media=&#039;all&#039; /&gt;</code></pre>
<p>In this order first comes the custom css and after it the including of the grid_responsive.css.</p>
<p>Do you not think, it will be better to change the order of the includes of the style.css files? In the moment you include the style.css of the main template inside the style.css of the child template. Why don&#8217;t you include the child css seperatly at the end position of the &lt;head&gt; container?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/change-paddings-in-container-class-on-mobile/#post-24268</guid>
					<title><![CDATA[Reply To: Change paddings in container class on mobile]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/change-paddings-in-container-class-on-mobile/#post-24268</link>
					<pubDate>Thu, 05 Nov 2015 11:01:09 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi again,</p>
<p>You can see the order in which they load in the &#8220;boc_styles&#8221; function in your function.php file.<br />
I don&#8217;t see any harm in moving these:</p>
<pre><code>if(ot_get_option(&#039;responsive_design&#039;,&#039;on&#039;)==&#039;on&#039;){
	wp_enqueue_style( &#039;boc-responsive-style&#039;, get_template_directory_uri().&#039;/stylesheets/grid_responsive.css&#039; );
}else {
	wp_enqueue_style( &#039;boc-nonresponsive-style&#039;, get_template_directory_uri().&#039;/stylesheets/non-responsive.css&#039; );
}</code></pre>
<p>Above this:</p>
<pre><code>// Load Main CSS
wp_enqueue_style( &#039;boc-main-styles&#039;, get_bloginfo( &#039;stylesheet_url&#039; ) );</code></pre>
<p>I tried and all seems fine. Please try on your end and let me know so I update this in the next official update. <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/change-paddings-in-container-class-on-mobile/#post-24271</guid>
					<title><![CDATA[Reply To: Change paddings in container class on mobile]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/change-paddings-in-container-class-on-mobile/#post-24271</link>
					<pubDate>Thu, 05 Nov 2015 11:42:46 +0000</pubDate>
					<dc:creator>Kleinfeldt Media</dc:creator>

					<description>
						<![CDATA[
						<p>The new order works fine!</p>
<p>Thank you for your fast answer and this very good template.<br />
It will be nice, if you fix this changes in your next official update. <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":-)" class="wp-smiley" /> </p>
<p>Best greatings from south-bavaria/germany</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/change-paddings-in-container-class-on-mobile/#post-24272</guid>
					<title><![CDATA[Reply To: Change paddings in container class on mobile]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/change-paddings-in-container-class-on-mobile/#post-24272</link>
					<pubDate>Thu, 05 Nov 2015 12:08:22 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Sure, mate I will.</p>
<p>Thanks for the feedback and good suggestion!<br />
Make sure you give us a rating at TF (in your Downloads section, it takes a second) if you want to share the love! <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/change-paddings-in-container-class-on-mobile/#post-24409</guid>
					<title><![CDATA[Reply To: Change paddings in container class on mobile]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/change-paddings-in-container-class-on-mobile/#post-24409</link>
					<pubDate>Mon, 09 Nov 2015 15:16:53 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi again, mate,</p>
<p>Matter of fact loading the responsive grid styles above the main CSS turned out to break quite a few things in Responsive mode&#8230; You can check for yourself.<br />
An alternative would be to attach the Inline CSS from the Custom CSS (theme options) to the latest file to be loaded &#8211; boc-animation-styles, so you can put back the order and simply replace this:</p>
<p><code>wp_add_inline_style( &#039;boc-main-styles&#039;, $inline_css );</code></p>
<p>with this:</p>
<p><code>wp_add_inline_style( &#039;boc-animation-styles&#039;, $inline_css );</code></p>
<p>Then you can add your customization to the Theme Options->Custom CSS. <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

