Reduce space between menu and content area

Professional Joomla template suitable for a wide range of finance related sites such as stock market, finance news, forex informations.
GK User
Wed Mar 16, 2011 8:28 am
Hi. The space between the "bottom line" of the logos and the content area is excessive for my site. How can I bring up the content reducing this empty space? i.e. in which .css is this space configured?
User avatar
Fresh Boarder

Konrad M
Wed Mar 16, 2011 8:32 am
Hi
Can you give us url to your site? :)
User avatar

GK User
Wed Mar 16, 2011 10:02 am
http://observare.ual.pt/

Okay. What I want is to reduce the space between the bottom of the logo and the mainmenu bar.
User avatar
Fresh Boarder

Konrad M
Wed Mar 16, 2011 10:07 am
Go to template_css.css and find
Code: Select all
div#userarea {
float:right;
line-height:26px;
margin:20px 0 0 20px;
min-height:26px;
width:auto;
}


change to
Code: Select all
div#userarea {
float:right;
line-height:26px;
margin:0;
width:auto;
}
User avatar

GK User
Wed Mar 16, 2011 10:50 am
or

Code: Select all
a#logo {margin-bottom: -55px!important}



Cheers ;)
User avatar
Platinum Boarder


cron