hums
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Drop Down Menu Appearing Behind TextI’ve since fixed the positioning elements to use position:fixed instead of margins. The menu is still appearing behind the text though.
Now it has this nasty habit of not scrolling. I looked at all the overflow commands to see if any were improper but nothing appeared so.
Forum: Fixing WordPress
In reply to: Word Based Header and Drop MenuSo I decided to go with a different approach to the menu. I just used HTML list commands and styled in style.css. Problem now is that the drop down menu will not overlay the underlying post and that the drop down portion of the menu will not stay long enough to select an option.
This is the styled portion of the Menu…and here is the code for the Menu that I put up on header.php
Any suggestions?
Forum: Fixing WordPress
In reply to: Word Based Header and Drop MenuI’m unsure of how to go about that then. Pulling up the wp_nav_menu function in headers.php and then style through style.css?
Forum: Fixing WordPress
In reply to: Word Based Header and Drop MenuYes
Forum: Fixing WordPress
In reply to: Word Based Header and Drop MenuThis would utilize the WordPress menu, correct? Can one just style a WordPress menu that you create on the Dashboard?
Forum: Fixing WordPress
In reply to: Word Based Header and Drop MenuThanks for the response. I’ve pretty much finished most parts of the site; I just need to get the header and menu up. This is what I have so far but I wanted the header and menu to be aligned right and in-line with the bottom of the logo. I erased the menu code because it wasn’t working to any adjustments. Was wondering if there’s a better code available than the one I referenced. I wanted the header and menu to be word-based, no images, but it’s been tricky since I wanted to link to a font on my server instead.