Shape 5

Joomla Templates => M Creative Agency - Club => : webmeup December 19, 2017, 06:43:29 PM



: Large gap
: webmeup December 19, 2017, 06:43:29 PM
I have a fairly large vertical gab between the Top_1 modules and the article body text.  Is there a way to decrease this gap?


: Re: Large gap
: jonahh December 20, 2017, 11:37:01 AM
Hello,

Yes please post a URL and I will be able to assist you with this.

Thanks,


: Re: Large gap
: jonahh December 22, 2017, 11:11:50 AM
The padding top and bottom for these areas are set in your template.css file just look for:

:
#s5_top_row1_area_inner, #s5_top_row2_area_inner, #s5_top_row3_area_inner, #s5_above_columns_inner, #s5_below_columns_inner, #s5_center_area1, #s5_above_columns_inner, #s5_bottom_row2_area_inner, #s5_bottom_row3_area_inner {
    padding-bottom: 110px;
    padding-top: 110px;
}

#s5_center_area1 =  this is where the top padding is applied. You could take this out from the above code and make a new one like this below it:

:
#s5_center_area1 {
    padding-bottom: 110px;}