Shape 5

General Category => General Talk/Questions/Comments => : kittdrury9 May 17, 2018, 09:14:41 PM



: Modules: mod_s5_tab_show
: kittdrury9 May 17, 2018, 09:14:41 PM
We are using the s_5 Tab show successfully in a website and need to tweak it so that there is less blank space between the top and bottom. Can we get some advice on how to make this happen.


: Re: Modules: mod_s5_tab_show
: jonahh May 18, 2018, 12:43:52 PM
Hello,

If you can post a URL I can take a quick look or just use web developer inspect tools and you can see what CSS is causing the space.


: Re: Modules: mod_s5_tab_show
: kittdrury9 May 24, 2018, 02:45:36 AM
Dear Jonah,

Itis this one.. http://tradurre.co.uk/

I do need to reduce the space, it is way too big...


: Re: Modules: mod_s5_tab_show
: jonahh May 24, 2018, 12:22:59 PM
Ok just remove the bottom margin and change it to 0 as I have done below:

:
.-icons .s5_tab_show_slides_container_wrap_outer {
    margin-top: 60px;
    margin-bottom: 0px;
}

template.css line 2665