GK News Show Navi bug

Questions related to the configuration of Joomla, Templates, and Security related questions/issues
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Wed Nov 21, 2012 10:11 pm
I have a little bug, the third level is not shown correktly, it is cuttet at half.

I hope you can help me

Lg

Wackoo3OO
Website: www.dynamic-gaming.eu
User avatar
Fresh Boarder

Konrad M
Thu Nov 22, 2012 9:57 am
Hi,
please try add to override.css
Code: Select all
.gkmenu > ul div.childcontent-inner {
overflow: visible;
float: left;
}

and remember to enable override.css option in template settings.
User avatar

GK User
Fri Nov 23, 2012 8:07 pm
Nice it Works :). But another problem.

The planes are semi-transparent. I mean that the font of the writing underneath "overwritten". So I can not read properly the navigation points.

(sorry for bad english translatet with google.translator)
User avatar
Fresh Boarder

Konrad M
Sun Nov 25, 2012 11:00 am
Please try add to override.css
Code: Select all
ul.gkmenu.level2 {
z-index:1001;
}
User avatar


cron