Shape 5

Joomla Templates => Campus Life - Club => : brand88 November 01, 2016, 08:48:37 AM



: White space inbetween modules
: brand88 November 01, 2016, 08:48:37 AM
Greetings

I'd like to know what to do in order to eliminate the white space between modules. The css compression does not seem to work.


: Re: White space inbetween modules
: jonahh November 01, 2016, 02:16:57 PM
Hello,

Can you please let me know exactly which modules you would like to remove space from? Then I can assist you from there.

Thanks,


: Re: White space inbetween modules
: brand88 November 01, 2016, 03:12:53 PM
I have attached 2 pictures. Can i send you a pm with my logins? http://lighttothecity.co.za/ its plain to se, i mean the whitespace


: Re: White space inbetween modules
: jonahh November 02, 2016, 12:51:46 PM
In your template.css file you can look for the below:

:
#s5_top_row1_wrap, #s5_top_row2_wrap, #s5_top_row3_wrap, #s5_above_columns_inner, #s5_component_wrap {
    padding-bottom: 100px;
    padding-top: 100px;
}

and change to:

:
#s5_top_row2_wrap, #s5_top_row3_wrap, #s5_above_columns_inner, #s5_component_wrap {
    padding-bottom: 100px;
    padding-top: 100px;
}

to reduce the spacing