<?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: Sidebar work</title>
		<link>http://www.kriesi.at/support/topic/sidebar-work</link>
		<description>Support Forum - Topic: Sidebar work</description>
		<language>en-US</language>
		<pubDate>Wed, 22 May 2013 19:47:55 +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/sidebar-work" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Sidebar work"</title>
			<link>http://www.kriesi.at/support/topic/sidebar-work#post-33015</link>
			<pubDate>Thu, 24 Nov 2011 16:47:24 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">33015@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that Chris could help you :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Qcor on "Sidebar work"</title>
			<link>http://www.kriesi.at/support/topic/sidebar-work#post-32997</link>
			<pubDate>Thu, 24 Nov 2011 13:46:03 +0000</pubDate>
			<dc:creator>Qcor</dc:creator>
			<guid isPermaLink="false">32997@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;ok, it worked when i added !important.&#60;br /&#62;
So again green flag for you;).&#60;br /&#62;
Thx
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "Sidebar work"</title>
			<link>http://www.kriesi.at/support/topic/sidebar-work#post-32925</link>
			<pubDate>Thu, 24 Nov 2011 01:05:55 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">32925@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;In your style.css find&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.sidebar .box li a {
     text-align: left;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;change it to&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.sidebar .box li a {
     text-align: left;
     line-height:18px;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Qcor on "Sidebar work"</title>
			<link>http://www.kriesi.at/support/topic/sidebar-work#post-32878</link>
			<pubDate>Wed, 23 Nov 2011 13:56:50 +0000</pubDate>
			<dc:creator>Qcor</dc:creator>
			<guid isPermaLink="false">32878@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;now it's almost perfect&#60;br /&#62;
but one more quick and easy think :)&#60;/p&#62;
&#60;p&#62;i don't now how to set a line hight - in the right sidebar the space between text line is a little to big&#60;br /&#62;
pls look at the picture&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.premiummoto.pl/spaces.jpg&#34; rel=&#34;nofollow&#34;&#62;http://www.premiummoto.pl/spaces.jpg&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "Sidebar work"</title>
			<link>http://www.kriesi.at/support/topic/sidebar-work#post-32792</link>
			<pubDate>Wed, 23 Nov 2011 01:30:44 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">32792@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;As dude said, headlines are using Trebuchet MS - so I added the following to the bottom of your style3.css and it did change.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.srp-widget-title-link {
    font-family: Arial, Helvetica, Verdana, sans-serif !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;If this isn't what you're searching for please provide an image to clarify.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Qcor on "Sidebar work"</title>
			<link>http://www.kriesi.at/support/topic/sidebar-work#post-32721</link>
			<pubDate>Tue, 22 Nov 2011 12:13:48 +0000</pubDate>
			<dc:creator>Qcor</dc:creator>
			<guid isPermaLink="false">32721@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;no reaction,wherever i past the first font-face...&#60;br /&#62;
what can i do to match font from right sidebar to left?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Sidebar work"</title>
			<link>http://www.kriesi.at/support/topic/sidebar-work#post-32714</link>
			<pubDate>Tue, 22 Nov 2011 11:11:05 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">32714@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yes - two different fonts are used - both can be changed in style.css. The headlines use:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;font-family:&#38;quot;Trebuchet MS&#38;quot;,Arial,Helvetica,san-serif;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and the body text:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;font-family: Arial, Helevtica, Verdana, san-serif;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Qcor on "Sidebar work"</title>
			<link>http://www.kriesi.at/support/topic/sidebar-work#post-32691</link>
			<pubDate>Mon, 21 Nov 2011 22:12:58 +0000</pubDate>
			<dc:creator>Qcor</dc:creator>
			<guid isPermaLink="false">32691@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;problem almost solve;&#60;/p&#62;
&#60;p&#62;but only one more thing is this font issue;&#60;/p&#62;
&#60;p&#62;Where can i change the font - i suppose widget on the left consider titles as another category than widget on the right. or what?&#60;br /&#62;
How to unifi this fonts?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Qcor on "Sidebar work"</title>
			<link>http://www.kriesi.at/support/topic/sidebar-work#post-32687</link>
			<pubDate>Mon, 21 Nov 2011 21:24:29 +0000</pubDate>
			<dc:creator>Qcor</dc:creator>
			<guid isPermaLink="false">32687@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;one more thing - if u look at the right sidebar - &#34;Najpopularniejsze&#34;&#60;/p&#62;
&#60;p&#62;WP popular post is using here &#60;/p&#62;
&#60;p&#62;why does thumb have not RIGHT border side (1px border)? mayby sth with margin?&#60;/p&#62;
&#60;p&#62;and btw. why font there has different face than used on the left side?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Qcor on "Sidebar work"</title>
			<link>http://www.kriesi.at/support/topic/sidebar-work#post-32683</link>
			<pubDate>Mon, 21 Nov 2011 20:46:37 +0000</pubDate>
			<dc:creator>Qcor</dc:creator>
			<guid isPermaLink="false">32683@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;ok, we can say we DID it;&#60;/p&#62;
&#60;p&#62;still there are some issues with footer - main element has some margin or padding right - look at the slider in the footer - picture is to the right to much. Also bottom space is now bigger&#60;/p&#62;
&#60;p&#62;i found out that this (class, or what is this) in style3.css influence footer but also sidebar&#60;/p&#62;
&#60;p&#62;.box li a,#footer .box .recentcomments {&#60;br /&#62;
background:transparent&#60;br /&#62;
border-bottom:1px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;how to seperate footer things from sidebar thing
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Sidebar work"</title>
			<link>http://www.kriesi.at/support/topic/sidebar-work#post-32679</link>
			<pubDate>Mon, 21 Nov 2011 20:26:58 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">32679@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I changed the code above a bit. !important is standard css syntax/code and it makes sure that these attributes won't be overwritten. IE supports it like every other browser.&#60;/p&#62;
&#60;p&#62;To adjust the sidebar padding search for following code in style.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.sidebar{
float:left;
margin:0 20px 40px 0;
padding:0 0 0px 19px;
width:150px;
overflow: hidden;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and replace it with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.sidebar{
float:left;
margin:0 15px 40px 0;
padding:0 0 0px 19px;
width:150px;
overflow: hidden;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Qcor on "Sidebar work"</title>
			<link>http://www.kriesi.at/support/topic/sidebar-work#post-32673</link>
			<pubDate>Mon, 21 Nov 2011 19:55:32 +0000</pubDate>
			<dc:creator>Qcor</dc:creator>
			<guid isPermaLink="false">32673@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;done, but it not working...&#60;/p&#62;
&#60;p&#62;besides all - left margin to big...&#60;/p&#62;
&#60;p&#62;i can edit existing classes but need to know which one&#60;/p&#62;
&#60;p&#62;pictures should be aligned with the widget heading&#60;/p&#62;
&#60;p&#62;and the left sidebar - why does the margins left and right are not even?&#60;/p&#62;
&#60;p&#62;and BTW - does this !importatn thing is CSS good practice? Is this working with IE?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Sidebar work"</title>
			<link>http://www.kriesi.at/support/topic/sidebar-work#post-32671</link>
			<pubDate>Mon, 21 Nov 2011 19:19:19 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">32671@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Add following code to style.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.sidebar .box li a, .box .recentcomments, .entry ul li, .sidebar .box li a img, .sidebar .box a:hover img {
    background: none !important;
    border: none !important;
}

.sidebar .box li a{
    padding: 3px 0 !important;
}

.sidebar .box li a{
    text-align: center;
}

.box.widget_caticons li a, .box.widget_caticons li a img{
display: inline !important;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Qcor on "Sidebar work"</title>
			<link>http://www.kriesi.at/support/topic/sidebar-work#post-32667</link>
			<pubDate>Mon, 21 Nov 2011 18:43:23 +0000</pubDate>
			<dc:creator>Qcor</dc:creator>
			<guid isPermaLink="false">32667@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;right, sorry. I thought i did it :). Now is open
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Sidebar work"</title>
			<link>http://www.kriesi.at/support/topic/sidebar-work#post-32657</link>
			<pubDate>Mon, 21 Nov 2011 17:33:29 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">32657@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
I just get &#34;Premiummoto.pl - strona w budowie &#34; --- please deactivate the main. mode for a second.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Qcor on "Sidebar work"</title>
			<link>http://www.kriesi.at/support/topic/sidebar-work#post-32637</link>
			<pubDate>Mon, 21 Nov 2011 15:43:00 +0000</pubDate>
			<dc:creator>Qcor</dc:creator>
			<guid isPermaLink="false">32637@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;&#60;a href=&#34;http://premiummoto.pl&#34; rel=&#34;nofollow&#34;&#62;http://premiummoto.pl&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;i know the problem is widget/plugin dependet and how they interact with theme css but i also know that could be easily solved viad style3.css ediit and style.css. But i can't do this properly.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Sidebar work"</title>
			<link>http://www.kriesi.at/support/topic/sidebar-work#post-32623</link>
			<pubDate>Mon, 21 Nov 2011 13:00:22 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">32623@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Please post a link to your website - we can provide a custom solution then.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Qcor on "Sidebar work"</title>
			<link>http://www.kriesi.at/support/topic/sidebar-work#post-32612</link>
			<pubDate>Mon, 21 Nov 2011 10:02:17 +0000</pubDate>
			<dc:creator>Qcor</dc:creator>
			<guid isPermaLink="false">32612@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
First pleas take look at this picture:&#60;br /&#62;
&#60;a href=&#34;http://www.premiummoto.pl/bullet.jpg&#34; rel=&#34;nofollow&#34;&#62;http://www.premiummoto.pl/bullet.jpg&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;U can see the right sidebar problem.&#60;/p&#62;
&#60;p&#62;First i would like to get rid of the bullets (i tierd but i couldn't center the content).&#60;/p&#62;
&#60;p&#62;When bullets will be gone, it would be good to center the content in sidebar&#60;/p&#62;
&#60;p&#62;Then i would like to get rid of this borders around Car Logo icons (i suppose it would effect images also, but it's ok)&#60;/p&#62;
&#60;p&#62;Then i would like to display Car Logo and name and number of publications in one line&#60;/p&#62;
&#60;p&#62;Then i would like to get rid of this grey horizontal lines &#60;/p&#62;
&#60;p&#62;It's not the widget thing beacouse this widgeds (category icons and WP Most popular Posts) uses theme css.&#60;br /&#62;
(i remember doing this in older version of newscast, but all was messed up)&#60;/p&#62;
&#60;p&#62;THX
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
