Shape 5

Joomla Templates => CommPortal - July 08 - Club => : mesquite December 12, 2011, 08:05:11 AM



: Taking out the padding.
: mesquite December 12, 2011, 08:05:11 AM
Please see: http://redesignmywebsite.co.uk/index.php
I want to reduce the space between the logo and the main block.
I do not want to use a menu across the top at anytime, therefore can you tell me how I can reduce the space accordingly to about 15px between them.

Regards
Terry


: Re: Taking out the padding.
: jonahh December 12, 2011, 01:01:15 PM
You can add a margin-bottom with negative margin like I did here:

#s5_logo {
    background: url("../images/s5_cityportal_logo.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 173px;
    margin-bottom: -20px;
    margin-top: 2px;
    width: 975px;
}
template_css.css (line 582


: Re: Taking out the padding.
: mesquite December 13, 2011, 04:14:23 AM
Outstanding.

Many thanks Jonahh.