Shape 5

Joomla Templates => Campus Life - Club => : kanuari March 29, 2017, 09:34:23 AM



: The fonts size and white space - gap for module setting
: kanuari March 29, 2017, 09:34:23 AM
Hi support teams,

I have 2 issues in this template as belows explanation:

1) The fonts size for the Title for Module of S5 Masonry  ( above body 1) and all fonts in Module ( located at right) is too large - how to reduce these fonts size ? Refer to my website at http://www.sbmuum.my/

2) The big gap  (white space) in between Page Banner (fader) and Module of S5 Masonry and Latest Tweets Module  as well as the gap of Title of Masonry module  and the picture of article - how to reduce to become smaller of white between this module. - refer attachment file.

Your early reply is highly appreciated.

Thank you


: Re: The fonts size and white space - gap for module setting
: jonahh March 29, 2017, 11:08:22 AM
Hello,

1. These font sizes can be adjusted here:

:
.module_round_box h3 {
    color: #4c4c4c;
    font-size: 1.6em;
    font-weight: 300;
}

template.css line 867

2. You can edit this here:

:
#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;
}

template.css line 1056