Someone mentioned to me "The navigation bar needs to come down in line with the content. As soon as you scroll its gone and you need to scroll all the way back up to find your way around. "

How do I fix that? Ive had several members mention that to me. Thanks in advance.

Views: 37

Replies to This Discussion

Yeah, you've got way too much space at the top, LOL. I would suggest not only moving the navbar down, but making the area where your lady image resides about 1/2 what it is now. And, it will be a 100% better experience for your members. I tested the following code, and it looks really good. You can still see plenty of your image, especially with the transparency behind content. You need to try and find the existing code for these lines of CSS, and replace with the new. Worse case, I added the !important attribute, which will override the existing - - you can add the code to the bottom of your Advanced CSS, via Manage/Appearance:

#xg_navigation ul {
padding-top:320px;
}

#xg_masthead, #xg_masthead a {
height:240px!important;
min-height:240px!important;}
Thanks Jen! I just added the code, is that better?
Much! You may want to back up the navbar (up) about 25 pixels. When I tested it was perfect. But, probably something in your code that didn't effect it, when I tested. Just change the 320 to around 295.
Best,
Jen
How do I do that?
Change this code:
#xg_navigation ul {
padding-top:320px;
}

to this code:
#xg_navigation ul {
padding-top:295px;
}
Done. Is that better? Works for me. Thanks Jen.

RSS

Members

© 2024   Created by JenSocial.   Powered by

Badges  |  Report an Issue  |  Terms of Service

Home
VIP Ning Tips