Split Menu or Share

Advanced newspaper or magazine Joomla template to build news website with unique and detailed design.
GK User
Thu Mar 27, 2014 5:31 pm
i would like to ask, i have this specific problem, i would like to split the menu like, to create another balance for same menu. ie, i have grouped two menus in one column. but on the first column i have ten(10) submenus, and i like to five submenus for each column. I will send you an image of the menu. so you can help me??

thank you
best regards
User avatar
Senior Boarder

teitbite
Thu Mar 27, 2014 9:32 pm
Hi

Here You can find an explanation to the exact thing You want to do: http://www.gavick.com/documentation/gen ... s-in-menu/
User avatar
Moderator

GK User
Fri Mar 28, 2014 5:31 pm
the result that I did in approximately. however need to intervene in css. add a vertical-seperator to the columns and some changes to the borders layout. what we are proposing;
User avatar
Senior Boarder

GK User
Fri Mar 28, 2014 5:34 pm
I forgot to ask, how can i have a sticky menu at the top of the page??
User avatar
Senior Boarder

teitbite
Sat Mar 29, 2014 9:04 pm
Hi

Please show me Your site.
User avatar
Moderator

GK User
Tue Apr 01, 2014 1:35 pm
the site is http://newsite.strategyinternational.org

for the identification i will send you a pesronal message
User avatar
Senior Boarder

teitbite
Tue Apr 01, 2014 9:15 pm
Hi

Please add this code to css:

Code: Select all
#gkPageTop {
    position: fixed;
}

#gkBannerTop {
    padding: 87px 0 18px;
}
User avatar
Moderator

GK User
Wed Apr 02, 2014 10:04 am
when i put the code to the path templates/gk_news/css , at the files templates.css or style1.css, nothing happens.

add this code to which file?
User avatar
Senior Boarder

teitbite
Wed Apr 02, 2014 9:27 pm
Hi

Shoudl be working with either of this files. Please try use !important rule and add it to override.css. Remember that override needs to be enabled in template settings:

Code: Select all
#gkPageTop {
    position: fixed !important;
}

#gkBannerTop {
    padding: 87px 0 18px !important;
}
User avatar
Moderator

GK User
Thu Apr 03, 2014 2:56 pm
it worked, ok!!

thank you again
User avatar
Senior Boarder


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.