<?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>Change button size on Revolution Slider &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/change-button-size-on-revolution-slider/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/change-button-size-on-revolution-slider/feed/</link>
		<description></description>
		<lastBuildDate>Sat, 11 Oct 2025 23:31:20 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/change-button-size-on-revolution-slider/#post-206236</guid>
					<title><![CDATA[Change button size on Revolution Slider]]></title>
					<link>https://theme.co/archive/forums/topic/change-button-size-on-revolution-slider/#post-206236</link>
					<pubDate>Sat, 14 Feb 2015 00:21:51 +0000</pubDate>
					<dc:creator>rickp</dc:creator>

					<description>
						<![CDATA[
						<p>Hi, </p>
<p>I am using a button on my home page inside of the revolution slider.</p>
<p>I&#8217;m not sure if it is because I am using it inside of the slider, but it is being constrained when I size my screen down, to the point of being almost non-existent on mobile.</p>
<p>The &#8220;x-large&#8221; round button shortcode appears to remain responsive and maintain a height of 65px regardless of screen size.  Is it possible to replicate that inside of the Revolution slider?</p>
<p>Thank you</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/change-button-size-on-revolution-slider/#post-206238</guid>
					<title><![CDATA[Reply To: Change button size on Revolution Slider]]></title>
					<link>https://theme.co/archive/forums/topic/change-button-size-on-revolution-slider/#post-206238</link>
					<pubDate>Sat, 14 Feb 2015 00:22:11 +0000</pubDate>
					<dc:creator>rickp</dc:creator>

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

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/change-button-size-on-revolution-slider/#post-206887</guid>
					<title><![CDATA[Reply To: Change button size on Revolution Slider]]></title>
					<link>https://theme.co/archive/forums/topic/change-button-size-on-revolution-slider/#post-206887</link>
					<pubDate>Sun, 15 Feb 2015 08:58:54 +0000</pubDate>
					<dc:creator>Christopher</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Please add the following CSS under<strong> Customize -&gt; Custom -&gt; CSS</strong> :</p>
<pre><code>@media (max-width:480px){
a.x-btn.x-btn-lightgrey.x-btn-rounded.x-btn-jumbo.x-btn-block {
width: 150px !important;
font-size: 12px !important;
line-height: 15px !important;
}
}</code></pre>
<p>Hope it helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/change-button-size-on-revolution-slider/#post-294939</guid>
					<title><![CDATA[Reply To: Change button size on Revolution Slider]]></title>
					<link>https://theme.co/archive/forums/topic/change-button-size-on-revolution-slider/#post-294939</link>
					<pubDate>Sun, 07 Jun 2015 12:15:04 +0000</pubDate>
					<dc:creator>Tristan A</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Support,</p>
<p>I adapted the above code to fit the button on my revolution slider. The objective is the same, i.e. to ensure it is of a larger size in the mobile screen. </p>
<p>My code is:</p>
<p>@media (max-width:480px){<br />
a.x-btn.hero-btn.x-btn-real.x-btn-round.x-btn-small {<br />
  width: 150px !important;<br />
  font-size: 12px !important;<br />
  line-height: 15px !important;<br />
  }<br />
}</p>
<p>Unfortunately, it doesn&#8217;t work&#8230;. What am i missing here?</p>
<p>Will provide URL and credentials below.</p>
<p>Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/change-button-size-on-revolution-slider/#post-294941</guid>
					<title><![CDATA[Reply To: Change button size on Revolution Slider]]></title>
					<link>https://theme.co/archive/forums/topic/change-button-size-on-revolution-slider/#post-294941</link>
					<pubDate>Sun, 07 Jun 2015 12:18:07 +0000</pubDate>
					<dc:creator>Tristan A</dc:creator>

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

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/change-button-size-on-revolution-slider/#post-294962</guid>
					<title><![CDATA[Reply To: Change button size on Revolution Slider]]></title>
					<link>https://theme.co/archive/forums/topic/change-button-size-on-revolution-slider/#post-294962</link>
					<pubDate>Sun, 07 Jun 2015 13:01:10 +0000</pubDate>
					<dc:creator>Ying-Fu Li</dc:creator>

					<description>
						<![CDATA[
						<p>You can use this code:</p>
<pre><code>@media (max-width: 480px) {
.rev_slider_wrapper .x-btn {
    font-size: 1.2rem !important;
    padding: 0.863em 1.1em 0.913em !important;
}
}</code></pre>
<p>Play around with the padding to adjust the width and height of the button.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/change-button-size-on-revolution-slider/#post-295122</guid>
					<title><![CDATA[Reply To: Change button size on Revolution Slider]]></title>
					<link>https://theme.co/archive/forums/topic/change-button-size-on-revolution-slider/#post-295122</link>
					<pubDate>Sun, 07 Jun 2015 17:32:28 +0000</pubDate>
					<dc:creator>Nico</dc:creator>

					<description>
						<![CDATA[
						<p>Thank you so much for chimming in Ying-Fu L. We are glad to have you hear in our community.</p>
<p>Have a great day! 🙂</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/change-button-size-on-revolution-slider/#post-295145</guid>
					<title><![CDATA[Reply To: Change button size on Revolution Slider]]></title>
					<link>https://theme.co/archive/forums/topic/change-button-size-on-revolution-slider/#post-295145</link>
					<pubDate>Sun, 07 Jun 2015 18:15:23 +0000</pubDate>
					<dc:creator>Tristan A</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks! That worked perfectly!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/change-button-size-on-revolution-slider/#post-295158</guid>
					<title><![CDATA[Reply To: Change button size on Revolution Slider]]></title>
					<link>https://theme.co/archive/forums/topic/change-button-size-on-revolution-slider/#post-295158</link>
					<pubDate>Sun, 07 Jun 2015 18:57:14 +0000</pubDate>
					<dc:creator>Nico</dc:creator>

					<description>
						<![CDATA[
						<p>Glad to hear that! 🙂</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

