Inconsistent two column menu

February 2014 Joomla Template
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Thu Dec 25, 2014 12:36 am
Reply with quote
Report this post
Hello - I'm trying to go live with a new site in less than a week and want to try to work out all the little issues.

On my test site: www.stnbeta.com the "resources" menu is suppose to be two columns. Most of the time it is, at least in Chrome. In Safari it usually is one column. IE and Firefox sometimes will start with one column, but then go to two columns if you refresh the page.

Suggestions?

Thanks,
Kent
User avatar
Junior Boarder

teitbite
Sat Dec 27, 2014 10:08 am
Reply with quote
Report this post
Hi

Try to lock it by adding this to override.css:

Code: Select all
.gkMenu > ul > li:nth-child(3) div.childcontent {
    width: 342px !important;
}
User avatar
Moderator

GK User
Sat Dec 27, 2014 5:34 pm
Reply with quote
Report this post
That worked - thanks!
User avatar
Junior Boarder

teitbite
Sun Dec 28, 2014 11:39 am
Reply with quote
Report this post
Hi

No problem. Glad I could help :)
User avatar
Moderator


cron