oscar
Forum Replies Created
-
Forum: Themes and Templates
In reply to: How do I change the order in the menu?that did the trick. thanks
Forum: Themes and Templates
In reply to: How do I change the order in the menu?ok. clarification. when I post the ul inside brackets, it either comes up as a blank or as a dot……so pretend you see it. thanks.
Forum: Themes and Templates
In reply to: How do I change the order in the menu?I just got caught, too. The
- didn’t show up when I pasted in my first post. I tried moving things as suggested, then the sizing and verticle spacing went wacky on me.
Here’s how it looks in it’s original form:
<div id=”menu”>-
<?php get_links_list(); ?>
<li id=”categories”><?php _e(‘Categories:’); ?>-
<?php wp_list_cats(); ?>
Here’s how it looks when I switched it (but spacing flew the coop):
<div id=”menu”>-
<?php _e(‘Categories:’); ?>
-
<?php wp_list_cats(); ?>
-
<?php get_links_list(); ?>
<li id=”categories”>I added an extra
- ahead of the links list…maybe I shouldn’t do that?
Forum: Themes and Templates
In reply to: stop menu overlap when browser text size increasesWell, I’ll tell you what I did. I adjusted the sizes of everything until I got just the right mix…to where if somebody has to make their text so big is throws the look and feel of the site off, it’s their own fault. If you guys have a better way, please let me know.
Thanks
Oscar
https://oscarpine.comForum: Fixing WordPress
In reply to: How Do I Put a Banner above the header?nevermind. I figured it out. Index.php. Got it. Thanks!
Forum: Fixing WordPress
In reply to: How Do I Put a Banner above the header?Somewhere in here?
body {
background: #336666;
border: solid 0px #565;
border-bottom: solid 0px #565;
border-top: solid 0px #565;
color: #000;
font-family: ‘Lucida Grande’, ‘Lucida Sans Unicode’, Verdana, sans-serif;
letter-spacing: 0.1em;
margin: 10px;
padding: 0;
}