Menu on Footer_nav
- GK User
- Sun Dec 15, 2013 6:03 pm
Hi, i would like to know if its possible add the main menu at footer_nav position, like this site: http://www.morganstanley.com/
Thanks
Thanks
-
- Senior Boarder
- teitbite
- Sun Dec 15, 2013 9:17 pm
Hi
Please use Menu Module and publish it while selexting Main Menu in one of the footer position.
Please use Menu Module and publish it while selexting Main Menu in one of the footer position.
-
- Moderator
- GK User
- Mon Dec 16, 2013 6:35 am
I did it, but it looks ugly.
Please see the image attached
Please see the image attached
-
- Senior Boarder
- teitbite
- Tue Dec 17, 2013 8:02 pm
Hi
Please leave it like that and show me Your site.
Please leave it like that and show me Your site.
-
- Moderator
- GK User
- Wed Dec 18, 2013 10:10 pm
teitbite wrote:Hi
Please leave it like that and show me Your site.
Ready.
You can see it on this url http://afg.acrovex.com/
-
- Senior Boarder
- teitbite
- Fri Dec 20, 2013 10:46 am
Hi
Please try to add this code to override.css and remember to allow using of this file:
For now it's a guessing since I have no access to Your ftp to test how it looks like, but when I'll see this style in action we will be one step closer to the solution.
Please try to add this code to override.css and remember to allow using of this file:
- Code: Select all
#gkFooterNav li {
position: relative;
height: 25px;
line-height: 25px;
}
#gkFooterNav li ul {
display: none;
position: absolute;
left: auto;
background-color: #F2F2F2;
border-radius: 4px 4px 4px 4px;
bottom: 25px;
width: 150px;
}
#gkFooterNav li:hover ul {
display: block;
}
#gkFooterNav li ul li {
width: 100%;
float: none;
line-height: 18px;
padding: 3px 5px;
}
For now it's a guessing since I have no access to Your ftp to test how it looks like, but when I'll see this style in action we will be one step closer to the solution.
-
- Moderator
- GK User
- Sat Dec 21, 2013 5:27 am
teitbite wrote:Hi
Please try to add this code to override.css and remember to allow using of this file:
- Code: Select all
#gkFooterNav li {
position: relative;
height: 25px;
line-height: 25px;
}
#gkFooterNav li ul {
display: none;
position: absolute;
left: auto;
background-color: #F2F2F2;
border-radius: 4px 4px 4px 4px;
bottom: 25px;
width: 150px;
}
#gkFooterNav li:hover ul {
display: block;
}
#gkFooterNav li ul li {
width: 100%;
float: none;
line-height: 18px;
padding: 3px 5px;
}
For now it's a guessing since I have no access to Your ftp to test how it looks like, but when I'll see this style in action we will be one step closer to the solution.
Thanks, it's working, but how can i change the font size, font color and align to the center?
-
- Senior Boarder
- teitbite
- Mon Dec 23, 2013 6:11 am
Hi
Some more code:
Some more code:
- Code: Select all
#gkFooterNav {
float: none;
}
#gkFooterNav ul {
text-align: center;
}
#gkFooterNav ul li a {
font-size: 15px;
color: #000000;
}
-
- Moderator
- GK User
- Mon Dec 23, 2013 3:56 pm
teitbite wrote:Hi
Some more code:
- Code: Select all
#gkFooterNav {
float: none;
}
#gkFooterNav ul {
text-align: center;
}
#gkFooterNav ul li a {
font-size: 15px;
color: #000000;
}
Perfect! now i can try changing some parms. Thanks a lot.
It's possible see the first submenu on footer?
and you can help me with this? sorry but it is urgent
https://www.gavick.com/forums/boutique- ... 32#p155432
-
- Senior Boarder
- teitbite
- Wed Dec 25, 2013 2:19 pm
Hi
You have not copied the code in full. This class is showing the first submenu when mouse is over the menu item:
You have not copied the code in full. This class is showing the first submenu when mouse is over the menu item:
- Code: Select all
#gkFooterNav li:hover ul {
display: block;
}
-
- Moderator
- GK User
- Wed Dec 25, 2013 8:14 pm
teitbite wrote:Hi
You have not copied the code in full. This class is showing the first submenu when mouse is over the menu item:
- Code: Select all
#gkFooterNav li:hover ul {
display: block;
}
Hi, i have that class but nothing happens when the mouse is over the menu. Can you check that plz?
-
- Senior Boarder
- GK User
- Wed Dec 25, 2013 8:49 pm
teitbite wrote:Hi
You have not copied the code in full. This class is showing the first submenu when mouse is over the menu item:
- Code: Select all
#gkFooterNav li:hover ul {
display: block;
}
Hi, i have that class but nothing happens when the mouse is over the menu. Can you check that plz?
-
- Senior Boarder
- teitbite
- Mon Dec 30, 2013 3:44 pm
Hi
Here is couple more classes which should fix the problem:
Here is couple more classes which should fix the problem:
- Code: Select all
#gkFooterWrap {
overflow: visible;
}
#gkFooterNav li ul {
left: 0;
width: 350px;
}
#gkFooterNav li:hover > ul {
display: block;
}
#gkFooterNav li ul li {
display: block;
}
#gkFooterNav li ul li a {
font-size: 12px;
}
-
- Moderator
13 posts
• Page 1 of 1