mdiggins
Forum Replies Created
-
Forum: Themes and Templates
In reply to: RSS helpSorry- It is working now.
Forum: Themes and Templates
In reply to: RSS helpThe problem is- when a post is made- nothing is showing up in the RSS. Not sure why this is.
Thanks
Forum: Fixing WordPress
In reply to: How to change the Page Navigation from the Top Left?I’m using this code for my header in the Autofocus Theme… I can I make the menu width span 100%. If I add code width: 100%; it changes from horizontal navigation to vertical but the width is 100%. Is there a better code? I tried the code above and the navigation is still vertical.
/* =header */
#header {margin: 5px 0;text-transform: none;width: 800px;clear: none;display: block;float: left;}
#header a:hover {text-decoration:none;color:#888;}
#header h1 a {font-size:.01em;font-weight:100;letter-spacing:-0.05em;position:relative;}
#header #blog-description {color:#888;display:none;}
#access {vertical-align:middle;padding: 0 0 10px 0;}
/* #access {display:table;height:160px;horizontal-align:middle;width:200px;float:right;} */
#access #menu {vertical-align:middle;display:inline;font-size:1.2em;}
#access #menu ul {vertical-align:inline;display:block;background-color:#cccbcb;}
/* I changed the menu button background colour here */
#access #menu ul li {float: left;background-color:#71160f; z-index=1;}
#access #menu ul li a{margin-left:10px;font-weight: bold;display: block;padding: 0 10px;}
#access #menu a{font-weight:600;}Forum: Plugins
In reply to: Auto Focus Theme, change logoHow to change the position of the navigation? I want to increase the space above the navigation.
Forum: Themes and Templates
In reply to: how to adjust line spacing on autofocus blogI’m trying to adjust the position of the navigation bar. How do I adjust the height above the navigation?