gmaister22 Active member Licensed customer May 20, 2013 #1 I am using Animate, from XenFocus and my website is : Code: http://www.razeflux.com Any ideas how i can fix the nav bar?
I am using Animate, from XenFocus and my website is : Code: http://www.razeflux.com Any ideas how i can fix the nav bar?
P Paul B XenForo moderator Staff member Licensed customer May 20, 2013 #2 Have you tried contacting the style author? Upvote 0 Downvote
gmaister22 Active member Licensed customer May 20, 2013 #3 Brogan said: Have you tried contacting the style author? Click to expand... Hey Brogan! Yes, i thought it would be cool to post here too Upvote 0 Downvote
Brogan said: Have you tried contacting the style author? Click to expand... Hey Brogan! Yes, i thought it would be cool to post here too
Russ Well-known member Licensed customer May 20, 2013 #4 A quick fix: Code: .navTabs .navLink, .navTabs .SplitCtrl { height: 32px; line-height: 32px; } In extra.css Upvote 0 Downvote
A quick fix: Code: .navTabs .navLink, .navTabs .SplitCtrl { height: 32px; line-height: 32px; } In extra.css
gmaister22 Active member Licensed customer May 20, 2013 #5 Russ said: A quick fix: Code: .navTabs .navLink, .navTabs .SplitCtrl { height: 32px; line-height: 32px; } In extra.css Click to expand... Didn't do anything buddy Upvote 0 Downvote
Russ said: A quick fix: Code: .navTabs .navLink, .navTabs .SplitCtrl { height: 32px; line-height: 32px; } In extra.css Click to expand... Didn't do anything buddy
Russ Well-known member Licensed customer May 20, 2013 #6 try adding !important at the end of each of those: Code: .navTabs .navLink, .navTabs .SplitCtrl { height: 32px !important; line-height: 32px !important; } Upvote 0 Downvote
try adding !important at the end of each of those: Code: .navTabs .navLink, .navTabs .SplitCtrl { height: 32px !important; line-height: 32px !important; }
gmaister22 Active member Licensed customer May 20, 2013 #7 Russ said: try adding !important at the end of each of those: Code: .navTabs .navLink, .navTabs .SplitCtrl { height: 32px !important; line-height: 32px !important; } Click to expand... Nothing :/ Upvote 0 Downvote
Russ said: try adding !important at the end of each of those: Code: .navTabs .navLink, .navTabs .SplitCtrl { height: 32px !important; line-height: 32px !important; } Click to expand... Nothing :/
Shelley Well-known member Licensed customer May 20, 2013 #8 Looks all right to me. What is the issue? Upvote 0 Downvote
gmaister22 Active member Licensed customer May 20, 2013 #9 Shelley said: Looks all right to me. What is the issue? Click to expand... That's the issue the navigator bar Upvote 0 Downvote
Shelley said: Looks all right to me. What is the issue? Click to expand... That's the issue the navigator bar
Russ Well-known member Licensed customer May 20, 2013 #10 The only other issue I would see is the overlapping on the nav bar now, you need to adjust your logo height in style properties -> header Maybe 120px? Lastly the background image looks a bit odd on the grey bg color, but nice job! Upvote 0 Downvote
The only other issue I would see is the overlapping on the nav bar now, you need to adjust your logo height in style properties -> header Maybe 120px? Lastly the background image looks a bit odd on the grey bg color, but nice job!
gmaister22 Active member Licensed customer May 20, 2013 #11 Russ said: The only other issue I would see is the overlapping on the nav bar now, you need to adjust your logo height in style properties -> header Maybe 120px? Lastly the background image looks a bit odd on the grey bg color, but nice job! Click to expand... Thanks buddy! Do you know how i can remove that grey background from the style properties? Also how i can change the font color for the forums (not the post text) to green Upvote 0 Downvote
Russ said: The only other issue I would see is the overlapping on the nav bar now, you need to adjust your logo height in style properties -> header Maybe 120px? Lastly the background image looks a bit odd on the grey bg color, but nice job! Click to expand... Thanks buddy! Do you know how i can remove that grey background from the style properties? Also how i can change the font color for the forums (not the post text) to green