menu height increases when logo is enlarged

Corporate Ltd is perfect choice for your next business Joomla website
GK User
Mon Feb 28, 2011 1:20 pm
I've posted my problem on the forum and e-mailed tech support and still no real fix. Please help?

With the Corporate (the first not #2) template: When I enlarge the logo to more than 200px in width, the menu height increases significantly. Forum discussions point me to the Updates page and IT responded to my query by saying that I need to replace all files with the most recent template package but if I downloaded the template in 2010 I should already have all the updated files included (the downloads link to these updates were broken). The template was released in 2009 and I only downloaded it in October 2010 so my version should have it included. However, the problem persists.
Also merely replacing ALL files with the new template package is not a viable solution since the site is 95% done and I made quite a few amendments to the look and feel. Surely this problem only requires changes in a few files?

Could somebody please help me with this problem asap? It's quite urgent.

Thanks
User avatar
Junior Boarder

Konrad M
Mon Feb 28, 2011 1:23 pm
Cany you give us url to your site ? :)
User avatar

GK User
Mon Feb 28, 2011 1:47 pm
Apologies. It is http://www.language-inc.org/index.php
As mentioned the problem does not show on the site at the moment because the current logo is 200px. When I make it bigger the space above the menu increases significantly.

Thanks!
User avatar
Junior Boarder

Konrad M
Mon Feb 28, 2011 2:21 pm
Can you add bigger one it will let me see the problem :)
User avatar

GK User
Tue Mar 01, 2011 5:55 am
Hi

I've added a new bigger logo and the space appears. I've attached the current CSS files too.

Many thanks!
User avatar
Junior Boarder

Konrad M
Tue Mar 01, 2011 6:02 am
Hi
Add to override.css
Code: Select all
div#wrapper_top_content {
width:720px;
}

and remember to enable it :)
User avatar

GK User
Tue Mar 01, 2011 6:53 am
No override.css exists in the template's CSS folder (gk_corporate). I created and saved one there is also no option to enable the override file in the Template Manager (see screenshot attached).

Unless I'm missing something?

(By the way, thanks for your speedy replies)
User avatar
Junior Boarder

Konrad M
Tue Mar 01, 2011 6:58 am
Yes, You have right. Sorry for that :).
Find in template_css.css
Code: Select all
div#wrapper_top_content {
float:right;
position:static;
width:780px;
}


and change width to 720px.
User avatar

GK User
Tue Mar 01, 2011 7:21 am
:cheer:
That fixed it. Thanks SO much. You're officially my hero!
User avatar
Junior Boarder

Konrad M
Tue Mar 01, 2011 7:22 am
I glad I helped :)
User avatar


cron