<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1-alpha-2539" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
		>
	<channel>
		<title>WordPress.com Forums &#187; Tag: padding - Recent Posts</title>
		<link>http://en.forums.wordpress.com/tags/padding</link>
		<description>WordPress.com Forums &#187; Tag: padding - Recent Posts</description>
		<language>en</language>
		<pubDate>Thu, 20 Jun 2013 00:59:49 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/tags/padding" rel="self" type="application/rss+xml" />

		<item>
			<title>designsimply on "How can I make changes to the font and layout of menu in Blissful theme"</title>
			<link>http://en.forums.wordpress.com/topic/how-can-i-make-changes-to-the-font-and-layout-of-menu-in-blissful-theme#post-1310655</link>
			<pubDate>Tue, 18 Jun 2013 16:16:35 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1310655@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>3) and get rid of the lines beside and surrounding the menu</p></blockquote>
<p>To remove the horizontal line behind the main menu and the lines between main menu items in the Photographer theme, you could add this css to your Appearance &#8594; Themes &#8594; Customize &#8594; CSS panel:</p>
<pre><code>#navbar {
	background: none;
}

.main-navigation ul li {
	border: none;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>designsimply on "How can I make changes to the font and layout of menu in Blissful theme"</title>
			<link>http://en.forums.wordpress.com/topic/how-can-i-make-changes-to-the-font-and-layout-of-menu-in-blissful-theme#post-1310647</link>
			<pubDate>Tue, 18 Jun 2013 16:14:06 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1310647@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>2) more space between the words</p></blockquote>
<p>The space between the main menu items in the Photographer theme is setup using padding around the links. You can adjust it using CSS like this:</p>
<pre><code>.main-navigation ul li a {
	padding: 0 25px 0 25px;
}</code></pre>
<p>Change the 25px values to different numbers until you find the spacing that you think works best.
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "How can I make changes to the font and layout of menu in Blissful theme"</title>
			<link>http://en.forums.wordpress.com/topic/how-can-i-make-changes-to-the-font-and-layout-of-menu-in-blissful-theme#post-1310645</link>
			<pubDate>Tue, 18 Jun 2013 16:12:47 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1310645@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>1) a modern sans serif font</p></blockquote>
<p>First, I would recommend trying the custom fonts tool in Appearance &#8594; Custom Design &#8594; Fonts to see if you can find a modern font you like there. You would need to set the font as the "Body Text" but then you could apply a new font rule to override the other body text later if you wanted to set those back to something more common/standard.</p>
<p>Another option would be to target the fonts in just the main menu only, and you could use a normal font stack:<br />
<a href="http://unitinteractive.com/blog/2008/06/26/better-css-font-stacks/" rel="nofollow">http://unitinteractive.com/blog/2008/06/26/better-css-font-stacks/</a></p>
<p>Here is an example that will change just the main menu fonts in the Photographer theme using a standard font stack:</p>
<pre><code>#navbar {
	font-family: “Century Gothic”, “Apple Gothic”, sans-serif !important;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>karladesignline on "How can I make changes to the font and layout of menu in Blissful theme"</title>
			<link>http://en.forums.wordpress.com/topic/how-can-i-make-changes-to-the-font-and-layout-of-menu-in-blissful-theme#post-1288145</link>
			<pubDate>Sat, 01 Jun 2013 00:55:40 +0000</pubDate>
			<dc:creator>karladesignline</dc:creator>
			<guid isPermaLink="false">1288145@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>actually this is the blog I need help with :) </p>
<p><a href="http://designlinewaiheke.wordpress.com/" rel="nofollow">http://designlinewaiheke.wordpress.com/</a>
</p>
]]></description>
					</item>
		<item>
			<title>karladesignline on "How can I make changes to the font and layout of menu in Blissful theme"</title>
			<link>http://en.forums.wordpress.com/topic/how-can-i-make-changes-to-the-font-and-layout-of-menu-in-blissful-theme#post-1288144</link>
			<pubDate>Sat, 01 Jun 2013 00:54:05 +0000</pubDate>
			<dc:creator>karladesignline</dc:creator>
			<guid isPermaLink="false">1288144@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi there,</p>
<p>I am trying to change the style and size of the font in the menu bar however even in the CSS style sheet is only seems to allow two options for fonts (neither of which I would like to use)</p>
<p><a href="http://designlinewaiheke.wordpress.com/" rel="nofollow">http://designlinewaiheke.wordpress.com/</a></p>
<p>Is there any way I can continue to use the Blissful theme and somehow change the menu<br />
1) a modern sans serif font<br />
2) more space between the words<br />
3) and get rid of the lines beside and surrounding the menu</p>
<p>thank you very much in advance to anyone who is able to help :)
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Editing Top Margin"</title>
			<link>http://en.forums.wordpress.com/topic/editing-top-margin#post-1282768</link>
			<pubDate>Tue, 28 May 2013 15:41:13 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1282768@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>On the home page of the Further theme, the featured content area has an explicit height set. You can get rid of that height setting by adding this:</p>
<pre><code>#featured-content .entry-wrap {
	height: auto;
}</code></pre>
<p>You'll see some strange background stuff appear if you do that, so you can override that and reset the background color to your background color like this:</p>
<pre><code>#featured-content {
	background: #01576f;
}</code></pre>
<p>Last, each featured post box has some padding at the bottom of one of it's inner elements (class="entry-summary") and you can remove that padding like this:</p>
<pre><code>#featured-content .entry-summary {
	padding-bottom: 0;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Editing Top Margin"</title>
			<link>http://en.forums.wordpress.com/topic/editing-top-margin#post-1277077</link>
			<pubDate>Thu, 23 May 2013 15:36:06 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">1277077@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hmmm, the CSS in this theme is a little complex. What I gave works on the pages, but not the home page.</p>
<p>Let me work on it a bit.
</p>
]]></description>
					</item>
		<item>
			<title>deepriversprings on "Editing Top Margin"</title>
			<link>http://en.forums.wordpress.com/topic/editing-top-margin#post-1276910</link>
			<pubDate>Thu, 23 May 2013 14:02:25 +0000</pubDate>
			<dc:creator>deepriversprings</dc:creator>
			<guid isPermaLink="false">1276910@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>please tell us where I should put this code? because I try to put this on top of the CSS code and its not working... I need your Help...</p>
<p>Thank you...
</p>
]]></description>
					</item>
		<item>
			<title>deepriversprings on "Editing Top Margin"</title>
			<link>http://en.forums.wordpress.com/topic/editing-top-margin#post-1276781</link>
			<pubDate>Thu, 23 May 2013 10:28:32 +0000</pubDate>
			<dc:creator>deepriversprings</dc:creator>
			<guid isPermaLink="false">1276781@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Unfortunately this one not worked... I paste this one to the CSS and nothing changes. if possible can you tell me from what number on the CSS I should Paste this one? so that there will be no space between under the Feature Post and Primary Contents &#38; the Contents-sidebar</p>
<p>Please Please I need Help....</p>
<p>The blog I need help with is deepriverspringsestates.com
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Editing Top Margin"</title>
			<link>http://en.forums.wordpress.com/topic/editing-top-margin#post-1276585</link>
			<pubDate>Thu, 23 May 2013 05:16:40 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">1276585@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Give this a try and see if it does what you want.</p>
<pre><code>#primary {
padding-top: 0;
}

#content-sidebar {
padding-top: 0;
margin-top: -2px;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>deepriversprings on "Editing Top Margin"</title>
			<link>http://en.forums.wordpress.com/topic/editing-top-margin#post-1276516</link>
			<pubDate>Thu, 23 May 2013 03:06:07 +0000</pubDate>
			<dc:creator>deepriversprings</dc:creator>
			<guid isPermaLink="false">1276516@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I am currently using the "Further" theme and I wanted to know if there is a way to How can I edit the top margin for the Article Column and for the top margin on the right side bar so that the contents like vidoes, photos etc. meet the turquoise color on the top before the feature post. Can anyone help?</p>
<p>The blog I need help with is deepriverspringsestates.com
</p>
]]></description>
					</item>
		<item>
			<title>iqatrophie on "mp6 admin bar"</title>
			<link>http://en.forums.wordpress.com/topic/mp6-admin-bar#post-1274751</link>
			<pubDate>Wed, 22 May 2013 00:18:47 +0000</pubDate>
			<dc:creator>iqatrophie</dc:creator>
			<guid isPermaLink="false">1274751@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks csonnek. Is fixed indeed. :)</p>
<p>Cheers<br />
Martin(IQ)
</p>
]]></description>
					</item>
		<item>
			<title>csonnek on "mp6 admin bar"</title>
			<link>http://en.forums.wordpress.com/topic/mp6-admin-bar#post-1274459</link>
			<pubDate>Tue, 21 May 2013 21:12:41 +0000</pubDate>
			<dc:creator>csonnek</dc:creator>
			<guid isPermaLink="false">1274459@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Just wanted to let you know we fixed it! Let us know if you run into anything else. :)
</p>
]]></description>
					</item>
		<item>
			<title>csonnek on "mp6 admin bar"</title>
			<link>http://en.forums.wordpress.com/topic/mp6-admin-bar#post-1272924</link>
			<pubDate>Mon, 20 May 2013 21:46:54 +0000</pubDate>
			<dc:creator>csonnek</dc:creator>
			<guid isPermaLink="false">1272924@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hello!</p>
<p>I've let the team know about the spacing issue you found with the admin bar. I can confirm that I get the expanded spacing on that menu too, so hopefully they'll correct this in a future update. </p>
<p>Thanks for letting us know!
</p>
]]></description>
					</item>
		<item>
			<title>iqatrophie on "mp6 admin bar"</title>
			<link>http://en.forums.wordpress.com/topic/mp6-admin-bar#post-1271154</link>
			<pubDate>Sun, 19 May 2013 13:39:35 +0000</pubDate>
			<dc:creator>iqatrophie</dc:creator>
			<guid isPermaLink="false">1271154@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi Happiness team,</p>
<p>the "wp-admin-bar-newdash" popup menu in the admin bar (hover over the WordPress icon on the left in the admin bar) suddenly got a 12px padding via CSS Code. I think it's because of the following code:</p>
<p>.admin-color-mp6 #wpadminbar #wp-admin-bar-newdash ul a, .mp6 #wpadminbar #wp-admin-bar-newdash ul a {<br />
    padding: 12px;<br />
}</p>
<p>This means a lot of white space between the menu entries and a very long menu. Can this be fixed? Bear in mind I'm using the new dashboard design by enabling the checkbox at Users &#8594; Personal Settings &#8594; Admin design.</p>
<p>(Cache &#38; Cookie have been deleted; using Firefox 21.0 on Ubuntu 12.04 LTS)</p>
<p>Cheers<br />
Martin(IQ)
</p>
]]></description>
					</item>
		<item>
			<title>siobhyb on "Trying to center body or change page left margin"</title>
			<link>http://en.forums.wordpress.com/topic/trying-to-center-body-or-change-page-left-margin#post-1246017</link>
			<pubDate>Sun, 28 Apr 2013 19:12:22 +0000</pubDate>
			<dc:creator>siobhyb</dc:creator>
			<guid isPermaLink="false">1246017@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>In you custom CSS, you seem to have targetted the #access, #main, and #footer selectors in order to change the width of the page. You should instead be targetting the #container selector, as follows:</p>
<pre><code>#selector{
width:  1050px;
}</code></pre>
<p>Please remember to remove the original code you added for the #access, #main, and #footer selectors as it is unneeded and in order to avoid any confusion when editing the code in future.</p>
<p>As a side note, I would recommend using a maximum width of 1000px for your website. A majority of desktop users have screen size of 1024x768, thus a web page with a width of 1050px may not display as desired on their screens.</p>
<p>Hope this helps. :)
</p>
]]></description>
					</item>
		<item>
			<title>netglobalcapitalism on "Trying to center body or change page left margin"</title>
			<link>http://en.forums.wordpress.com/topic/trying-to-center-body-or-change-page-left-margin#post-1244014</link>
			<pubDate>Fri, 26 Apr 2013 18:00:58 +0000</pubDate>
			<dc:creator>netglobalcapitalism</dc:creator>
			<guid isPermaLink="false">1244014@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I'm customizing the CSS code in my Mystique template and have had no trouble up to now. After changing the width of the page, I can't seem to change the page left margin or center the body. I tried changing the margin, the padding, center aligning it, etc., but nothing seems to change it. I also searched through the page source code, but can find no reference to a left margin, padding, or alignment. Any help would be most appreciated.
</p>
]]></description>
					</item>
		<item>
			<title>richwoodward on "Oxygen Menu CSS"</title>
			<link>http://en.forums.wordpress.com/topic/oxygen-menu-css#post-1231386</link>
			<pubDate>Thu, 18 Apr 2013 20:30:31 +0000</pubDate>
			<dc:creator>richwoodward</dc:creator>
			<guid isPermaLink="false">1231386@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>cool, thanks :-)
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Oxygen Menu CSS"</title>
			<link>http://en.forums.wordpress.com/topic/oxygen-menu-css#post-1231358</link>
			<pubDate>Thu, 18 Apr 2013 20:16:21 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1231358@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>The "15%" part of the first example thesacredpath posted controls the vertical position. </p>
<p>Try updating to something like this:</p>
<p><code>transparent url(&#039;http://carvingnaturedotnet.files.wordpress.com/2013/04/menu-separator.png?w=8&#039;) no-repeat 0 25%;</code></p>
<p>Adjust the "25%" value as needed.</p>
<p>See this for more info. about the "background" shorthand property:<br />
<a href="http://www.w3.org/TR/CSS2/colors.html#propdef-background" rel="nofollow">http://www.w3.org/TR/CSS2/colors.html#propdef-background</a>
</p>
]]></description>
					</item>
		<item>
			<title>richwoodward on "Oxygen Menu CSS"</title>
			<link>http://en.forums.wordpress.com/topic/oxygen-menu-css#post-1231303</link>
			<pubDate>Thu, 18 Apr 2013 19:54:02 +0000</pubDate>
			<dc:creator>richwoodward</dc:creator>
			<guid isPermaLink="false">1231303@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>one little follow up: is there any way to change the position of the menu separators (the "/"s)? </p>
<p>If you see on the new version of the blog, the menu items don't align perfectly with the separators (the latter could do with begin moved down a few pixels).
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Oxygen Menu CSS"</title>
			<link>http://en.forums.wordpress.com/topic/oxygen-menu-css#post-1231082</link>
			<pubDate>Thu, 18 Apr 2013 18:17:31 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">1231082@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You are welcome.
</p>
]]></description>
					</item>
		<item>
			<title>richwoodward on "Oxygen Menu CSS"</title>
			<link>http://en.forums.wordpress.com/topic/oxygen-menu-css#post-1231052</link>
			<pubDate>Thu, 18 Apr 2013 18:06:39 +0000</pubDate>
			<dc:creator>richwoodward</dc:creator>
			<guid isPermaLink="false">1231052@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>both methods worked perfectly, thanks so much.
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Oxygen Menu CSS"</title>
			<link>http://en.forums.wordpress.com/topic/oxygen-menu-css#post-1230942</link>
			<pubDate>Thu, 18 Apr 2013 17:25:29 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">1230942@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>2. Yes, add some bottom margin to the menu. Add the following declaration to .main-navigation in your custom CSS and edit the 40px value as desired.</p>
<p><code>margin-bottom: 40px;</code>
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Oxygen Menu CSS"</title>
			<link>http://en.forums.wordpress.com/topic/oxygen-menu-css#post-1230934</link>
			<pubDate>Thu, 18 Apr 2013 17:22:18 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">1230934@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>1. Yes, it is possible. The "/" is an image inserted as a background element. Create a new image the same size as the existing (or edit this one for color), upload it to your media library, add the following to your custom CSS, get the URL of that image and replace URL OF IMAGE between the double quote marks with that URL.</p>
<p>Here is the original image: <a href="http://s0.wp.com/wp-content/themes/pub/oxygen/images/menu-separator.png" rel="nofollow">http://s0.wp.com/wp-content/themes/pub/oxygen/images/menu-separator.png</a> .</p>
<pre><code>.main-navigation li {
background: url(&quot;URL OF IMAGE&quot;) no-repeat scroll left 15% transparent;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>richwoodward on "Oxygen Menu CSS"</title>
			<link>http://en.forums.wordpress.com/topic/oxygen-menu-css#post-1230873</link>
			<pubDate>Thu, 18 Apr 2013 16:50:36 +0000</pubDate>
			<dc:creator>richwoodward</dc:creator>
			<guid isPermaLink="false">1230873@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Two questions about CSS customization with the Oxygen theme. The site I need help with is <a href="http://carvingnature.net" rel="nofollow">http://carvingnature.net</a></p>
<p>1. Is there any way to change the color of the "/" markers in the primary menu? As you can see, I have added a black background to the primary menu, but this means the "/" markers you normally get with Oxygen are not visible. Can their color be changed to make them visible? If so, how? </p>
<p>2. Does anyone know how I can increase the white space (padding?) <em>below</em> the primary menu on Oxygen? On the site, I want the white space between the menu and the content below to be the same length as the white space between the menu and the header above.
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Adjusting widget padding for Opti Theme"</title>
			<link>http://en.forums.wordpress.com/topic/adjusting-widget-padding-for-opti-theme#post-1229817</link>
			<pubDate>Wed, 17 Apr 2013 23:19:29 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">1229817@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You are welcome.
</p>
]]></description>
					</item>
		<item>
			<title>stevienicksinfo on "Adjusting widget padding for Opti Theme"</title>
			<link>http://en.forums.wordpress.com/topic/adjusting-widget-padding-for-opti-theme#post-1229472</link>
			<pubDate>Wed, 17 Apr 2013 20:14:28 +0000</pubDate>
			<dc:creator>stevienicksinfo</dc:creator>
			<guid isPermaLink="false">1229472@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>That did the trick. Thanks for your quick and helpful response!
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Adjusting widget padding for Opti Theme"</title>
			<link>http://en.forums.wordpress.com/topic/adjusting-widget-padding-for-opti-theme#post-1229334</link>
			<pubDate>Wed, 17 Apr 2013 19:11:16 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">1229334@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>This will remove the borders around the widgets:</p>
<pre><code>aside .widget-wrap {
background: none;
border: none;
}</code></pre>
<p>If you also want to get rid of the background on the widget titles, add this also:</p>
<pre><code>aside h3.widgettitle {
background: none;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>stevienicksinfo on "Adjusting widget padding for Opti Theme"</title>
			<link>http://en.forums.wordpress.com/topic/adjusting-widget-padding-for-opti-theme#post-1229297</link>
			<pubDate>Wed, 17 Apr 2013 18:56:29 +0000</pubDate>
			<dc:creator>stevienicksinfo</dc:creator>
			<guid isPermaLink="false">1229297@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks for your advice about the readability. I will go with your recommendation and keep the margin at 10px. This does make it easier to read.</p>
<p>In a related question, how do I remove the chunky gray border around all of my widgets so that it is the same thin border that's around my image widgets?
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Adjusting widget padding for Opti Theme"</title>
			<link>http://en.forums.wordpress.com/topic/adjusting-widget-padding-for-opti-theme#post-1229251</link>
			<pubDate>Wed, 17 Apr 2013 18:32:32 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">1229251@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Try this, but reducing it to 0 decreases readability with the text touching the borders.</p>
<pre><code>.widget-wrap li {
margin: 0 !important;
}</code></pre>
<p>This does not affect the text widgets that you have the iframe code in (Vintage and In Your Dreams). The size of the image for those is set in the iframe code and you would have to edit those. I would suggest getting rid of the height and then just setting a width for the images in those.
</p>
]]></description>
					</item>

	</channel>
</rss>
