<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>

		<title>Button size &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/button-size/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/button-size/feed/</link>
		<description></description>
		<lastBuildDate>Mon, 13 Oct 2025 22:48:30 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/button-size/#post-95936</guid>
					<title><![CDATA[Button size]]></title>
					<link>https://theme.co/archive/forums/topic/button-size/#post-95936</link>
					<pubDate>Mon, 01 Sep 2014 00:27:07 +0000</pubDate>
					<dc:creator>Christian B</dc:creator>

					<description>
						<![CDATA[
						<p>I have created a content area (or content band, I think that&#8217;s what you call it), with a background image and set it as Parallax. Inside the area, I have also created a &#8220;jumbo&#8221; button. It&#8217;s all good. The problem, however is, even the largest button that I created still appears too small. </p>
<p>Have a look what I have created so far:</p>
<p><a href="http://www.bizraven.de/1s.png" rel="nofollow">http://www.bizraven.de/1s.png</a><br />
(The button is also not properly centered)</p>
<p>I want to look the button to like this:</p>
<p><a href="http://www.bizraven.de/2s.png" rel="nofollow">http://www.bizraven.de/2s.png</a><br />
(And how would I get it centered?)</p>
<p>Can you please help in how I might get the button the way I want? Thanks.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/button-size/#post-95938</guid>
					<title><![CDATA[Reply To: Button size]]></title>
					<link>https://theme.co/archive/forums/topic/button-size/#post-95938</link>
					<pubDate>Mon, 01 Sep 2014 00:32:34 +0000</pubDate>
					<dc:creator>Christian B</dc:creator>

					<description>
						<![CDATA[
						<p>In case it is not possible to create a larger button, is there another way I could create the text STARTING AT $199/mo with a rectangular border? CSS possibly? (In the end, it doesnt need to be a button as long as I get text bigger)</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/button-size/#post-95943</guid>
					<title><![CDATA[Reply To: Button size]]></title>
					<link>https://theme.co/archive/forums/topic/button-size/#post-95943</link>
					<pubDate>Mon, 01 Sep 2014 00:50:50 +0000</pubDate>
					<dc:creator>Christian</dc:creator>

					<description>
						<![CDATA[
						<p>Hey Christian,</p>
<p>Please add &#8220;width: 420px; height: 90px;&#8221; to the Style attribute or field of your button and add &#8220;center-text&#8221; class to your column or content band where you placed that button.</p>
<p>Thanks.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/button-size/#post-96554</guid>
					<title><![CDATA[Reply To: Button size]]></title>
					<link>https://theme.co/archive/forums/topic/button-size/#post-96554</link>
					<pubDate>Mon, 01 Sep 2014 21:57:08 +0000</pubDate>
					<dc:creator>Christian B</dc:creator>

					<description>
						<![CDATA[
						This reply has been marked as private.						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/button-size/#post-96571</guid>
					<title><![CDATA[Reply To: Button size]]></title>
					<link>https://theme.co/archive/forums/topic/button-size/#post-96571</link>
					<pubDate>Mon, 01 Sep 2014 22:38:21 +0000</pubDate>
					<dc:creator>Nabeel A</dc:creator>

					<description>
						<![CDATA[
						This reply has been marked as private.						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/button-size/#post-96630</guid>
					<title><![CDATA[Reply To: Button size]]></title>
					<link>https://theme.co/archive/forums/topic/button-size/#post-96630</link>
					<pubDate>Tue, 02 Sep 2014 01:30:41 +0000</pubDate>
					<dc:creator>Christian B</dc:creator>

					<description>
						<![CDATA[
						This reply has been marked as private.						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/button-size/#post-96646</guid>
					<title><![CDATA[Reply To: Button size]]></title>
					<link>https://theme.co/archive/forums/topic/button-size/#post-96646</link>
					<pubDate>Tue, 02 Sep 2014 02:22:13 +0000</pubDate>
					<dc:creator>Christian</dc:creator>

					<description>
						<![CDATA[
						<p>Hey Christian,</p>
<p>You didn&#8217;t place the CSS in the style attribute of the button (see <a href="http://prntscr.com/4iu50t" rel="nofollow">http://prntscr.com/4iu50t</a>). I&#8217;ve placed it there for you. Please see the result <a href="http://www.qvirtual.de/home-page-2/" rel="nofollow">http://www.qvirtual.de/home-page-2/</a>. Please take note though, that px value is not responsive. Therefore, you might want to limit it to 420px width or add a class to your button and add the CSS below in <strong>Apperance &gt; Customize &gt; Custom &gt; CSS</strong>.</p>
<pre><code>.your-class {
width: 510px;
height: 105px;
padding-top: 30px;
}</code></pre>
<p>With that, you can change the width in mobile view like</p>
<pre><code>@media (max-width: 767px) {
.your-class {
width: 80%;
height: 80px;
padding-top: 10px;
}
}</code></pre>
<p>That is just a sample media query. Custom media queries must be added by you or a Web Developer.</p>
<p>Hope that helps. 🙂</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/button-size/#post-97152</guid>
					<title><![CDATA[Reply To: Button size]]></title>
					<link>https://theme.co/archive/forums/topic/button-size/#post-97152</link>
					<pubDate>Tue, 02 Sep 2014 20:15:59 +0000</pubDate>
					<dc:creator>Christian B</dc:creator>

					<description>
						<![CDATA[
						<p>You are a legend!!! Works great 🙂</p>
<p>So, I ended up creating a class for my button:<br />
&lt;div class=&#8221;your-class&#8221;&gt;&lt;span style=&#8221;color: #ffffff;&#8221;&gt;STARTPAKETE AB €200/Monat&lt;/span&gt;&lt;/div&gt;</p>
<p>Then, I added the following CSS:</p>
<p>.your-class {<br />
width: 910px;<br />
height: 105px;<br />
padding-top:27px;<br />
font-size:45px;<br />
}</p>
<p>One last question, the button does not appear to be centered. I still got the &#8220;center-text&#8221; code in the content band though, but it is no longer working. What code is missing to center the button?</p>
<p>Sorry, this is gonna be my last question. After this, I wont bother you anymore 🙂 Promised 🙂</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/button-size/#post-97180</guid>
					<title><![CDATA[Reply To: Button size]]></title>
					<link>https://theme.co/archive/forums/topic/button-size/#post-97180</link>
					<pubDate>Tue, 02 Sep 2014 20:59:07 +0000</pubDate>
					<dc:creator>Zeshan</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Christian!</p>
<p>Thank you for writing in! You&#8217;re most welcome 🙂</p>
<p>This is because you are having columns in the content band where you have added the button (see: <a href="http://prntscr.com/4j2x1n" rel="nofollow">http://prntscr.com/4j2x1n</a>). Simply remove the columns and move your button to the content band directly.</p>
<p>Hope this helps. 🙂</p>
<p>Thank you.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/button-size/#post-97213</guid>
					<title><![CDATA[Reply To: Button size]]></title>
					<link>https://theme.co/archive/forums/topic/button-size/#post-97213</link>
					<pubDate>Tue, 02 Sep 2014 22:12:10 +0000</pubDate>
					<dc:creator>Christian B</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks. I have gotten rid of the columns in the content band which has moved the button to the left, but it is still not center. So, the button is still in the content band, because I want the button to sit in front of a Parallax background. Is this the problem why I cant get in centered? Not sure what else to try. </p>
<p>Thanks 🙂</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

