<?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: Custom XL Buttons - Icon and text</title>
		<link>http://www.kriesi.at/support/topic/custom-xl-buttons-icon-and-text</link>
		<description>Support Forum - Topic: Custom XL Buttons - Icon and text</description>
		<language>en-US</language>
		<pubDate>Thu, 23 May 2013 19:12:31 +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/custom-xl-buttons-icon-and-text" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "Custom XL Buttons - Icon and text"</title>
			<link>http://www.kriesi.at/support/topic/custom-xl-buttons-icon-and-text#post-62155</link>
			<pubDate>Tue, 26 Jun 2012 04:16:57 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">62155@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi martingfisher,&#60;/p&#62;
&#60;p&#62;Glad that it worked. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>martingfisher on "Custom XL Buttons - Icon and text"</title>
			<link>http://www.kriesi.at/support/topic/custom-xl-buttons-icon-and-text#post-61377</link>
			<pubDate>Thu, 21 Jun 2012 09:57:34 +0000</pubDate>
			<dc:creator>martingfisher</dc:creator>
			<guid isPermaLink="false">61377@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yey! that works brilliantly.&#60;br /&#62;
Thanks Chris thats a big help :-)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "Custom XL Buttons - Icon and text"</title>
			<link>http://www.kriesi.at/support/topic/custom-xl-buttons-icon-and-text#post-59985</link>
			<pubDate>Wed, 13 Jun 2012 07:01:34 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">59985@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;you can try dropping this piece of code in there&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.avia-button {
    width:89% !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Fiddle around with the percentage to suit your needs better.&#60;br /&#62;
If you want to centralise the text you can add &#34;text-align:center;&#34; below the width line.&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Chris
&#60;/p&#62;</description>
		</item>
		<item>
			<title>martingfisher on "Custom XL Buttons - Icon and text"</title>
			<link>http://www.kriesi.at/support/topic/custom-xl-buttons-icon-and-text#post-59681</link>
			<pubDate>Mon, 11 Jun 2012 09:04:04 +0000</pubDate>
			<dc:creator>martingfisher</dc:creator>
			<guid isPermaLink="false">59681@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;A very similar question:&#60;/p&#62;
&#60;p&#62;I am using Propulsion (www.tradesolarkits.com)&#60;br /&#62;
Is there a piece of CSS I can drop in to the quickcss box that would allow all buttons to fill the column width in which they appear?&#60;/p&#62;
&#60;p&#62;At present they confirm to the width of the text used within the button but I want the buttons to be 100% of the column width in which they appear.&#60;/p&#62;
&#60;p&#62;Many thanks&#60;br /&#62;
Martin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Custom XL Buttons - Icon and text"</title>
			<link>http://www.kriesi.at/support/topic/custom-xl-buttons-icon-and-text#post-54605</link>
			<pubDate>Fri, 04 May 2012 06:43:28 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">54605@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Following code gives me good results:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.avia-button .avia-mobile {
    background: url(&#38;quot;../st3/img/icons/mobile.png&#38;quot;) no-repeat scroll -12px center transparent;
    font-size: 23px;
    font-weight: bold;
    left: -5px;
    padding: 10px 0 40px 50px;
    text-shadow: 0 2px 3px #666666;
    vertical-align: middle;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>reganfrank on "Custom XL Buttons - Icon and text"</title>
			<link>http://www.kriesi.at/support/topic/custom-xl-buttons-icon-and-text#post-54034</link>
			<pubDate>Mon, 30 Apr 2012 21:19:12 +0000</pubDate>
			<dc:creator>reganfrank</dc:creator>
			<guid isPermaLink="false">54034@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
Just wondering if I could pick somebodys brain on how to make a button that fills a 1/5 column?&#60;/p&#62;
&#60;p&#62;Here is what I have done:&#60;/p&#62;
&#60;p&#62;Added the following to my (child) them style.css&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;/*Add a full width button - 1 third column*/
.bnt_fw_5{
	width: 78% !important;
height: 75px !important;}

/* Mobile */
.avia-button .avia-mobile{	background: transparent url(&#38;quot;../st3/img/icons/mobile.png&#38;quot;) no-repeat center left;
	padding: 10px 30px 40px 30px; left:-2px;
	font-size: 23px;
	font-weight: bold;
	vertical-align: middle;
	text-shadow: 0px 2px 3px #666;
	}
.avia-ilink .help{	background: transparent url(&#38;quot;../st3/img/icons/mobile.png&#38;quot;) no-repeat center left; }&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Then following this ( &#60;a href=&#34;http://www.kriesi.at/support/topic/add-more-icons-to-icon-buttons-shortcode&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/add-more-icons-to-icon-buttons-shortcode&#60;/a&#62; ), I added a &#34;mobile&#34; button to the shortcode editor.&#60;/p&#62;
&#60;p&#62;Everything works, except I cant get the icon to stay to the left, and the text to be on the right. Does that make sense?&#60;br /&#62;
They are overlapping and its driving me bonkers.&#60;/p&#62;
&#60;p&#62;Could somebody help?&#60;/p&#62;
&#60;p&#62;Here is the production site: &#60;a href=&#34;http://brandpag.es/sharetel/&#34; rel=&#34;nofollow&#34;&#62;http://brandpag.es/sharetel/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
