<?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: Blog Layout</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/blog-layout-3/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/blog-layout-3/feed/</link>
		<description></description>
		<pubDate>Sat, 18 Jul 2026 15:21:37 +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/blog-layout-3/#post-32715</guid>
					<title><![CDATA[Blog Layout]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/blog-layout-3/#post-32715</link>
					<pubDate>Mon, 26 Mar 2018 21:04:12 +0000</pubDate>
					<dc:creator>mcrone</dc:creator>

					<description>
						<![CDATA[
						<p>Hi</p>
<p>When I view my blog it only shows 10 articles but I have a total of 22, can you advise how I can show them all &#8211; <a href="http://gc.osx.uk/latest-news/" rel="nofollow">http://gc.osx.uk/latest-news/</a>?</p>
<p>Also when I view my website on a 13&#8243; laptop screen the logo is on one line and the menu items on a second line as per this screenshot &#8211; <a href="http://gc.osx.uk/wp-content/uploads/2018/03/Screen-Shot-2018-03-26-at-21.59.52.png" rel="nofollow">http://gc.osx.uk/wp-content/uploads/2018/03/Screen-Shot-2018-03-26-at-21.59.52.png</a>. Can you advise how to fix?</p>
<p>Thanks</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/blog-layout-3/#post-32718</guid>
					<title><![CDATA[Reply To: Blog Layout]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/blog-layout-3/#post-32718</link>
					<pubDate>Tue, 27 Mar 2018 07:34:56 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>When defining your Post grid you have &#8220;Total Items Limit&#8221;. Can you set this to say 30?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/blog-layout-3/#post-32719</guid>
					<title><![CDATA[Reply To: Blog Layout]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/blog-layout-3/#post-32719</link>
					<pubDate>Tue, 27 Mar 2018 07:56:47 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>As for the laptop view &#8211; sure, we can add a media query that will change things a bit in that specific resolution, add this CSS to your theme options or Child theme css file:</p>
<pre><code>@media only screen and (min-width: 1018px) and (max-width: 1280px) {
#logo .logo_img {
max-width: 200px;
}
}</code></pre>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/blog-layout-3/#post-32721</guid>
					<title><![CDATA[Reply To: Blog Layout]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/blog-layout-3/#post-32721</link>
					<pubDate>Tue, 27 Mar 2018 09:13:54 +0000</pubDate>
					<dc:creator>mcrone</dc:creator>

					<description>
						<![CDATA[
						<p>Hi</p>
<p>Thanks both worked!</p>
<p>Cheers</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/blog-layout-3/#post-32727</guid>
					<title><![CDATA[Reply To: Blog Layout]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/blog-layout-3/#post-32727</link>
					<pubDate>Wed, 28 Mar 2018 14:56:03 +0000</pubDate>
					<dc:creator>mcrone</dc:creator>

					<description>
						<![CDATA[
						<p>Hi</p>
<p>Sorry one other query! When I view my About Us page on a 13&#8243; screen the team members appear in rows of 2 rather than 4, can you also advise how to correct this so they show in rows of 4?</p>
<p>Thanks</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/blog-layout-3/#post-32731</guid>
					<title><![CDATA[Reply To: Blog Layout]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/blog-layout-3/#post-32731</link>
					<pubDate>Thu, 29 Mar 2018 08:06:19 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>You can comment out this bit in your stylesheets/grid.css file</p>
<pre><code>.grid_holder.small_spacing .col.span_1_of_4, .grid_holder.small_spacing .col.span_1_of_5{
width: calc(50% - 8px);
}</code></pre>
<p>This should do it.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/blog-layout-3/#post-32775</guid>
					<title><![CDATA[Reply To: Blog Layout]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/blog-layout-3/#post-32775</link>
					<pubDate>Fri, 06 Apr 2018 14:13:21 +0000</pubDate>
					<dc:creator>mcrone</dc:creator>

					<description>
						<![CDATA[
						<p>Hi</p>
<p>I tired to add that to the grid.css file but it did not work, have you got any other suggestions?</p>
<p>Thanks</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/blog-layout-3/#post-32779</guid>
					<title><![CDATA[Reply To: Blog Layout]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/blog-layout-3/#post-32779</link>
					<pubDate>Fri, 06 Apr 2018 16:24:30 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Not add it but comment it out from there&#8230; <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/blog-layout-3/#post-32780</guid>
					<title><![CDATA[Reply To: Blog Layout]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/blog-layout-3/#post-32780</link>
					<pubDate>Fri, 06 Apr 2018 16:27:25 +0000</pubDate>
					<dc:creator>mcrone</dc:creator>

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

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/blog-layout-3/#post-32781</guid>
					<title><![CDATA[Reply To: Blog Layout]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/blog-layout-3/#post-32781</link>
					<pubDate>Fri, 06 Apr 2018 16:48:18 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>My bad &#8211; \fortuna\stylesheets\grid_responsive.css <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_wink.gif" alt=";)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

