Tweenman
Forum Replies Created
-
Forum: Themes and Templates
In reply to: How do I correct Landscape banner 'clipping' problem.closed
Forum: Plugins
In reply to: Is there a plugin for cleaning up your Tweets?closed
Thanks, for the confirmation.
I don’t see “else {” at line 3040
The closet are at lines: 2289 and 3071.
Archive Options: Show Poll in Archive
Forum: Themes and Templates
In reply to: Is it possible to float one Twenty Ten nav link far right?esmi, I forgot my manners. Thanks for the assist.
Forum: Themes and Templates
In reply to: Is it possible to float one Twenty Ten nav link far right?li.menu-item-52 { float:right!important; margin-right: 20px; }Forum: Themes and Templates
In reply to: Is it possible to float one Twenty Ten nav link far right?#menu-item-52 { float:right; }This isn’t working
Forum: Themes and Templates
In reply to: Is it possible to float one Twenty Ten nav link far right?OK I made the correct changes using Firebug, but I can’t locate the actual file to make the edit permanent.
<div id="access" role="navigation"> <div class="skip-link screen-reader-text"><a href="#content" title="Skip to content">Skip to content</a></div> <div class="menu-header"><ul id="menu-subconscious-proxy" class="menu"><li id="menu-item-54" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-54"><a href="http://subconsciousproxy.com/">Home</a></li> <li id="menu-item-53" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-53"><a href="http://subconsciousproxy.com/about/">About</a></li> <li id="menu-item-52" style="float:right; " class="menu-item menu-item-type-post_type menu-item-object-page menu-item-52"><a title="mr" href="http://subconsciousproxy.com/maurice-robinson/">Maurice Robinson</a></li> </ul></div> </div>Forum: Themes and Templates
In reply to: Is it possible to float one Twenty Ten nav link far right?Actually I have both.
Forum: Themes and Templates
In reply to: Is it possible to float one Twenty Ten nav link far right?Child theme.
Thank you. I tried this, but somehow I mangled it:
#footer-widget-area .widget-area {
width: 210px;Thanks again, this really helps my bearing.
I have been using Firebug for the past week, trying this and trying that. Is there a link that explains the basics of
manipulating the layout?Also, Firebug is annoying it’s like trying to drive a car while looking through a keyhole. Is there someplace specific I should be looking at through this keyhole?
I want to remove the white space to the left and right of the header. This works:
http://www.throwingabrick.com/wordpress/customizing-the-wordpress-twenty-ten-theme.html#branding img {
border-top: none;
border-bottom: none;
}
#header {
padding: 0 0 0;
}But when the white space on either side of the banner is gone the text in the outer footer widgets is right along the edge of the red background (no padding).
If this isn’t possible, then how to I widen the whole site by about an inch on both side?