Ive looked all over in the Header style, Do you think a gradient could move it?Could be a variety of things... usually linked to when you've set a custom height on your sub nav, you need to also adjust the top position of it as well.
EDIT: XenForo's header style properties... are limited currently.
http://forum.wuebit.com/Could you provide a link to the style making it easier to debug the issue?
Ive looked all over in the Header style, Do you think a gradient could move it?
http://forum.wuebit.com/
#headerMover #headerProxy {
height: 222px;}
.navTabs .navTab.selected .tabLinks {
height: 36px;}
There's probably a better way of doing this through SP but the following works.
Set the following to
Code:#headerMover #headerProxy { height: 222px;}
And set the following to
Code:.navTabs .navTab.selected .tabLinks { height: 36px;}
View attachment 63071
#headerMover #headerProxy {
height: 222px !important;}
.navTabs .navTab.selected .tabLinks {
height: 36px !important;}
You could also try adding a 2px bottom border to the navigation which matches the yellow color(it'll make the sub nav a little taller than the main nav)
the headerproxy statement XenForo has to calculate the height I think adds 2px to it because of the top and bottom border of the default navigation.
I think**** on the road...
Thanks Shelley I added
Code:#headerMover #headerProxy { height: 222px !important;} .navTabs .navTab.selected .tabLinks { height: 36px !important;}
To the extra.css I was trying not to use the extra.css just yet but it works great.
(P.S remmber this theme? :3)
Duh never thought of adding a bottom border great idea russ cheers!
Yea (at the start) and it was my main skin back on VB for yearsIt looked familiar when i first saw it but couldn't place where I seen it before. Your previous site? animelon?
Aye I know you can add them with extra css but if there is a style property why would you add more css Thanks tho for the reply.
Aye I know you can add them with extra css but if there is a style property why would you add more css Thanks tho for the reply.
Okay I'll just use the extra css alot than which is better than trying to find them properties lol thanks peeps
With regards to your navtab hover you have you hover on closed and menu opened
.navTabs .navTab.PopupClosed .navLink:hover
.navTabs .navTab.PopupOpen .navLink:hover
We use essential cookies to make this site work, and optional cookies to enhance your experience.