December 23, 201015 yr hey, having a glitchy issue with my nav, its jumping about. If you go into the routes page here My link and roll over routes, the nav jumps to the right, the same happens on the News page. This is a pre-built nav in Wordpress that I customized a bit so dont get the CSS completely, can anyone spot what's causing this? cheers for any help
December 23, 201015 yr It seems like a padding issue, you have padding of... #nav .current_page_item a { padding: 6px 10px;} And... #nav li a, #nav li a:link { padding: 6px 15px;} The fact that one is 10px & the other is 15px is what is causing the link to jump - making them the same values will solve it. Hope this helps.
December 23, 201015 yr Try this change the padding on #nav .current_page_item a to {padding:6px 15px;} Bomb beat me to it Edited December 23, 201015 yr by mteam
December 23, 201015 yr Author cheers guys, that's sorted it. I don't really get why all of the links weren't causing a jump as the 10/15 px difference was set for all? It was just happening on rollover on Routes/News on those pages. fixed it anyway, cheers
Create an account or sign in to comment