Mainmenu

GK User
Tue Aug 02, 2011 8:18 pm
Hi

i made my logo like a banner or header with 690w and 200h, but i want to ask can i move the mainmenu to my banner?

i want the mainmenu to show on my logo picture instat of under it.. hope u got my point

i cant give my side link cus its offline right now.
User avatar
Senior Boarder

GK User
Thu Aug 04, 2011 3:01 pm
Serves very slowly here..
User avatar
Senior Boarder

teitbite
Thu Aug 04, 2011 5:26 pm
Hi

It's slow because this question is considered as customization and we do not support that, But please show me Your site and I'll see what can be done.
User avatar
Moderator

GK User
Thu Aug 04, 2011 5:30 pm
Hey I just did this look at template.css , look for #gk-top Line 46

#gk-top { background-image:url('replace with your url:/header-bg.png'); margin-bottom: 20px; min-height:96px; border: 1px solid #e5e5e5; border-top: none; border-radius: 0 0 1px 1px; -moz-border-radius: 0 0 1px 1px; -webkit-border-radius: 0 0 1px 1px; position: relative; }

:-)
User avatar
Junior Boarder

GK User
Thu Aug 04, 2011 5:30 pm
I answered you taught me well my friend :-D
User avatar
Junior Boarder

teitbite
Fri Aug 05, 2011 9:17 am
Hi

Yes this is a good solution :)
User avatar
Moderator

GK User
Fri Aug 05, 2011 9:40 am
Thx alot for ur replay.

This what i found in line 46 -h5 { font-size:100%; }

and under #gk-top i founded this
/* top */
#gk-top { margin-bottom: 20px; min-height:96px; border: 1px solid #e5e5e5; border-top: none; border-radius: 0 0 1px 1px; -moz-border-radius: 0 0 1px 1px; -webkit-border-radius: 0 0 1px 1px; position: relative; }
#gk-nav { margin: 0 20px; clear:both; border-top: 4px solid #dcdcdc; }



Så where i have to replace or change the text!! and what u mean by ('replace with your url:/header-bg.png').. do u mean Logo.png? this is my header or logo name.

can u explain more.
thx alot
User avatar
Senior Boarder

GK User
Fri Aug 05, 2011 11:22 am
You want your logo to show under the menu? Is that what you are asking? If you do it the way I said and eliminate your Logo.png or just change the name, you can have a FULL banner at the top..its 1001 width x anything you would like. Look at my website here www.chestercountybootcamp.com Is this what you are trying to accomplish?
User avatar
Junior Boarder

GK User
Fri Aug 05, 2011 4:33 pm
Any idea of how to adjust the mega menu dropdown width?

I changed the width under the advanced parameters in the main menu, but my text is not adjusting to the new width.

It still shows on 2 lines instead of adjusting to one line and the new width of 300px.

Also tried changing the width in each submenu width as well. Nothing worked.

Im guessing this is a CSS issue??? Looked everywhere!!
User avatar
Fresh Boarder

teitbite
Fri Aug 05, 2011 6:14 pm
Hi

This is a complicated question :) You can fix the width of menu subitems using this code in css:

Code: Select all
.childcontent,
.childcontent-inner-wrap {
width:302px !important;
}
.childcontent-inner,
.megacol {
width:300px !important;
}
User avatar
Moderator

GK User
Fri Aug 05, 2011 7:25 pm
Hi and thx for replay

To explain it right i want to change the position for the meanmenu.. i want it to show under my logo with out spase as the demo tamplate.. i have a logo with 990w and 200h, so i want the mainmenu to show in side this logo and not under.
User avatar
Senior Boarder

GK User
Fri Aug 05, 2011 9:54 pm
Yes MAKE YOUR LOGO 1002 WIDTH! and Follow what I said previously!
User avatar
Junior Boarder

GK User
Fri Aug 05, 2011 10:00 pm
thx alot i will try it now
User avatar
Senior Boarder

GK User
Sat Aug 06, 2011 7:08 pm
And this would go in override.css?
User avatar
Fresh Boarder

GK User
Sat Aug 06, 2011 8:01 pm
Figured out that it goes into the MEga menu css. However, this changes the width for all drop down menu's in the main menu and I only need it for 4 of the 7 menu dropdowns.

Any fix to make it apply only to certain drop downs?
User avatar
Fresh Boarder

GK User
Sat Aug 06, 2011 8:02 pm
Yes thats a good way of doing it , cause if you mess up the code you can just turn it off ... Good think
User avatar
Junior Boarder

GK User
Sat Aug 06, 2011 9:04 pm
Robgam1234.. u know it didnt work with me, i did all u said but noting working. can i send u my admin info so can u try to fix it for me, or ?

You can look to my site and see what i mean about to have the meanmenu in my header instate of under it

sorry for my bad english :-)
User avatar
Senior Boarder

GK User
Sat Aug 06, 2011 9:34 pm
I am also trying to fix the main menu and drop the entire height with the top border down about 100px or so.

Anyone know the code for this and where I should put it?

I changed the height of the gk-top no problem to allow more room for my logo, but the main menu (gk-nav) does not adjust accordingly. I have tried both padding and margin adjustments, but when I adjust the padding, the border does not drop!

Any help would be greatly appreciated!!

thanks
User avatar
Fresh Boarder

teitbite
Sun Aug 07, 2011 5:12 pm
gebby3346 wrote:Figured out that it goes into the MEga menu css. However, this changes the width for all drop down menu's in the main menu and I only need it for 4 of the 7 menu dropdowns.

Any fix to make it apply only to certain drop downs?


Hi

If this is the issue, than You really can use megamenu params and set the width there.
User avatar
Moderator

teitbite
Mon Aug 08, 2011 6:26 pm
Hi

@alzaghari. I got Your mail. Sure I'll help You. I do not quite understand how it should looks like, but please try addd this code to css:

Code: Select all
#gk-nav {
    top:220px;
    position: absolute;
}

#gk-top {
    margin-bottom: 59px;
    min-height: 210px;
}
User avatar
Moderator

GK User
Wed Aug 10, 2011 4:41 pm
Send me a image on how you want it to LOOK! [email protected]
User avatar
Junior Boarder


cron