<?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>Icon Buttons and Removing gaps &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/icon-buttons-and-removing-gaps/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/icon-buttons-and-removing-gaps/feed/</link>
		<description></description>
		<lastBuildDate>Mon, 20 Oct 2025 12:04:20 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/icon-buttons-and-removing-gaps/#post-116977</guid>
					<title><![CDATA[Icon Buttons and Removing gaps]]></title>
					<link>https://theme.co/archive/forums/topic/icon-buttons-and-removing-gaps/#post-116977</link>
					<pubDate>Thu, 02 Oct 2014 10:58:59 +0000</pubDate>
					<dc:creator>akiraceo</dc:creator>

					<description>
						<![CDATA[
						<p>Good Day, </p>
<p>I&#8217;m having some problems with getting the layout I want. Sorry for being a noob but do save me T3T</p>
<p>This is the layout I wish to get.<br />
<img decoding="async" src="http://img.photobucket.com/albums/v478/akiraceo/siteidealayoutjht.jpg~original" alt="ideal layout" /><br />
Simple but.. I&#8217;m facing so much problems with the icon buttons and gaps.<br />
Kindly refer to the image below<br />
<img decoding="async" src="http://img.photobucket.com/albums/v478/akiraceo/Screenshot2014-10-021829.jpg~original" alt="Problems" /></p>
<p>At first, I didn&#8217;t know how to adjust the size of the icon.<br />
In the end I manage to find this code in the forum to achieve the size of icon and letters.</p>
<p>&lt;p style=&#8221;text-align: center;&#8221;&gt;[icon style =&#8221;font-size: 2em;&#8221; type=&#8221;camera-retro&#8221;]&lt;/p&gt;<br />
&lt;p style=&#8221;text-align: center;&#8221;&gt;&lt;span style=&#8221;color: #ffffff; font-size: 1em;&#8221;&gt;VIDEOS&lt;/span&gt;&lt;/p&gt;</p>
<p>But the icons and word is too far apart. I have tried putting some codes in the inline css but nothing happens.<br />
Kindly have to give some headups on where should I look into. Thanks.</p>
<p>here&#8217;s the url to the page.<br />
<a href="http://test.miaowafupafu.com" rel="nofollow">http://test.miaowafupafu.com</a></p>
<p>Thanks 🙂</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/icon-buttons-and-removing-gaps/#post-117040</guid>
					<title><![CDATA[Reply To: Icon Buttons and Removing gaps]]></title>
					<link>https://theme.co/archive/forums/topic/icon-buttons-and-removing-gaps/#post-117040</link>
					<pubDate>Thu, 02 Oct 2014 13:07:22 +0000</pubDate>
					<dc:creator>Christopher</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>#1 in class field of video element add &#8216;mbn&#8217; this class will remove bottom margin from any element.</p>
<p>#2 Change the code to <code>[icon style =&quot;font-size: 2em; margin-right:0;&quot; type=&quot;camera-retro&quot;]</code></p>
<p>#3 Put both icon and text inside one &lt;p&gt; tag like this:</p>
<pre><code>&lt;p style=&quot;text-align: center;&quot;&gt;[icon style =&quot;font-size: 2em;margin-right:0;&quot; type=&quot;camera-retro&quot;]
&lt;span style=&quot;color: #ffffff; font-size: 1em;&quot;&gt;VIDEOS&lt;/span&gt;&lt;/p&gt;</code></pre>
<p>#4 Remove `&lt;a class=&#8221;x-btn x-btn-square x-btn-jumbo x-btn-block&#8221; href=&#8221;#&#8221; data-toggle=&#8221;none&#8221; data-placement=&#8221;top&#8221; data-trigger=&#8221;hover&#8221; data-options=&#8221;thumbnail: &#8221;&#8221;&gt;<br />
&lt;/a&gt;` from top of those columns.</p>
<p>#5 You can reduce the right margin by adding CSS but consider this will bring misalignment to above and below content bands.<br />
the related CSS code will be:</p>
<pre><code>.x-column{
margin-right: 4%;
}</code></pre>
<p>By default it sets to 4% you can reduce it to any number.</p>
<p>Hope it helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/icon-buttons-and-removing-gaps/#post-117153</guid>
					<title><![CDATA[Reply To: Icon Buttons and Removing gaps]]></title>
					<link>https://theme.co/archive/forums/topic/icon-buttons-and-removing-gaps/#post-117153</link>
					<pubDate>Thu, 02 Oct 2014 15:04:08 +0000</pubDate>
					<dc:creator>akiraceo</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,<br />
Thanks for the reply.<br />
I&#8217;m using the visual composer. Let me know if certain adjustment need to be done in classic mode 🙂</p>
<p>#1<br />
** &#8211; Hmm where do I put this? I insert &#8216;mbn&#8217; into the &#8220;class name field? I did that, nothing happens. ^^&#8221;</p>
<p>#2 #3<br />
** &#8211; works perfectly. Thanks a lot 😀</p>
<p>#4<br />
** &#8211; Hmm May I know where can i find them? I searched from the classic and backend mode and couldn&#8217;t find the code. I can see it from &#8220;inspect element&#8221; tho.</p>
<p>#5<br />
**- works perfectly. Thanks a lot 😀  I used</p>
<blockquote><p>.x-column.one-fourth { width: 24%; }<br />
.x-column{ margin-right: 1.3%; } </p></blockquote>
<p>🙂</p>
<p>Thanks<br />
Regards</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/icon-buttons-and-removing-gaps/#post-117167</guid>
					<title><![CDATA[Reply To: Icon Buttons and Removing gaps]]></title>
					<link>https://theme.co/archive/forums/topic/icon-buttons-and-removing-gaps/#post-117167</link>
					<pubDate>Thu, 02 Oct 2014 15:32:19 +0000</pubDate>
					<dc:creator>Cousett</dc:creator>

					<description>
						<![CDATA[
						<p>Could you provide us with your login information so we can take a closer look?</p>
<p>To do this, you can make a post with the following info:</p>
<p>&#8211; Link to your site<br />
&#8211; WordPress Admin username / password<br />
&#8211; FTP credentials</p>
<p><strong>Don&#8217;t forget to select Set as private reply. This ensures your information is only visible to our staff. </strong></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/icon-buttons-and-removing-gaps/#post-117243</guid>
					<title><![CDATA[Reply To: Icon Buttons and Removing gaps]]></title>
					<link>https://theme.co/archive/forums/topic/icon-buttons-and-removing-gaps/#post-117243</link>
					<pubDate>Thu, 02 Oct 2014 17:10:54 +0000</pubDate>
					<dc:creator>akiraceo</dc:creator>

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

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/icon-buttons-and-removing-gaps/#post-117452</guid>
					<title><![CDATA[Reply To: Icon Buttons and Removing gaps]]></title>
					<link>https://theme.co/archive/forums/topic/icon-buttons-and-removing-gaps/#post-117452</link>
					<pubDate>Thu, 02 Oct 2014 18:39:52 +0000</pubDate>
					<dc:creator>Zeshan</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,,</p>
<p>Thank you for writing in!</p>
<p><strong>#1:</strong> In your <a href="http://theme.co/x/member/kb/shortcode-walkthrough-x-video-embed/" rel="nofollow">[x_video_embed]</a> shortcode, add a class of <strong>mbn</strong> (see: <a href="http://prntscr.com/4sfsbl" rel="nofollow">http://prntscr.com/4sfsbl</a>)</p>
<p>If you are not using visual composer, see this: <a href="http://prntscr.com/4sfsog" rel="nofollow">http://prntscr.com/4sfsog</a></p>
<p><strong>#4:</strong> It seems, that you are were already able to achieve it (see: <a href="http://prntscr.com/4sfsuf" rel="nofollow">http://prntscr.com/4sfsuf</a>). Would you mind confirming it again?</p>
<p>Hope this helps. 🙂</p>
<p>Thank you.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/icon-buttons-and-removing-gaps/#post-117715</guid>
					<title><![CDATA[Reply To: Icon Buttons and Removing gaps]]></title>
					<link>https://theme.co/archive/forums/topic/icon-buttons-and-removing-gaps/#post-117715</link>
					<pubDate>Fri, 03 Oct 2014 02:21:57 +0000</pubDate>
					<dc:creator>akiraceo</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there, </p>
<p><strong>#1</strong> I added <strong>mbn</strong> but nothing happened 🙁</p>
<p><strong>#4</strong> Actually I increased the size of the icon and i think it&#8217;s kinda hiding behind it. hahahaha </p>
<p>A new problem arise:<br />
<img decoding="async" src="http://img.photobucket.com/albums/v478/akiraceo/ss1.jpg~original" alt="ss" /></p>
<p>For my blog page, i can&#8217;t seems to be able remove the title/ top bar.</p>
<p>Any ideas?</p>
<p>Thanks again </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/icon-buttons-and-removing-gaps/#post-117858</guid>
					<title><![CDATA[Reply To: Icon Buttons and Removing gaps]]></title>
					<link>https://theme.co/archive/forums/topic/icon-buttons-and-removing-gaps/#post-117858</link>
					<pubDate>Fri, 03 Oct 2014 10:45:32 +0000</pubDate>
					<dc:creator>Christopher</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>#1 Please add <code>mbn</code> not <code>mdn</code> and it works.</p>
<p>#2 Would you give us URL to exact page so we can see it.</p>
<p>#3 Please add this CSS:</p>
<pre><code>.blog header.x-header-landmark {
display: none;
}</code></pre>
<p>Hope it helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/icon-buttons-and-removing-gaps/#post-118442</guid>
					<title><![CDATA[Reply To: Icon Buttons and Removing gaps]]></title>
					<link>https://theme.co/archive/forums/topic/icon-buttons-and-removing-gaps/#post-118442</link>
					<pubDate>Sat, 04 Oct 2014 13:53:28 +0000</pubDate>
					<dc:creator>akiraceo</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there, </p>
<p>#1 mbn not working but i solve it by<br />
.x-responsive-video.x-responsive-video-shortcode {<br />
margin-bottom: 0em;<br />
}<br />
 🙂</p>
<p>#2 title bar solved!! Thanksss</p>
<p>&#8212;&#8212;&#8212;&#8212;<br />
Encounter an issue. Remember I brought the button together?<br />
It shows perfectly on PC but when on mobile, the button shrink. *crying in the corner*<br />
Any idea what makes it turn out this way? By mathematical 25% x4 = 100% hahaha<br />
Is there a mobile code part I should change?<br />
<img decoding="async" src="http://img.photobucket.com/albums/v478/akiraceo/sshome-1.jpg~original" alt="http://img.photobucket.com/albums/v478/akiraceo/sshome-1.jpg~original" /></p>
<p>&lt;br&gt;<br />
The original column is like this on PC and the button shows fully on mobile.<br />
<img decoding="async" src="http://img.photobucket.com/albums/v478/akiraceo/sshome1.jpg~original" alt="http://img.photobucket.com/albums/v478/akiraceo/sshome1.jpg~original" /></p>
<p>site: test.miaowafupafu.com<br />
Thanks<br />
Rgds</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/icon-buttons-and-removing-gaps/#post-118562</guid>
					<title><![CDATA[Reply To: Icon Buttons and Removing gaps]]></title>
					<link>https://theme.co/archive/forums/topic/icon-buttons-and-removing-gaps/#post-118562</link>
					<pubDate>Sat, 04 Oct 2014 19:12:10 +0000</pubDate>
					<dc:creator>Rad</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>When applying css to specific views, you will have to wrap them @media query.</p>
<p>Example : </p>
<pre><code>@media ( min-width : 980px ) {
   .x-column.one-fourth { width: 25%; }
   .x-column {float:left; margin-right: 0%; }
}</code></pre>
<p>Mobile/tablet view starts from 979px and below. Then desktop should be 980px and up.</p>
<p>Cheers!</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

