Classic menu problem

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
Fri Oct 11, 2013 12:56 pm
Reply with quote
Report this post
Hello,
I have selected the menu type:'classic menu' in template settings.
The last submenu of every menu item is not shown correctly, the submenu is not in the white area (see the attached image).
How can I solve this problem?
Thanks in advance
User avatar
Junior Boarder

GK User
Fri Oct 11, 2013 3:12 pm
Reply with quote
Report this post
I have found the solution,
I have added:
Code: Select all
.gkMenu > ul li div.childcontent {
        /*padding: 15px 0;*/
   padding: 0 0;
}

to override.css file, and now the subitems are shown correctly
User avatar
Junior Boarder

GK User
Wed Oct 16, 2013 3:19 pm
Reply with quote
Report this post
Ok, that is exactly what should be done.
User avatar
Moderator

GK User
Fri Jan 24, 2014 11:14 am
Reply with quote
Report this post
Rosa wrote:I have found the solution,
I have added:
Code: Select all
.gkMenu > ul li div.childcontent {
        /*padding: 15px 0;*/
   padding: 0 0;
}

to override.css file, and now the subitems are shown correctly


This fixed my the same issue as well
Thanks Rosa :)
User avatar
Fresh Boarder


cron