Hi guys
If you take a look at
http://www.outreachcommunity.org.uk
Under Events (Parent) is a Sub-Category which is Switchover Dates (Child)
then under that is Yorkshire (Grandchild) which was a Sub Category for Switchover Dates but is appearing in Events?
Is this a problem with the theme or do i have settings wrong?
Either way how can i fix it?
jasonmassengale
Member
Posted 3 years ago #
Short Answer - It's a theme issue.
I'm kind of a newb at this stuff and definitely not a javascript pro, but I like Sons of Suckerfish. There's a good explanation of how their rollover menu works and how to customize it.
Try temporarily adding this to your stylesheet:
#page-bar li li li {
float: left;
margin: -20px 0 0 142px;
}
That's how you move it with css & it's not a real solution, just an example to point you in the right direction. Hope it helps.
Hi Jason
Adding that code didnt do anything unfortunately
:-(
I like the navbar as it is at the mo and wouldnt want to change it
I have another website at http://www.thisisglossop.co.uk and if you check the nav bar on that, thats how id like the parent/child categories to work out
Ive tried comparing the header files and CSS in both my sites but dont know really what to look at
jasonmassengale
Member
Posted 3 years ago #
The above example worked when I copied your source code then added it to the styles on the page itself, not the stylesheet.
The page I sent you earlier wasn't the right one. This page should help you figure out how to work the css.
I added your code to style.css
where did you add it? Sorry for being a bit stupid haha