<?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>Revolution Slider Scaling, Navbar Margins, Social Icons in Header Widget, etc. &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/revolution-slider-scaling-navbar-margins-social-icons-in-header-widget-etc/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/revolution-slider-scaling-navbar-margins-social-icons-in-header-widget-etc/feed/</link>
		<description></description>
		<lastBuildDate>Sun, 12 Oct 2025 13:35:29 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/revolution-slider-scaling-navbar-margins-social-icons-in-header-widget-etc/#post-62054</guid>
					<title><![CDATA[Revolution Slider Scaling, Navbar Margins, Social Icons in Header Widget, etc.]]></title>
					<link>https://theme.co/archive/forums/topic/revolution-slider-scaling-navbar-margins-social-icons-in-header-widget-etc/#post-62054</link>
					<pubDate>Fri, 27 Jun 2014 14:12:17 +0000</pubDate>
					<dc:creator>Software S</dc:creator>

					<description>
						<![CDATA[
						<p>Hello,</p>
<p>I&#8217;m building a new website for our company. Our tech-support service set-up a WordPress site for us and installed the X theme, which I&#8217;m finding very useful indeed! The development space for the site is publicly accessible so we can all access development changes from anywhere. However, I don&#8217;t want to broadcast the URL across the internet at the moment. I&#8217;ll send you the address in a private follow-up message.</p>
<p>I have a few questions about a fairly diverse range of topics. I&#8217;ve searched the forums for existing suggestions but all seem angled towards situations that don&#8217;t apply to me. Apologies if I&#8217;ve missed something relevant.</p>
<p>As it stands I&#8217;m dealing with the homepage only &#8211; all the other pages are there as placeholders for now. I&#8217;ll start at the top of the page and work down.</p>
<p><strong>Navbar Margins/Padding</strong><br />
I have the theme set to full width. However, the logo and the navbar menu are significantly indented. How can I alter this? The logo is also quite wide. Is there a way to force a logo-rescale on smaller screens/devices?</p>
<p><strong>Social Links in Header Widget Area</strong><br />
I would like to have the social media links in header widget area 2 rather than on the top bar (which I deactivated). Is there a simple way to do this? I&#8217;ve tried using some shortcodes and html in the widget editing page but nothing seemed to work.</p>
<p><strong>Revolution Slider Proportions and Scaling</strong><br />
Is it possible to force the Revolution Slider to scale/proportion itself to fit an area? Notice in the latest news &amp; events area at the top of the page that the slider doesn&#8217;t fit the space allocated to it. I&#8217;d really like to find a way round this without undermining responsiveness if possible.</p>
<p><strong>Turning Custom Heading into Link with Hover Properties</strong><br />
Towards the bottom of the page on the right-hand side is our main area for social media links (the picture is a placeholder for a live tweet widget). I&#8217;d like to turn the headings into buttons linking to the various social media sites. I want the default colours to be as they appear here (not the default yellow I&#8217;ve set in the customizer) and the hover colour to match the usual button settings (yellow on a grey background). Is there a way of doing this? Note that I&#8217;ve used columns within the custom headings to ensure nice spacing between the icons and the text.</p>
<p><strong>Odd Horizontal Alignment</strong><br />
In the same area of the page the column headings are at different heights and I&#8217;m not sure why. Any ideas?</p>
<p><strong>Remove Shadow Property from Button Text</strong><br />
Is there a way to do this? I&#8217;m not even sure there <em>is</em> a shadow property on button text &#8211; it might just be my eyes going funny! Either way, it would be useful to know how to alter it just in case I need that knowledge in future.</p>
<p>Apologies for any shoddy workmanship &#8211; I&#8217;m really quite new to this.</p>
<p>Thanks again for a great theme!</p>
<p>Adam</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/revolution-slider-scaling-navbar-margins-social-icons-in-header-widget-etc/#post-62055</guid>
					<title><![CDATA[Reply To: Revolution Slider Scaling, Navbar Margins, Social Icons in Header Widget, etc.]]></title>
					<link>https://theme.co/archive/forums/topic/revolution-slider-scaling-navbar-margins-social-icons-in-header-widget-etc/#post-62055</link>
					<pubDate>Fri, 27 Jun 2014 14:13:21 +0000</pubDate>
					<dc:creator>Software S</dc:creator>

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

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/revolution-slider-scaling-navbar-margins-social-icons-in-header-widget-etc/#post-62365</guid>
					<title><![CDATA[Reply To: Revolution Slider Scaling, Navbar Margins, Social Icons in Header Widget, etc.]]></title>
					<link>https://theme.co/archive/forums/topic/revolution-slider-scaling-navbar-margins-social-icons-in-header-widget-etc/#post-62365</link>
					<pubDate>Sat, 28 Jun 2014 11:54:19 +0000</pubDate>
					<dc:creator>Support</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Thanks for writing in!</p>
<p>Below are answers to your question, please note that all css must be added to the <strong>Customizer &gt; Custom &gt; CSS</strong></p>
<p>1. Navbar<br />
The theme is full width but site width and max width are set to 88% and 1200px, this is a good idea to keep it like this, for your nav and logo, you can hack this by adding the following css:</p>
<pre><code>
/* Navbar width */
.x-navbar-inner{
  width:92%!important; /* Adjust to your preference */
}

/* Small device logo size */
@media all and(max-width:768px){
  .x-navbar .x-brand{
    max-width: 280px;
    margin-top: 18px;
  }
}
@media all and(max-width:440px){
  .x-navbar .x-brand{
    max-width: 240px;
    margin-top: 22px;
  }
}
@media all and(max-width:360px){
  .x-navbar .x-brand{
    max-width: 220px;
    margin-top: 18px;
  }
}
</code></pre>
<p>2. Social<br />
You should be able to add social media shortcode inside a text widget in the header widget area. Please to add those again and if you encounter problems, let us know, you might have to provide us a login to your admin so we will be able to check this in details.(!!!If you share your login info, make sure to set this post as private!!!)</p>
<p>3. Revslider<br />
This will be really difficult to achieve, for now, you can try the code below as this will work nicely on wide screens, but resizing to smaller ones, the revslider will have some space under it as it&#8217;s responsive features, make it proportional.</p>
<pre><code>
/* Remove a bit of margin and padding to the big headline so the gap under the slider will be smaller */
#x-content-band-2{
  margin-bottom:0!important;
  padding:37px 0!important;
}
/* Make the rev slider container wider to span the full available space */
#x-content-band-1 &gt; .x-column.two-thirds{
  width: 69.33332%;
}
</code></pre>
<p>4. Custom Headings<br />
Please make those heading as links in your editor first, then we will be able to come back to you with some tailored custom code to add</p>
<p>5. Alignment</p>
<pre><code>
#x-content-band-9 .h-custom-headline{
  padding-top:8%!important;
}
</code></pre>
<p>6. Text shadow<br />
To remove text shadow from buttons, just add this custom css:</p>
<pre><code>
.x-btn, .x-btn:hover, 
.button, .button:hover, 
[type=&quot;submit&quot;], [type=&quot;submit&quot;]:hover{
  text-shadow:none!important;
}
</code></pre>
<p>I hope this answer most of your questions :), come back to us if you need anything else.</p>
<p>Cheers.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/revolution-slider-scaling-navbar-margins-social-icons-in-header-widget-etc/#post-63074</guid>
					<title><![CDATA[Reply To: Revolution Slider Scaling, Navbar Margins, Social Icons in Header Widget, etc.]]></title>
					<link>https://theme.co/archive/forums/topic/revolution-slider-scaling-navbar-margins-social-icons-in-header-widget-etc/#post-63074</link>
					<pubDate>Mon, 30 Jun 2014 14:28:56 +0000</pubDate>
					<dc:creator>Software S</dc:creator>

					<description>
						<![CDATA[
						<p>Hello,</p>
<p>Thank you for your comprehensive response, which was most helpful. Unfortunately the Navbar hack seems not to be working for some reason. Perhaps I&#8217;m missing something.</p>
<p>I can&#8217;t seem to find a shortcode for social media links other than for social sharing. I want the buttons in the header widget to link to our Twitter, Facebook and YouTube accounts. Again, perhaps I&#8217;m missing something.</p>
<p>Thanks for your help with the Revolution Slider problem. It&#8217;s a shame that the slider isn&#8217;t more space-responsive, although I appreciate this is an add-in and not an integral part of your theme. I&#8217;ll have a play around with it and see what I can do. We may have to rethink the design to best suit the tools.</p>
<p>I have changed the custom headings into links as requested.</p>
<p>Best Wishes,</p>
<p>Adam</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/revolution-slider-scaling-navbar-margins-social-icons-in-header-widget-etc/#post-63079</guid>
					<title><![CDATA[Reply To: Revolution Slider Scaling, Navbar Margins, Social Icons in Header Widget, etc.]]></title>
					<link>https://theme.co/archive/forums/topic/revolution-slider-scaling-navbar-margins-social-icons-in-header-widget-etc/#post-63079</link>
					<pubDate>Mon, 30 Jun 2014 14:35:41 +0000</pubDate>
					<dc:creator>Software S</dc:creator>

					<description>
						<![CDATA[
						<p>I have just managed to get the navbar fix to work by altering the .x-navbar-inner left margin!</p>
<p>However, the logo still doesn&#8217;t want to scale when I resize the browser or when I look at it on a mobile device.</p>
<p>Best Wishes,</p>
<p>Adam</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/revolution-slider-scaling-navbar-margins-social-icons-in-header-widget-etc/#post-63526</guid>
					<title><![CDATA[Reply To: Revolution Slider Scaling, Navbar Margins, Social Icons in Header Widget, etc.]]></title>
					<link>https://theme.co/archive/forums/topic/revolution-slider-scaling-navbar-margins-social-icons-in-header-widget-etc/#post-63526</link>
					<pubDate>Tue, 01 Jul 2014 12:47:30 +0000</pubDate>
					<dc:creator>Mrinal</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Adam, </p>
<p>The following CSS will adjust the logo in small devices, please add them via Customizer: </p>
<pre><code>
/* Small device logo size */
@media all and(max-width:768px){
  .x-navbar .x-brand{
    max-width: 280px;
    margin-top: 18px;
  }
}
@media all and(max-width:440px){
  .x-navbar .x-brand{
    max-width: 240px;
    margin-top: 22px;
  }
}
@media all and(max-width:360px){
  .x-navbar .x-brand{
    max-width: 220px;
    margin-top: 18px;
  }
}
</code></pre>
<p>Hope this helps, Cheers! </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/revolution-slider-scaling-navbar-margins-social-icons-in-header-widget-etc/#post-87018</guid>
					<title><![CDATA[Reply To: Revolution Slider Scaling, Navbar Margins, Social Icons in Header Widget, etc.]]></title>
					<link>https://theme.co/archive/forums/topic/revolution-slider-scaling-navbar-margins-social-icons-in-header-widget-etc/#post-87018</link>
					<pubDate>Mon, 18 Aug 2014 18:21:13 +0000</pubDate>
					<dc:creator>Nathan P</dc:creator>

					<description>
						<![CDATA[
						<p>Im curious if you found a solution for the social buttons. I feel like buttons as links to our social pages should be  built in, in addition to the sharing options. Thanks.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/revolution-slider-scaling-navbar-margins-social-icons-in-header-widget-etc/#post-87053</guid>
					<title><![CDATA[Reply To: Revolution Slider Scaling, Navbar Margins, Social Icons in Header Widget, etc.]]></title>
					<link>https://theme.co/archive/forums/topic/revolution-slider-scaling-navbar-margins-social-icons-in-header-widget-etc/#post-87053</link>
					<pubDate>Mon, 18 Aug 2014 19:29:25 +0000</pubDate>
					<dc:creator>Kosher K</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Nathan,</p>
<p>You can add the icon on the header widget by using the Text/HTML widget and add this code below</p>
<p><code>&lt;a target=&quot;_blank&quot; href=&quot;http://your-social-media-url.com/&quot;&gt;[icon type=&quot;facebook&quot;]&lt;/a&gt;</code></p>
<p>You can get all the icon list from here -&gt; <a href="http://theme.co/x/demo/integrity/1/shortcodes/icons/" rel="nofollow">http://theme.co/x/demo/integrity/1/shortcodes/icons/</a></p>
<p>Hope that helps<br />
Cheers</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/revolution-slider-scaling-navbar-margins-social-icons-in-header-widget-etc/#post-88145</guid>
					<title><![CDATA[Reply To: Revolution Slider Scaling, Navbar Margins, Social Icons in Header Widget, etc.]]></title>
					<link>https://theme.co/archive/forums/topic/revolution-slider-scaling-navbar-margins-social-icons-in-header-widget-etc/#post-88145</link>
					<pubDate>Wed, 20 Aug 2014 03:42:08 +0000</pubDate>
					<dc:creator>Nathan P</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks Support!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/revolution-slider-scaling-navbar-margins-social-icons-in-header-widget-etc/#post-88191</guid>
					<title><![CDATA[Reply To: Revolution Slider Scaling, Navbar Margins, Social Icons in Header Widget, etc.]]></title>
					<link>https://theme.co/archive/forums/topic/revolution-slider-scaling-navbar-margins-social-icons-in-header-widget-etc/#post-88191</link>
					<pubDate>Wed, 20 Aug 2014 05:48:39 +0000</pubDate>
					<dc:creator>Christian</dc:creator>

					<description>
						<![CDATA[
						<p>You&#8217;re welcome Nathan.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

