Width logo

GK User
Fri Feb 17, 2012 1:18 pm
Please any tip how to adjust the width logo .. See attached file

TY
User avatar
Fresh Boarder

GK User
Fri Feb 17, 2012 1:23 pm
Hi,

Use this code to CSS Override mode:
Code: Select all
h1#gkLogo{
width: 264px !important;
}
User avatar
Platinum Boarder

GK User
Fri Feb 17, 2012 8:39 pm
Don Lee wrote:Hi,

Use this code to CSS Override mode:
Code: Select all
h1#gkLogo{
width: 264px !important;
}


Thanks a lot....
Regards
User avatar
Junior Boarder

GK User
Sat Feb 18, 2012 1:23 pm
You're welcome, feel free to let me know if you need more helps.

Have a nice weekend!
User avatar
Platinum Boarder

GK User
Fri Jun 22, 2012 1:18 pm
I have one problem, I followed your previous topic, and added that code to the override but I have the issue in the image below. I can increase the width of the logo but the menu items don't start immediately and a grey area is still visible. How to solve this?

thank you very much
User avatar
Expert Boarder

GK User
Fri Jun 22, 2012 1:38 pm
Hi @redpas,

Please give me your site URL then I will check for you.

Thanks,
User avatar
Platinum Boarder

GK User
Fri Jun 22, 2012 4:27 pm
I sent u a PM, thank you very much!!
User avatar
Expert Boarder

GK User
Sat Jun 23, 2012 10:04 am
Hi,

Find below code in override.css
Code: Select all
h1#gkLogo {
    width: 264px !important;
}

And change the width value to 171px.
User avatar
Platinum Boarder

GK User
Sun Jun 24, 2012 8:17 am
Thank you very much. Is there a way to have the menu and submenu in the middle of the logo?
User avatar
Expert Boarder

GK User
Sun Jun 24, 2012 11:04 am
Hi,

I don't understand that, can you please use a screenshot with annotations to show the idea to me?

Thanks,
User avatar
Platinum Boarder

GK User
Sun Jun 24, 2012 12:52 pm
Don Lee wrote:Hi,

I don't understand that, can you please use a screenshot with annotations to show the idea to me?

Thanks,


this is the menu near the logo now
test3.JPG
.

How to put the menu in a way it is displayed in the middle compared to the logo like in the test3b
test3b.jpg
attachment?
User avatar
Expert Boarder

GK User
Sun Jun 24, 2012 1:09 pm
I get it now, please try this code:
Code: Select all
.gk-menu{
margin-top:20px;
}

Let me know if it helps.
User avatar
Platinum Boarder

GK User
Sun Jun 24, 2012 3:58 pm
it works perfectly, thank you very much!!
User avatar
Expert Boarder

GK User
Mon Jun 25, 2012 2:47 pm
You're welcome, feel free to let me know if you need any further help.

Cheers,
User avatar
Platinum Boarder


cron