Change Layout of Footer menu

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 Nov 29, 2012 2:02 pm
Reply with quote
Report this post
Hi,

I'm trying to change the layout of the footer menu.
Goal is a look like the main menu (Item's in a row, not in a coulumn and transparent background).
I'm not getting forward.
Any hints?

thank you in advance,
Robin

PS: site is http://neu.edmb.de
User avatar
Fresh Boarder

Konrad M
Thu Nov 29, 2012 2:30 pm
Reply with quote
Report this post
Hi,
first of all please add suffix to this module. For example " foot". Remember about white space before suffix name. Then please add to override.css
Code: Select all
.box_menu .foot > div {
background:none !important;
}
.foot .nav.menu li {
float:left;
width:auto;
margin:0 12px;
}

and remember to enable override.css option in template settings.
User avatar

GK User
Thu Nov 29, 2012 3:07 pm
Reply with quote
Report this post
Hi,

thank you for the fast reply.

But this solves not the background issue and Menu-style.

Result is: Menu items are in line, now. Background is still "blue". Sub items are shown all time (after click) and not like in Main menu on mouse-over.

You can also see the result on http://neu.edmb.de/impressum

Am I doing anythink wrong?

regards,
Robin
User avatar
Fresh Boarder

Konrad M
Fri Nov 30, 2012 8:30 am
Reply with quote
Report this post
Unfortunetly it can be only one gk_menu. I see you are using css compression. Did you clear cache after you made changes ? I'm able to help you how to make footer menu as first level of main menu. To make it as same as main menu is extra customization and we don't support it.
User avatar


cron