hi there
The problem is , the css selectors for top navigation is not targeted well in style-Orange.css
have a look at this section in your stylesheet
/*
*/
/*
[PAGES NAVIGATION]
*/
/*
*/
below this you will see something like
#page ul
#page li
approximately 5 rules there.
Change them to something like
#top-nav ul(replace these 5 #page with #top-nav) then open your header.php and put a div around the top navigation.
Give it an id like
<div id="top-nav">
..your original ul/li codes for navigation
</div>
and update.
this should work.
It is all because the stylesheet is not correct and the css selectors are not targeted well.
Thank You Brajesh! That did it!
you are most welcome.
but please take a look again at your code.
It is not yet well formatted yet.
You should keep <div id=”page” > as the top wrapper div and wrap <div d=”top-nav”> only around the navigation.
It is working as it is now, but It may cause trouble at other pages.
So, please edit your code as I mentioned in my previous post/this post.
Hey Kelly.
I really like your Home layout. Im new to BuddyPress and im looking for the same kind of layout for my home page:
Smooth Slider
Recent Comments/Random Articles
Posts
Which plugins (if used) did you use for Recent Comments & Random Articles?
Im using the default BP theme. Would I have to edit the theme to get that effect if is it possible to integrate with a plugin?
lastly, which theme did you start out with as a template?
You can see my site here http://site.chestermc.org
Many Thanks!