<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Support Forum - Tag: spacing - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/spacing</link>
		<description>Support Forum - Tag: spacing - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Thu, 23 May 2013 13:23:11 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/tags/spacing" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "increase size and padding of header?"</title>
			<link>http://www.kriesi.at/support/topic/increase-size-and-padding-of-header#post-113122</link>
			<pubDate>Thu, 23 May 2013 02:36:58 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">113122@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;Glad it is fixed. :)&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>benzrecordings on "increase size and padding of header?"</title>
			<link>http://www.kriesi.at/support/topic/increase-size-and-padding-of-header#post-113052</link>
			<pubDate>Wed, 22 May 2013 19:03:32 +0000</pubDate>
			<dc:creator>benzrecordings</dc:creator>
			<guid isPermaLink="false">113052@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Nick, thanks for your reply. I achieved this by choosing the above mentioned menu and leaving the field blanc...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Removing space left by blank widget title"</title>
			<link>http://www.kriesi.at/support/topic/removing-space-left-by-blank-widget-title#post-112691</link>
			<pubDate>Tue, 21 May 2013 14:16:33 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">112691@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The widgets also have padding on them from:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#footer .widget {
padding: 30px 0 30px 0;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;So you could reduce it by changing that first 30px to 10px.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pixelist on "Removing space left by blank widget title"</title>
			<link>http://www.kriesi.at/support/topic/removing-space-left-by-blank-widget-title#post-112550</link>
			<pubDate>Mon, 20 May 2013 22:09:20 +0000</pubDate>
			<dc:creator>pixelist</dc:creator>
			<guid isPermaLink="false">112550@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Devin&#60;/p&#62;
&#60;p&#62;Thanks for your response - I just tried it and I still have that large area above the widgets in the footer and I'm having trouble (even with firebug) seeing what it is that's causing the large gap.&#60;/p&#62;
&#60;p&#62;If I reduce the height of the footer background then the widgets get hidden behind the socket? ie it reduces the height from the bottom of the footer area and just chops of the bottom of the widgets.&#60;/p&#62;
&#60;p&#62;Can you help? I just need to know what to target to get rid of the large gap above the footer widgets&#60;/p&#62;
&#60;p&#62;Best regards&#60;/p&#62;
&#60;p&#62;Pixelist
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "increase size and padding of header?"</title>
			<link>http://www.kriesi.at/support/topic/increase-size-and-padding-of-header#post-112515</link>
			<pubDate>Mon, 20 May 2013 18:06:56 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">112515@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Use the large header and take out the social icons, which is easier than the other way around.&#60;/p&#62;
&#60;p&#62;Please open header.php and put two forward slashes // on line 104 which will look like this&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;//if(strpos($headerS,&#38;#39;bottom_nav_header&#38;#39;) === false) avia_social_media_icons($social_args);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and put the same two forward slashes in front of line 149 to make it look like this&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;//if(strpos($headerS,&#38;#39;social_header&#38;#39;) !== false &#38;amp;&#38;amp; strpos($headerS,&#38;#39;bottom_nav_header&#38;#39;) !== false) avia_social_media_icons($social_args);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Removing space left by blank widget title"</title>
			<link>http://www.kriesi.at/support/topic/removing-space-left-by-blank-widget-title#post-112408</link>
			<pubDate>Mon, 20 May 2013 11:57:01 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">112408@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Pixelist,&#60;/p&#62;
&#60;p&#62;When there is no widget title, the space is only 3px or so. However, you can target all of them within the footer with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#footer .widgettitle {
display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Or, you can use the widget ID to target them individually. Which would be more like:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#text-2 .widgettitle {
display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;But you have to inspect the code with your browsers dev tools to see the ID of each widget.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>benzrecordings on "increase size and padding of header?"</title>
			<link>http://www.kriesi.at/support/topic/increase-size-and-padding-of-header#post-112347</link>
			<pubDate>Mon, 20 May 2013 07:06:28 +0000</pubDate>
			<dc:creator>benzrecordings</dc:creator>
			<guid isPermaLink="false">112347@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;thanks fpr your reply. I tried that. the size of logo and header is good that way. unfortunately, when removing the meta part via css, the logo and menu items, slide up and the hovering line and active line under menu item is not at the bottom of the header.&#60;/p&#62;
&#60;p&#62;any idea how to solve this?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "increase size and padding of header?"</title>
			<link>http://www.kriesi.at/support/topic/increase-size-and-padding-of-header#post-112293</link>
			<pubDate>Mon, 20 May 2013 01:53:39 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">112293@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;You can use the fixed header with social icons and navigations. Just add this on your custom.css to remove the top part.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#header_meta {
display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>benzrecordings on "increase size and padding of header?"</title>
			<link>http://www.kriesi.at/support/topic/increase-size-and-padding-of-header#post-112262</link>
			<pubDate>Sun, 19 May 2013 20:47:50 +0000</pubDate>
			<dc:creator>benzrecordings</dc:creator>
			<guid isPermaLink="false">112262@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;no idea? when i add space via css, some content get's overlapped.... :(
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pixelist on "Removing space left by blank widget title"</title>
			<link>http://www.kriesi.at/support/topic/removing-space-left-by-blank-widget-title#post-112181</link>
			<pubDate>Sat, 18 May 2013 21:33:56 +0000</pubDate>
			<dc:creator>pixelist</dc:creator>
			<guid isPermaLink="false">112181@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi People&#60;/p&#62;
&#60;p&#62;How do I remove the space left by a blank title in a Text widget (or any other widget with a blank) title?&#60;/p&#62;
&#60;p&#62;Regards&#60;/p&#62;
&#60;p&#62;Pixelist &#60;/p&#62;
&#60;p&#62;Sorry here's the url  &#60;a href=&#34;http://aclgroup.co.uk/wordpress/larkswood/&#34; rel=&#34;nofollow&#34;&#62;http://aclgroup.co.uk/wordpress/larkswood/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I'm referring to the text widgets in the footer
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pixelist on "Removing space left by blank widget title"</title>
			<link>http://www.kriesi.at/support/topic/removing-space-left-by-blank-widget-title#post-112180</link>
			<pubDate>Sat, 18 May 2013 21:30:28 +0000</pubDate>
			<dc:creator>pixelist</dc:creator>
			<guid isPermaLink="false">112180@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi People&#60;/p&#62;
&#60;p&#62;How do I remove the space left by a blank title in a Text widget (or any other widget with a blank) title?&#60;/p&#62;
&#60;p&#62;Regards&#60;/p&#62;
&#60;p&#62;Pixelist
&#60;/p&#62;</description>
		</item>
		<item>
			<title>benzrecordings on "increase size and padding of header?"</title>
			<link>http://www.kriesi.at/support/topic/increase-size-and-padding-of-header#post-112021</link>
			<pubDate>Fri, 17 May 2013 18:22:54 +0000</pubDate>
			<dc:creator>benzrecordings</dc:creator>
			<guid isPermaLink="false">112021@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;br /&#62;
I want to use enfold with a fixed header, but without social links etc. So I have to go with small, fixed header... how can I increase the size of header in generall and logo as well and add some padding to the top and bottom?&#60;/p&#62;
&#60;p&#62;regards chris
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Spacing between list elements and lines"</title>
			<link>http://www.kriesi.at/support/topic/spacing-between-list-elements-and-lines#post-110325</link>
			<pubDate>Fri, 10 May 2013 11:55:12 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">110325@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Your problem I think is that you have some members of list taking 1 line some 2 and others 3 lines. So you can't set a standard height. If you can make each list member be of equal length, you can use this&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .entry-content div li {
height: 5em;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;if not, then use a span for each  like&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;li&#38;gt;
&#38;lt;span style =&#38;quot;line-height: 1em;&#38;quot;&#38;gt;-------List Item 1-----&#38;lt;/span&#38;gt;
&#38;lt;/li&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>HighschoolAustralia on "Spacing between list elements and lines"</title>
			<link>http://www.kriesi.at/support/topic/spacing-between-list-elements-and-lines#post-110289</link>
			<pubDate>Fri, 10 May 2013 08:49:37 +0000</pubDate>
			<dc:creator>HighschoolAustralia</dc:creator>
			<guid isPermaLink="false">110289@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Nick,&#60;/p&#62;
&#60;p&#62;- O.K, screen capture you'll find here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;https://dl.dropboxusercontent.com/u/939043/List%20Spacing.jpg&#34; rel=&#34;nofollow&#34;&#62;https://dl.dropboxusercontent.com/u/939043/List%20Spacing.jpg&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Target would be to reduce the hight of the hatched areas&#60;/p&#62;
&#60;p&#62;- URL to the location where this event is taking place&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://wp11077347.server-he.de/schulen-im-programm/schulen/kedron-state-high-school/&#34; rel=&#34;nofollow&#34;&#62;http://wp11077347.server-he.de/schulen-im-programm/schulen/kedron-state-high-school/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks for your help,&#60;br /&#62;
Harald
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Spacing between list elements and lines"</title>
			<link>http://www.kriesi.at/support/topic/spacing-between-list-elements-and-lines#post-109765</link>
			<pubDate>Wed, 08 May 2013 13:33:06 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">109765@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Please provide a URL to the location where this event is taking place. Since there are so many ways to customize this theme, there is no sure way for us to know that we are dealing with the same built. Also a number of updates have already been released for the theme, and we can not be sure what version you are using.&#60;/p&#62;
&#60;p&#62;Your best bet is to mask the link using &#60;a href=&#34;http://www.goo.gl&#34; rel=&#34;nofollow&#34;&#62;http://www.goo.gl&#60;/a&#62; . Please also take a screen capture of the page and point out what  you need done using tools available on imgur.com or other free image hosts. &#60;/p&#62;
&#60;p&#62;*A screenshot by itself though will still not help since we need to look at the source code in order to provide a meaningful solution.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>HighschoolAustralia on "Spacing between list elements and lines"</title>
			<link>http://www.kriesi.at/support/topic/spacing-between-list-elements-and-lines#post-109484</link>
			<pubDate>Tue, 07 May 2013 13:06:59 +0000</pubDate>
			<dc:creator>HighschoolAustralia</dc:creator>
			<guid isPermaLink="false">109484@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Dear Support,&#60;/p&#62;
&#60;p&#62;I am presently working on a site based on „Enfold“ with a lot of identical sub-pages concerning schools in Australia.&#60;br /&#62;
For these special subpages I made a sample page/Template with the avia layout builder and this works fine, but I would like to reduce the space/distance between the single elements oft the lists in the middle part of the page and probably also the spacing between the single lines. How can I do this without an impact to rest of my regular non-school sites?&#60;br /&#62;
A screenshot you can find here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;https://dl.dropboxusercontent.com/u/939043/HSAnew%20saple%20site%20130507.jpg&#34; rel=&#34;nofollow&#34;&#62;https://dl.dropboxusercontent.com/u/939043/HSAnew%20saple%20site%20130507.jpg&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Portfolio Columns same as colums on page (matching Grid)"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-columns-same-ap-colums-on-page-matching-grid#post-108278</link>
			<pubDate>Wed, 01 May 2013 20:53:24 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">108278@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;Glad Peter helped. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>martinnecas on "Portfolio Columns same as colums on page (matching Grid)"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-columns-same-ap-colums-on-page-matching-grid#post-108257</link>
			<pubDate>Wed, 01 May 2013 19:24:50 +0000</pubDate>
			<dc:creator>martinnecas</dc:creator>
			<guid isPermaLink="false">108257@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Works like a charm!&#60;br /&#62;
Thank you so much, Peter! Appreciated!&#60;br /&#62;
Regards - Martin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Portfolio Columns same as colums on page (matching Grid)"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-columns-same-ap-colums-on-page-matching-grid#post-108104</link>
			<pubDate>Wed, 01 May 2013 05:31:23 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">108104@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Please try to insert following code into the quick css field - if necessary change the margin-left value:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.portfolio-wrap .portfolio-sort-container.isotope .post-entry:nth-child(3n+3) {
  margin-left: 75px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>martinnecas on "Portfolio Columns same as colums on page (matching Grid)"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-columns-same-ap-colums-on-page-matching-grid#post-107760</link>
			<pubDate>Mon, 29 Apr 2013 09:07:03 +0000</pubDate>
			<dc:creator>martinnecas</dc:creator>
			<guid isPermaLink="false">107760@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello. I need my 3 column portfolio to match a grid system in the same way as flex columns on normal page (vertical spacing between columns) . Is it possible?&#60;br /&#62;
Look at this page build by Template Builder: &#60;a href=&#34;http://www.landeco.cz/wordpress/&#34; rel=&#34;nofollow&#34;&#62;http://www.landeco.cz/wordpress/&#60;/a&#62;&#60;br /&#62;
At the top there is a 3-column portfolio and bellow that is a 3-column page content. And it's not matching.&#60;br /&#62;
I already made a change to loop-portfolio.php and removed class &#34;no_margin&#34;. But it helped only with the gap between fist and second column.&#60;br /&#62;
Thanks for a help.&#60;br /&#62;
Martin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Control/reduce/remove space between elements"</title>
			<link>http://www.kriesi.at/support/topic/controlreduceremove-space-between-elements#post-97469</link>
			<pubDate>Tue, 19 Feb 2013 16:44:23 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">97469@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi tacularmatt,&#60;/p&#62;
&#60;p&#62;The default spacing isn't controllable via the template builder. It would need to be done with css for either all those elements site wide, or if its page specific, then specific css for each page.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tacularmatt on "Control/reduce/remove space between elements"</title>
			<link>http://www.kriesi.at/support/topic/controlreduceremove-space-between-elements#post-97438</link>
			<pubDate>Tue, 19 Feb 2013 14:55:49 +0000</pubDate>
			<dc:creator>tacularmatt</dc:creator>
			<guid isPermaLink="false">97438@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, how can I control the space between elements added using dynamic template builder?&#60;/p&#62;
&#60;p&#62;for example, reducing/removing the space between &#34;text area&#34; followed by &#34;page split&#34; followed by columns
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Problems with blog posts"</title>
			<link>http://www.kriesi.at/support/topic/problems-with-blog-posts#post-91299</link>
			<pubDate>Sat, 12 Jan 2013 21:03:24 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">91299@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Just sent you a reply. I flushed the permalinks by changing them back to default then back to postname. Wordpress sometimes messes up the htaccess file and resetting permalinks often fixes it.&#60;/p&#62;
&#60;p&#62;For the blog overview, you just need to use the excerpt area to preserve the formatting.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Toluco on "Problems with blog posts"</title>
			<link>http://www.kriesi.at/support/topic/problems-with-blog-posts#post-91173</link>
			<pubDate>Fri, 11 Jan 2013 17:55:23 +0000</pubDate>
			<dc:creator>Toluco</dc:creator>
			<guid isPermaLink="false">91173@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I've tried adding paragraphs with a single Enter but it still doesn't work.&#60;br /&#62;
If you look on the blog you'll see what I mean. There is no paragraph spacing at all.&#60;br /&#62;
I noticed it's the same on the demo. Is it something that's not coded in the theme?&#60;/p&#62;
&#60;p&#62;For the other issue I have emailed you with a temp admin account.&#60;br /&#62;
Hopefully you can see where I might have gone wrong with the blog page.&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Problems with blog posts"</title>
			<link>http://www.kriesi.at/support/topic/problems-with-blog-posts#post-90880</link>
			<pubDate>Thu, 10 Jan 2013 01:10:59 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">90880@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;For you first issue, wordpress does some stripping of tags and tries to clean up user errors with basic formatting. You should be able to use a single Enter after a paragraph to give you a full clear line. Shift+Enter does not work however.&#60;/p&#62;
&#60;p&#62;I don't know why your blog title isn't linking to the individual post. If you can create a temporary admin account I'll log in and take a look.&#60;/p&#62;
&#60;p&#62;You can send the information to my email at DevinVinson (at) gmail.com. Make sure to include a link to this topic so that my spam filter doesn't grab it :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Add padding below logo"</title>
			<link>http://www.kriesi.at/support/topic/add-padding-below-logo#post-90879</link>
			<pubDate>Thu, 10 Jan 2013 00:59:18 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">90879@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad we could help :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Toluco on "Problems with blog posts"</title>
			<link>http://www.kriesi.at/support/topic/problems-with-blog-posts#post-90771</link>
			<pubDate>Wed, 09 Jan 2013 10:07:28 +0000</pubDate>
			<dc:creator>Toluco</dc:creator>
			<guid isPermaLink="false">90771@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Sorry I forgot to include the URL. It's &#60;a href=&#34;http://www.nlstudio.co.uk/&#34; rel=&#34;nofollow&#34;&#62;http://www.nlstudio.co.uk/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Basically if you go to the Blog page you'll see that the text is all one paragraph. When I wrote it I used line breaks (shift + enter) and double spacing (enter) to break the text up to make it easier to read (like I've done in this reply).&#60;br /&#62;
However, this hasn't worked on the blog post. None of the breaks/paragraphs work, either HTML or shortcodes.&#60;br /&#62;
If I add a long post in the future it will be difficult to read.&#60;/p&#62;
&#60;p&#62;Regarding the permalink question - on your demo page blog you see multiple posts. When you click the title of one of the posts it opens it in it's own separate page with a comments section.&#60;br /&#62;
On my page if you click the title it just links back to the home page. There doesn't seem to be anywhere to add comments etc.&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Toluco on "Add padding below logo"</title>
			<link>http://www.kriesi.at/support/topic/add-padding-below-logo#post-90769</link>
			<pubDate>Wed, 09 Jan 2013 09:47:43 +0000</pubDate>
			<dc:creator>Toluco</dc:creator>
			<guid isPermaLink="false">90769@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Great! Thanks Devin.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Problems with blog posts"</title>
			<link>http://www.kriesi.at/support/topic/problems-with-blog-posts#post-90591</link>
			<pubDate>Tue, 08 Jan 2013 16:04:28 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">90591@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi tolucophoto,&#60;/p&#62;
&#60;p&#62;I don't know what you mean by the first issue. You can use line breaks in the html or text tab but in the visual editor you would need to use shortcodes, ie:&#60;br /&#62;
&#60;code&#62;[hr]&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;It could be just the page you are viewing but I can't say for sure without look at exactly what you are seeing. If you can link to the page we can get a better idea of the link and its expected behavior.&#60;/p&#62;
&#60;p&#62;For the blog layout, you can change it in the theme options under General Settings&#38;gt;Blog Overview Image layout to either use the slideshow above the entry or to pop out to the side when hovering over. The date and meta information is only available on the single entry however.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Add padding below logo"</title>
			<link>http://www.kriesi.at/support/topic/add-padding-below-logo#post-90577</link>
			<pubDate>Tue, 08 Jan 2013 15:14:05 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">90577@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey tolucophoto,&#60;/p&#62;
&#60;p&#62;Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .logo {
padding-bottom: 5px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
