Move module footer_nav to lang

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
Tue Apr 23, 2013 12:38 pm
Reply with quote
Report this post
Hi everybody

I would like to have a horizontal menu with exactly the same styling like the module "footer_nav" on the position "lang" (since it's not a multilingual site).

Unfortunately I couldn't find the file to cut/paste the module to the right place...

Kind regards,
emarbee
User avatar
Senior Boarder

GK User
Tue Apr 23, 2013 2:50 pm
Reply with quote
Report this post
Go to module manager.
Find Footer_Nav module.
Change its position to "lang" position save and close.

Add following css code in to override.css and enable css override option in template settings > advanced settings > css override "on".

Code: Select all
#gkTopLinks ul.menu { float:left; margin-top:-6px;}
#gkTopLinks ul.menu li {
    float: left;
    margin-right: 17px;
}
#gkTopLinks ul.menu li:before {
    background: none repeat scroll 0 0 #FABF10;
    border-radius: 50% 50% 50% 50%;
    content: "";
    display: block;
    float: left;
    height: 3px;
    left: -8px;
    margin: 8px 0 0;
    position: relative;
    width: 3px;
}
#gkTopLinks ul.menu li:first-child:before {
    display: none;
}


See you around...
User avatar
Platinum Boarder

GK User
Tue Apr 23, 2013 3:14 pm
Reply with quote
Report this post
Wow that's amazing, thanks very much for your quick help, it worked perfect!
Regards,
emarbee
User avatar
Senior Boarder

GK User
Tue Apr 23, 2013 3:19 pm
Reply with quote
Report this post
No problem at all, see you around...
User avatar
Platinum Boarder


cron