<?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: center align - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/center-align</link>
		<description>Support Forum - Tag: center align - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 16:44:59 +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/center-align" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Center callout button?"</title>
			<link>http://www.kriesi.at/support/topic/center-callout-button#post-97243</link>
			<pubDate>Mon, 18 Feb 2013 14:36:59 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">97243@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi headbentdesign,&#60;/p&#62;
&#60;p&#62;I would actually suggest something a bit more precise so that you don't have to use !important. You can, but you'll just need to make sure the media queries come after that and use !important as well so that they are more important as well as come after the css you have.&#60;/p&#62;
&#60;p&#62;The selectors would have to be custom for your sites layout however.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>headbentdesign on "Center callout button?"</title>
			<link>http://www.kriesi.at/support/topic/center-callout-button#post-97065</link>
			<pubDate>Sat, 16 Feb 2013 21:05:24 +0000</pubDate>
			<dc:creator>headbentdesign</dc:creator>
			<guid isPermaLink="false">97065@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;This is actual the code that ended up centering the button for me :&#60;/p&#62;
&#60;p&#62;#wrap_all .big_button {&#60;br /&#62;
    margin: 0 280px 35px auto !important;&#60;br /&#62;
    position: relative !important;&#60;br /&#62;
    top: 40px !important;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;I obviously am going to have to add media queries for mobile and notebook devices.&#60;/p&#62;
&#60;p&#62;Do you approve of this code Nick?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>headbentdesign on "Center callout button?"</title>
			<link>http://www.kriesi.at/support/topic/center-callout-button#post-97060</link>
			<pubDate>Sat, 16 Feb 2013 20:34:50 +0000</pubDate>
			<dc:creator>headbentdesign</dc:creator>
			<guid isPermaLink="false">97060@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yup, that's what I needed. Just wanted to center the button. &#60;/p&#62;
&#60;p&#62;Thanks Nick.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Center callout button?"</title>
			<link>http://www.kriesi.at/support/topic/center-callout-button#post-97009</link>
			<pubDate>Sat, 16 Feb 2013 01:35:00 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">97009@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;What do you mean? &#60;a href=&#34;http://www.clipular.com/c?2111375=Fi1YYSiMfHpqqeBtxdFeEjmILVY&#34; rel=&#34;nofollow&#34;&#62;http://www.clipular.com/c?2111375=Fi1YYSiMfHpqqeBtxdFeEjmILVY&#60;/a&#62; Here is the callout , and the button comes right after it. Do you mean you want the button on the next line , and centered below the callout? &#60;/p&#62;
&#60;p&#62;You can paste this code into /css/custom.css or Quick CSS located in Eunoia &#38;gt; Theme Options &#38;gt; Styling .. the text box at the bottom of the page.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .padding-active.content-area {
text-align: center !important;
}
#wrap_all .big_button {
position: relative !important;
top: -50px !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;That will make the callout look like &#60;a href=&#34;http://www.clipular.com/c?2103476=gKyNFUpbnaEMRDCceuk4fMwjZbY&#34; rel=&#34;nofollow&#34;&#62;http://www.clipular.com/c?2103476=gKyNFUpbnaEMRDCceuk4fMwjZbY&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>headbentdesign on "Center callout button?"</title>
			<link>http://www.kriesi.at/support/topic/center-callout-button#post-96946</link>
			<pubDate>Fri, 15 Feb 2013 14:48:40 +0000</pubDate>
			<dc:creator>headbentdesign</dc:creator>
			<guid isPermaLink="false">96946@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey guys,&#60;/p&#62;
&#60;p&#62;Anyone have any ideas as to how to center the callout button? I've tried every piece of code I can find, but no luck. Still advancing in html/css, so I know this may be a little elementary.&#60;/p&#62;
&#60;p&#62;thanks for any help,&#60;/p&#62;
&#60;p&#62;Pat
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
