Shape 5

Joomla Templates => Lime Light - Club => : ncleator August 23, 2013, 10:17:17 AM



: Space under Logo
: ncleator August 23, 2013, 10:17:17 AM
Good Day
How do i reduce the space under the logo and also under the actual slider area..
Ie: there is too much space above and below the image slider
Tks a mil
Nat


: Re: Space under Logo
: mikenicoll August 23, 2013, 11:46:36 PM
Hello,

You can use negative margins on the elements:

.s5_is_wrap

#s5_logo

-Mike



: Re: Space under Logo
: ncleator August 24, 2013, 12:07:03 AM
Thankyou!


: Re: Space under Logo
: ncleator August 24, 2013, 12:25:02 AM
Hi Mike
I have added this line to the template.css file and it is doing nothing..

.s5_is_wrap {
margin-left:66px;
margin-bottom:-60px;
}

Tks a mil
Nat


: Re: Space under Logo
: mikenicoll August 24, 2013, 12:26:40 AM
Hello,

You need to use !important calls in this case.

.s5_is_wrap {
margin-left:66px !important;
margin-bottom:-60px !important;
}

-Mike