Shape 5

Joomla Templates => No1 Shopping - Club => : tango7 April 16, 2015, 12:53:31 PM



: reducing the padding on the main page image slider
: tango7 April 16, 2015, 12:53:31 PM
Hello

I'd like to close the gaps between the main scroller image and the two side images that are to the right of the main image.

I have created static banners that show what I'd like to achieve but with a scroller for the main image instead of a static image.

Please see the top banner on the following page to see what I mean:

http://nicholasjoinerkitchens.co.uk/index.php/heritage

Sorry for the constant questions...nearly there.


: Re: reducing the padding on the main page image slider
: mikenicoll April 16, 2015, 09:26:07 PM
Hello,

Changes like this involve custom coding which again isn't something we offer via the forums. There is a global CSS padding call that affects all elements in the module containers that you would want to edit. That is here:

:
Template.CSS - lIne 1259

.module_round_box_outer, #s5_component_wrap, #s5_center_area .moduletable, .module_round_box_outer-none, #s5_header_area_inner2 {
    margin-left: 14px;
    margin-right: 14px;
}

I would suggest using Firebug to identify areas and inherit padding values like this.


: Re: reducing the padding on the main page image slider
: tango7 April 19, 2015, 01:05:51 AM
Thank you (again  :P)


: Re: reducing the padding on the main page image slider
: mikenicoll April 19, 2015, 11:12:18 PM
NP