Multicolumns

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
Thu Jul 03, 2014 1:35 am
Reply with quote
Report this post
I have set a menu item to 4 columns
and under this I have items arrange as groups this display as groups but vertically,
I am not able to set 4 column display...

http://melatemexico.com/

Is it possible for the menu item at the head of each column to be invisible,
I do not want a column subtitle....
User avatar
Expert Boarder

teitbite
Fri Jul 04, 2014 9:10 am
Reply with quote
Report this post
Hi

Please add this code to override.css and make sure override is enabled in template settings:

Code: Select all
.gkMenu > ul > li > .childcontent {
    width: 802px;
}

.gkMenu > ul li div.childcontent .header {
    display: none;
}
User avatar
Moderator


cron