logo and menu

Professional Joomla template suitable for a wide range of finance related sites such as stock market, finance news, forex informations.
GK User
Mon Apr 04, 2011 5:09 am
hello
set the theme as the logo, 980px. there is a gap between the white and on the main menu, but how can I close it? thanks

Below is a screenshot.

link: Image
User avatar
Fresh Boarder

Konrad M
Mon Apr 04, 2011 6:29 am
Hi
Can you give us url to your site, please ? :)
User avatar

GK User
Mon Apr 04, 2011 6:33 am
User avatar
Fresh Boarder

Konrad M
Mon Apr 04, 2011 6:37 am
Try to add to override.css
div#userarea {
display:none;
}
div#menu {
margin-top:0px;
}
and remember to enable it in template options :)
User avatar

GK User
Mon Apr 04, 2011 6:44 am
The options have an option within the template as override.css. I do not have a file in the css files and the override.css.

thank you
User avatar
Fresh Boarder

Konrad M
Mon Apr 04, 2011 6:46 am
Add this code which I sended you in to a template.css at the bottom after last selector.
User avatar

GK User
Mon Apr 04, 2011 6:54 am
thank you, please revisit site...
User avatar
Fresh Boarder

Konrad M
Mon Apr 04, 2011 7:00 am
I see it works. If you want to remove white space under menu add this one too:
Code: Select all
div#menu_wrapper {
min-height:41px;
}
User avatar

GK User
Mon Apr 04, 2011 7:02 am
excellent. the hands of health
User avatar
Fresh Boarder

Konrad M
Mon Apr 04, 2011 7:04 am
:) Yes I'm a dr House of css ;)
User avatar

GK User
Mon Apr 04, 2011 7:04 am
:]
User avatar
Fresh Boarder

teitbite
Tue Apr 05, 2011 12:07 am
Konrad Mlynarczykowski wrote::) Yes I'm a dr House of css ;)


Hahaha. Good one :D
User avatar
Moderator


cron