Shape 5

Joomla Templates => Eventfull - Club => : ffenter November 11, 2015, 07:59:29 AM



: Space between modules
: ffenter November 11, 2015, 07:59:29 AM
I get a lot of empty space between the modules... especially in the top row... is there a possibility to minimize the empty space?

http://scripttomovie.com/index.php/de/funktionen/scripttomovie-cast-pro


Thanx!!




: Re: Space between modules
: jonahh November 11, 2015, 01:57:27 PM
Hello,

Part of that spacing is set here, the padding top is what you'd need to change for whats shown on your image you posted:

:
#s5_center_area_inner, #s5_above_columns_inner, #s5_footer_area_inner {
    padding-bottom: 100px;
    padding-top: 100px;
}
template.css (line 816)


: Re: Space between modules
: ffenter November 12, 2015, 02:06:46 AM
Cool, that worked... but where do I find the settings for top_row modules??

http://www.scripttomovie.com/index.php/en/



: Re: Space between modules
: jonahh November 12, 2015, 01:42:39 PM
Some of it is set here:

:
#s5_top_row2_area2, #s5_top_row3_area2 {
    padding-bottom: 50px;
}
template.css (line 1289)

And the rest is set here under the padding of 40px:

:
.module_round_box {
    color: #000000;
    margin-left: 7px;
    margin-right: 7px;
    padding: 40px 0;
    text-shadow: none;
}
template.css (line 1025)