MENU HEIGHT

Professional Jomal template designed to be easily adaptable to all kinds of business
GK User
Tue May 18, 2010 5:49 pm
Hi. I have one problem with the height of the main menu. After changing the logo the top border of the menu is just the same that the top border of the logo. So, the menu bar is extremely hight. I attach one image. Can you help me? Thanks.
User avatar
Fresh Boarder

GK User
Thu May 20, 2010 2:54 pm
I have received no support about this topic. The problem persist. You can see the website on www.grupocima.info. O couldn't arrange the menu margin, that is extremally high since I changed the logo.
Can you help me?
Thanks.
User avatar
Fresh Boarder

GK User
Thu May 20, 2010 3:57 pm
you can do like i did... i dunno how it looks with all menu's but megamenu works...
templates/gk_corporate2/css/template.css

i removed a few lines in between here, but hope you get the idea... if you want i can attach my template.css file...

i changed a few colors aswell...

Code: Select all

#gk-mainnav {margin-left: 200px}
h1.logo,
div.logo-text { float:left; padding:0 10px 0 0; background:#f4f2ef; }
h1.logo {position:absolute;top:-33px;}
h1.logo { width:200px; height:108px; background:transparent url('../images/logo.png') no-repeat 0 0; padding:0 10px 0 0; }
h1.logo>a { width:200px; height:108px; text-indent:-999em; display:block; }

.gk-megamenu { margin-left:160px; }
User avatar
Platinum Boarder

GK User
Thu May 20, 2010 7:52 pm
Thanks a lot, explodedk.

I tried use your solution but I'm not a so experimented user... so I thought I had to change my code -the values- for those that you used. But I couldn't. I didn't found, for example, some parts of the code... example: "gk-mainnav". I have changed too -just as you- some background collors and I want chage the menu background collor too. But I am not being able to solve my problem with the menu in www.grupocima.info.

Some help to this unexperimented user?

Thanks again. Best regards,
Pancho
User avatar
Fresh Boarder

GK User
Thu May 20, 2010 9:17 pm
hey pancho... to change colors there are more than one file that should be changed...
some of my code you do know have as standard. i added this after...

here are my 2 files - try replacing your existing files (remember to take backup before !!!!)

www.explode.dk/gk_files.zip

just unzip the files into templates/gk_corporate2/css and overwrite the old...

and yet again.. REMEMBER BACKUP !!!!
User avatar
Platinum Boarder

teitbite
Sun May 23, 2010 3:07 pm
Hi

Panchotristan please show me Your site and tell me if You want menu in single line? At the top of logo, or bottom ?
User avatar
Moderator

GK User
Mon May 24, 2010 2:32 pm
Thanks. URL is www.grupocima.info. I want the menu in a single line at the bottom of the logo.
Thanks.
User avatar
Fresh Boarder

teitbite
Mon May 24, 2010 9:55 pm
Hi

Please add at the end of template.css file:

Code: Select all
#gk-nav {
background-color:#FFFFFF !important;
}

#gk-nav #gk-cssmenu,
#gk-nav #gk-splitmenu,
#gk-nav #gksdl-mainnav,
#gk-nav .gk-megamenu {
height:42px !important;
position:relative !important;
top:112px !important;
}
User avatar
Moderator

GK User
Tue May 25, 2010 9:37 am
I try to do like you (teitbite) said but now is just a white big line and no meny.

http://stockholmflytt.se.preview.binero.se/

I put the code in the end of template.css and did´n not remove anything.

/Tommy
User avatar
Expert Boarder

GK User
Tue May 25, 2010 9:40 am
User avatar
Expert Boarder

GK User
Tue May 25, 2010 11:06 am
Is there any Solution???

Thanks
User avatar
Expert Boarder

GK User
Tue May 25, 2010 12:23 pm
i get the same with teit's solution...
User avatar
Platinum Boarder

teitbite
Tue May 25, 2010 2:17 pm
Hi

My solution was only for panchotristan. He made some changes already I just added mine.


Tompi, explodedk please remove the code.

Tompi please show me Your site.

explodedk please tell me what do You want to do. Your menu looks ok.
User avatar
Moderator

GK User
Tue May 25, 2010 2:38 pm
Thanks a lot. It looks pretty good now.

Is it possible introduce now, just over the menu, some kind of banner?

Well... anyway, thanks a lot, I'm very grateful...

panchotristan
User avatar
Fresh Boarder

teitbite
Tue May 25, 2010 10:13 pm
Hi

Of course You can place a banner there. There are numbers of ways to do this for egz:

- place banner at banner1 position and in css move it to this empty space
- create a new position there (search the forum on method to do that)
- place banner in search position and style a little bit

Unfortunately all of this is considered as customization and we do not support that. But if You really want such modification please contact me private. I'll do it for You for a little fee.
User avatar
Moderator

GK User
Tue May 25, 2010 10:59 pm
Now a have removed the code

The adress to my site is http://stockholmflytt.se.preview.binero.se/

As you can see the menu is to much high, it looks ugly

How can i do it smaller?

Thanks
User avatar
Expert Boarder

GK User
Wed May 26, 2010 2:20 am
I'll try. Thanks again. I'm new Gavick -I used to work too with another platforms-, and I'm really satisfied about this forum.
Thanks.
User avatar
Fresh Boarder

teitbite
Wed May 26, 2010 9:59 pm
Hi

There is an update fixing this problem. Please take a look here: http://www.gavick.com/updates.html?task=update&id=107
User avatar
Moderator

GK User
Thu May 27, 2010 9:03 am
Now i have uppgrade

And now the menu is to the right, but not in line with the botom of logo.
It is still in line with the top of the logo.

So what next?

Thanks.
User avatar
Expert Boarder

teitbite
Thu May 27, 2010 1:39 pm
Hi

The easiest fix for Your situation is to add this code at the end of template.css file:

Code: Select all
#gk-nav {
margin:20px 0 0 0;
width:779px;
}
User avatar
Moderator


cron