Shape 5

Joomla Templates => Oasis - Club => : abdi7 January 07, 2016, 02:58:59 PM



: 'padding-bottom' in S5 Tab Show
: abdi7 January 07, 2016, 02:58:59 PM
Hello.

My images for this module have the standard sizes (278x 228).
However, compared to the demo module, I have got much more white padding at the bottom.
How can I fix it?


: Re: 'padding-bottom' in S5 Tab Show
: mikek January 08, 2016, 09:12:18 AM
Hello,

Try adding this to custom.css:

.s5_tab_less_margin {
margin-bottom:-35px !important;
}


: Re: 'padding-bottom' in S5 Tab Show
: abdi7 January 08, 2016, 12:18:57 PM
It works great, thank you very much.