<?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 - Topic: Changes the lines</title>
		<link>http://www.kriesi.at/support/topic/changes-the-lines</link>
		<description>Support Forum - Topic: Changes the lines</description>
		<language>en-US</language>
		<pubDate>Sat, 18 May 2013 10:12:00 +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/topic/changes-the-lines" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Changes the lines"</title>
			<link>http://www.kriesi.at/support/topic/changes-the-lines#post-16551</link>
			<pubDate>Fri, 08 Apr 2011 05:37:40 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">16551@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Try to add following to style.css (at the very bottom):&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;widget_archive a:first-letter{
font-size:30px;
font-weight:bold;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Yo can adjust the values as you like.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sarastenberg on "Changes the lines"</title>
			<link>http://www.kriesi.at/support/topic/changes-the-lines#post-16480</link>
			<pubDate>Thu, 07 Apr 2011 09:11:38 +0000</pubDate>
			<dc:creator>sarastenberg</dc:creator>
			<guid isPermaLink="false">16480@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;1 &#38;amp; 2. Thank you!&#60;/p&#62;
&#60;p&#62;3. I mean the menu at the bottom of my page/blog. Not the menu om top.&#60;br /&#62;
I want the first letter should be big in every month, januari, februari. mars, april... How can i change that?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Changes the lines"</title>
			<link>http://www.kriesi.at/support/topic/changes-the-lines#post-15698</link>
			<pubDate>Sat, 26 Mar 2011 17:08:07 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">15698@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
1) In style.css change:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .pagination {
clear:both;
padding:0 0 60px 0;
position:relative;
z-index:3;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;to:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .pagination {
clear:both;
padding:0;
position:relative;
z-index:3;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .lastentry {
min-height: 50px;
padding: 20px 40px 60px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;to:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#top .lastentry {
min-height: 50px;
padding: 20px 40px 0px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#wrapper_main{
padding-bottom:40px;
float:left;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;to:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#wrapper_main{
padding-bottom:0px;
float:left;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;2) Very strange - something isn't right in the html structure. However to fix it with css search for following code in style.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .superheading {
border-bottom: 1px solid #E1E1E1;
color: #999999;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and replace it with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .superheading {
border-bottom: 1px solid #E1E1E1;
color: #999999;
width: 147%;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;3) Which menu do you refer to? The pages column?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sarastenberg on "Changes the lines"</title>
			<link>http://www.kriesi.at/support/topic/changes-the-lines#post-15596</link>
			<pubDate>Thu, 24 Mar 2011 15:24:39 +0000</pubDate>
			<dc:creator>sarastenberg</dc:creator>
			<guid isPermaLink="false">15596@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello! I have three things I would want help with.&#60;/p&#62;
&#60;p&#62;1. I want to diminishes my space at the bottom of my page, under page vievs  “1, 2, 3”. I want to move up the line under so it would be the same space as above. &#60;/p&#62;
&#60;p&#62;2.  When you click on Archive in my menu at the top, for example click on &#34;January&#34;. Then it will produce a line under &#34;Archive for January&#34;. The line is too short, I want to extend it. How?&#60;/p&#62;
&#60;p&#62;3. At the bottom of my page it is a other menu. I want the first letter should be big in every month. How can i change that?&#60;/p&#62;
&#60;p&#62;I hope you understad my problem.&#60;br /&#62;
Regards Sara&#60;br /&#62;
&#60;a href=&#34;http://www.sarastenberg.se&#34; rel=&#34;nofollow&#34;&#62;http://www.sarastenberg.se&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
