Issues with my menu

gmaister22

Active member
I am using Animate, from XenFocus and my website is :
Code:
http://www.razeflux.com

Any ideas how i can fix the nav bar?
 
try adding !important at the end of each of those:

Code:
.navTabs .navLink, .navTabs .SplitCtrl {
    height: 32px !important;
    line-height: 32px !important;
}
 
Looks all right to me. What is the issue?

2Xt7y.png



That's the issue :( the navigator bar
 
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!
 
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!

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 :)
 
Top Bottom