Gk-Extra Menu Drop-Down to Up

GK User
Sun Mar 10, 2013 6:01 pm
Hello,

I have my Gk menu in the footer.
I would like to change the direction down to up.

Thank you
User avatar
Fresh Boarder

GK User
Sun Mar 10, 2013 10:42 pm
I found it :
In menu.css

#gkMainMenu > div > ul div.childcontent-inner-wrap {
background: #fff;
border: 1px solid #dfdfdf;
padding: 0px;
position: relative;
margin-top: -200px; (here the number you want)
-webkit-box-shadow: 0 0 6px #c1c1c1;
-moz-box-shadow: 0 0 6px #c1c1c1;
box-shadow: 0 0 6px #c1c1c1;
User avatar
Fresh Boarder

teitbite
Fri Mar 15, 2013 2:06 pm
Hi

That's a fine solution, but please add this as a modification in override.css file. Remember to allow using the override in template settings. It will help You during the template update to save modifications.
User avatar
Moderator


cron