<?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>Padding and Margin Setting only Visible on desktop? &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/padding-and-margin-setting-only-visible-on-desktop/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/padding-and-margin-setting-only-visible-on-desktop/feed/</link>
		<description></description>
		<lastBuildDate>Sat, 11 Oct 2025 05:47:55 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/padding-and-margin-setting-only-visible-on-desktop/#post-346019</guid>
					<title><![CDATA[Padding and Margin Setting only Visible on desktop?]]></title>
					<link>https://theme.co/archive/forums/topic/padding-and-margin-setting-only-visible-on-desktop/#post-346019</link>
					<pubDate>Fri, 31 Jul 2015 05:05:50 +0000</pubDate>
					<dc:creator>UnSungHer03</dc:creator>

					<description>
						<![CDATA[
						<p>I can&#8217;t for the life of me figure out a way to put padding and margins on column and sections that are only visible or take effect on a desktop or pad browser.</p>
<p>the reason i would like to do this is the way things stack on a phone, having certain elements with padding or margins severely distorts them on a screen with smaller resolution&#8230;</p>
<p>is there a way to make padding and margin css specific only to browsers of certain size, but standard on phones?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/padding-and-margin-setting-only-visible-on-desktop/#post-346050</guid>
					<title><![CDATA[Reply To: Padding and Margin Setting only Visible on desktop?]]></title>
					<link>https://theme.co/archive/forums/topic/padding-and-margin-setting-only-visible-on-desktop/#post-346050</link>
					<pubDate>Fri, 31 Jul 2015 05:52:57 +0000</pubDate>
					<dc:creator>John Ezra</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Thanks for writing in! Yes there are a few ways. One way is via custom CSS and media queries. This will limit the CSS to specific screen size range, that is specified. Another way is to use the visibility buttons within Cornerstone. You can create separate layouts for mobile and desktop by using these. Then you could just put margins and padding changes on the layout you want.</p>
<p>If you need further assistance, please provide us your URL and itemize what you would like to achieve. If it is within our scope we will be able to tailor our advice.</p>
<p>Hope this helps – thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/padding-and-margin-setting-only-visible-on-desktop/#post-346051</guid>
					<title><![CDATA[Reply To: Padding and Margin Setting only Visible on desktop?]]></title>
					<link>https://theme.co/archive/forums/topic/padding-and-margin-setting-only-visible-on-desktop/#post-346051</link>
					<pubDate>Fri, 31 Jul 2015 06:00:10 +0000</pubDate>
					<dc:creator>UnSungHer03</dc:creator>

					<description>
						<![CDATA[
						<p>i want to basically remove all the padding and margin custom css from this page on mobile devices: <a href="http://www.strongeight.com" rel="nofollow">http://www.strongeight.com</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/padding-and-margin-setting-only-visible-on-desktop/#post-346078</guid>
					<title><![CDATA[Reply To: Padding and Margin Setting only Visible on desktop?]]></title>
					<link>https://theme.co/archive/forums/topic/padding-and-margin-setting-only-visible-on-desktop/#post-346078</link>
					<pubDate>Fri, 31 Jul 2015 06:18:53 +0000</pubDate>
					<dc:creator>John Ezra</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Thanks for updating the thread! Would you mind telling us where your changes are found specifically? Did you make theme through cornerstone using the inline styles field or the settings on each element or did you use Custom CSS. If you did use custom CSS, you can put them all under a media query with a minimum screen size, so when the screen size goes below a the set width, the style will revert back to original.</p>
<p>Example:</p>
<pre><code>@media (min-width:480px) {
   .custom-css1 {
     margin: ...;
     padding: ...;
   }
}</code></pre>
<p>This would make it so all sizes above 480px will keep your custom CSS, while 480px below will revert back to X standard CSS.</p>
<p>If you edited the areas individually via settings or inline style field, then we will need to know which areas on the page you have them so we can advise you accordingly.</p>
<p>Hope this helps – thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/padding-and-margin-setting-only-visible-on-desktop/#post-346092</guid>
					<title><![CDATA[Reply To: Padding and Margin Setting only Visible on desktop?]]></title>
					<link>https://theme.co/archive/forums/topic/padding-and-margin-setting-only-visible-on-desktop/#post-346092</link>
					<pubDate>Fri, 31 Jul 2015 06:37:06 +0000</pubDate>
					<dc:creator>UnSungHer03</dc:creator>

					<description>
						<![CDATA[
						<p>unfortunately i did it in visual composer in individual elements like column and rows &#8211; is there a type of tag i could use specific to padding for columns and sections?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/padding-and-margin-setting-only-visible-on-desktop/#post-346121</guid>
					<title><![CDATA[Reply To: Padding and Margin Setting only Visible on desktop?]]></title>
					<link>https://theme.co/archive/forums/topic/padding-and-margin-setting-only-visible-on-desktop/#post-346121</link>
					<pubDate>Fri, 31 Jul 2015 07:15:34 +0000</pubDate>
					<dc:creator>Paul R</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>You can add this under <strong>Custom &gt; CSS</strong> in the <strong>Customizer</strong>.</p>
<pre><code>
@media (max-width: 767px){
    body .no-pm {
        padding:0 !important;
        margin:0 !important;
    }
}
</code></pre>
<p>After that, you can add <strong>no-pm</strong> in the class field of the element you want to remove margin and padding in mobile.</p>
<p>eg.</p>
<p>Column Element &#8211; <a href="http://screencast.com/t/3a7ATPcOhN3" rel="nofollow">http://screencast.com/t/3a7ATPcOhN3</a><br />
Content band element &#8211; <a href="http://screencast.com/t/IHzI4oQVt9Y3" rel="nofollow">http://screencast.com/t/IHzI4oQVt9Y3</a></p>
<p>Hope that helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/padding-and-margin-setting-only-visible-on-desktop/#post-347073</guid>
					<title><![CDATA[Reply To: Padding and Margin Setting only Visible on desktop?]]></title>
					<link>https://theme.co/archive/forums/topic/padding-and-margin-setting-only-visible-on-desktop/#post-347073</link>
					<pubDate>Sat, 01 Aug 2015 10:10:08 +0000</pubDate>
					<dc:creator>UnSungHer03</dc:creator>

					<description>
						<![CDATA[
						<p>hey there, this no-pm tag works phenomenal except for one section on this page:</p>
<p><a href="http://www.strongeight.com/sports-performance/battle-tested-sports-performance/" rel="nofollow">http://www.strongeight.com/sports-performance/battle-tested-sports-performance/</a></p>
<p>down at the section where it says:</p>
<p>PROGRAM DETAILS<br />
TO QUALIFY FOR COMPLETE PERFORMANCE DEVELOPMENT YOU MUST: </p>
<p>the no-pm class isn&#8217;t taking effect only in that column, could you look into why this isn&#8217;t working? it works perfectly everywhere else.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/padding-and-margin-setting-only-visible-on-desktop/#post-347084</guid>
					<title><![CDATA[Reply To: Padding and Margin Setting only Visible on desktop?]]></title>
					<link>https://theme.co/archive/forums/topic/padding-and-margin-setting-only-visible-on-desktop/#post-347084</link>
					<pubDate>Sat, 01 Aug 2015 10:28:06 +0000</pubDate>
					<dc:creator>Christopher</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Please remove the padding from this column.</p>
<p><a href="http://www.freeimagehosting.net/commercial-photography/texas/houston/" rel="nofollow"><img decoding="async" src="http://i.imgur.com/A5adzWl.png" alt="Houston commercial photography" /></a></p>
<p>Hope that helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/padding-and-margin-setting-only-visible-on-desktop/#post-347086</guid>
					<title><![CDATA[Reply To: Padding and Margin Setting only Visible on desktop?]]></title>
					<link>https://theme.co/archive/forums/topic/padding-and-margin-setting-only-visible-on-desktop/#post-347086</link>
					<pubDate>Sat, 01 Aug 2015 10:38:19 +0000</pubDate>
					<dc:creator>UnSungHer03</dc:creator>

					<description>
						<![CDATA[
						<p>but that padding keeps the format on the desktop, the CSS i was given removes that css formatting on the mobile device but not on this column </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/padding-and-margin-setting-only-visible-on-desktop/#post-347087</guid>
					<title><![CDATA[Reply To: Padding and Margin Setting only Visible on desktop?]]></title>
					<link>https://theme.co/archive/forums/topic/padding-and-margin-setting-only-visible-on-desktop/#post-347087</link>
					<pubDate>Sat, 01 Aug 2015 10:43:47 +0000</pubDate>
					<dc:creator>Christopher</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Please remove padding from column. Add another class to this column like <code>my-class</code> and add this CSS.</p>
<pre><code>@media (min-width:979px){
.my-class{
padding: 50px 150px 25px 150px;
}
}</code></pre>
<p>Hope it helps.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

