<?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: Text Alignment and Dropdown Menu Color</title>
		<link>http://www.kriesi.at/support/topic/text-alignment-and-dropdown-menu-color</link>
		<description>Support Forum - Topic: Text Alignment and Dropdown Menu Color</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 09:05:15 +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/text-alignment-and-dropdown-menu-color" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Beard on "Text Alignment and Dropdown Menu Color"</title>
			<link>http://www.kriesi.at/support/topic/text-alignment-and-dropdown-menu-color#post-32861</link>
			<pubDate>Wed, 23 Nov 2011 10:28:10 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">32861@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for sharing your solutions.&#60;br /&#62;
Glad that I could help :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dannyk2012 on "Text Alignment and Dropdown Menu Color"</title>
			<link>http://www.kriesi.at/support/topic/text-alignment-and-dropdown-menu-color#post-32810</link>
			<pubDate>Wed, 23 Nov 2011 02:57:58 +0000</pubDate>
			<dc:creator>Dannyk2012</dc:creator>
			<guid isPermaLink="false">32810@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! Yes you are right:&#60;/p&#62;
&#60;p&#62;1) I solved the issue by adding &#34;text-align:justify;&#34; to appropriate section. I added it to .content, #top .fullwidth .template-blog.content&#60;br /&#62;
and it worked. But I had to add &#34;text-align:left;&#34; to the columns section in CSS since the columns look better unjustified.&#60;/p&#62;
&#60;p&#62;2)Awesome thanks!&#60;/p&#62;
&#60;p&#62;3) I just made a 2 column HTML table and placed the elements there, instead of messing with the font spacing.&#60;/p&#62;
&#60;p&#62;Cheers!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "Text Alignment and Dropdown Menu Color"</title>
			<link>http://www.kriesi.at/support/topic/text-alignment-and-dropdown-menu-color#post-32801</link>
			<pubDate>Wed, 23 Nov 2011 02:24:43 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">32801@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I see you've solved your first question.&#60;/p&#62;
&#60;p&#62;For the second question add the following to your custom.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top #header .main_menu .menu .submenu_available &#38;gt; a {
     background: #FF0099;
     color: #FFFFFF;
}

#top #header .main_menu .menu .submenu_available &#38;gt; a:hover {
     background: #000000;
}
#top #header .main_menu .menu ul li a{
     background: #FF0099;
     color: #FFFFFF;
}
#top #header .main_menu .menu ul li a:hover {
     background: #000000;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Of course, you can change the colors and add color to :hover states too!&#60;/p&#62;
&#60;p&#62;I'm not completely certain what you mean with your third question but it seems you've already put it on the same line.&#60;/p&#62;
&#60;p&#62;Am I missing something?&#60;/p&#62;
&#60;p&#62;I hope this helps :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dannyk2012 on "Text Alignment and Dropdown Menu Color"</title>
			<link>http://www.kriesi.at/support/topic/text-alignment-and-dropdown-menu-color#post-32770</link>
			<pubDate>Tue, 22 Nov 2011 19:36:22 +0000</pubDate>
			<dc:creator>Dannyk2012</dc:creator>
			<guid isPermaLink="false">32770@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;3) On the main page, the &#34;Contact Information&#34; section:&#60;/p&#62;
&#60;p&#62;Is it possible to make &#38;lt;h3&#38;gt; text (Phone, Fax, Email) and regular paragraph text to be on the same line?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dannyk2012 on "Text Alignment and Dropdown Menu Color"</title>
			<link>http://www.kriesi.at/support/topic/text-alignment-and-dropdown-menu-color#post-32756</link>
			<pubDate>Tue, 22 Nov 2011 18:27:39 +0000</pubDate>
			<dc:creator>Dannyk2012</dc:creator>
			<guid isPermaLink="false">32756@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello, I recently purchased Corona and I'm loving the theme so far. Everything is great about it, usability, short codes etc.&#60;/p&#62;
&#60;p&#62;However I have few issues I was not able to work out myself.&#60;/p&#62;
&#60;p&#62;1) Text alignment in posts and pages:&#60;/p&#62;
&#60;p&#62;Here is the main page for the site:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://tinyurl.com/7lp44pa&#34; rel=&#34;nofollow&#34;&#62;http://tinyurl.com/7lp44pa&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;As you see, below the main slider I inserted a page content (about page). How do I set the default text alignment to &#34;justify&#34;? (so the text begins and ends evenly. It should automatically add spaces between words)&#60;br /&#62;
It is not in Wordpress options (when you edit the page, Wordpress only has Left, Center and Right alignment), and I played around with the stylesheet a bit but couldn't change much.&#60;/p&#62;
&#60;p&#62;I made the page to be columns 2/3 and 1/3 and I need that 2/3rd to be filled out nicely and lines not end abruptly.&#60;/p&#62;
&#60;p&#62;2) On the top menu, if you hover over &#34;Services&#34;, we have 2 dropdown menus (new construction and remodeling), can I change the background color of the dropdown boxes? And if you hover over New Construction, 4 more menu options slide out, and I would like to change the colors as well (they can be same color). Our client thinks they are hard to see and distinguish when the dropdown menu pops up.&#60;/p&#62;
&#60;p&#62;Can I change the background color for the dropdown menus boxes? Can I adjust the font color of those boxes?&#60;/p&#62;
&#60;p&#62;Thank you so much lads, keep up the good work!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
