Forum Replies Created
-
AuthorPosts
-
I still can’t figure this out. Can anyone help me understand what it is I need to do to get the text centered without moving the highlight image down?
I found this article and made the changes in my CSS; it’s working now!
http://journalxtra.com/easyguides/howto-center-wordpress-genesis-theme-horizontal-menus-4729/
Jon, Thank you so much! That just about did it, I made a couple of changes such as:
didn’t use:
#nav.wrap { width: 990px; margin: 0 auto; }for some reason that broke the navigation.
Added:
#inner {
width: 990px;
margin: 0 auto;
}#.home #inner {
width: 990px;
margin: 0 auto;
}I made a few minor adjustments to the margins on the ul and it’s looking good! Thanks again, I learned something new today and now I should be able to make full width navigation menus
I knew it involved a few different areas of the css, but I couldn’t narrow it down.
This is probably such a simple answer, but I still can’t find out how to make it happen:
How can I get the navigation menu to extend the length of the page?
Download the Genesis Simple Edits plugin. Then go to Genesis>simple edits and you can just delete the shortcode for the “return to top of page”.
Looks like I figured out the correct CSS settings for my menu highlight. I still need guidance on making my nav bar extend the entire width of the page without affecting the alignment of the inner elements.
I just figured it out. There was a space in the file name just before the .gif and .png. It’s working now, yay!! Thanks for helping me out

In Firebug, the ‘menu_highlight.gif’ fails to load. Yet, I have double checked on my server and the file is there and I have the correct url. The permissions are set to readable also. I’ve even tried to upload it again to see if that changes anything, but it did nothing. All other images seem to load. I’m stumped.
Oops, I deactivated all of the plugins and forgot to leave that one off when I reactivated them.
I did try changing to #nav and moved the code to the bottom of that section in the css, but still nothing.
Let me know if this works: http://pastebin.com/uS49WvGH
I’ve edited the Crystal child theme, and I don’t think I changed anything in the css except change the background and highlight images. The code you gave me is in there at the top, maybe it’s fighting against other code.
Thanks for looking at it for me.
I’m not familiar with pastebin.com, but I just created an account. Now what do I do, lol? Create a paste and then what, provide a link to my paste here?
Thank you, that’s what I ended up getting. Even though your first reply was a tad off, it enable me to see what it was I needed to adjust
Actually, by making the logo fixed, it moves as you scroll down the page. Relative positioning worked though. Thanks again

-
AuthorPosts