at http://www.totallifecounseling.com the menu at the far right (social skills) is missing the lines. Why?
I've tried moving a different menu into that slot and it does the same thing.
Running WP 3.0 and latest theme Newscast 2.0
at http://www.totallifecounseling.com the menu at the far right (social skills) is missing the lines. Why?
I've tried moving a different menu into that slot and it does the same thing.
Running WP 3.0 and latest theme Newscast 2.0
To me it looks like there are extra lines, removing them is a case of adding this to your style.css file:
.catnav, .catnav_wrapper { border-right: none !important; }
Can you post a screenshot of what you see?
That combined with removing the following did the trick.
#top .catnav .noborder, #top .catnav .noborder a{
border:none;
}
The above CSS was removing the lines from the menu.
The css mod you provided removed the extra vertical line.
Thanks.
You must log in to post.