Change/remove white space in template between menu and slider

Attachment 30866

Hi,

I’d like to change/remove the whitespace between the menu and the slider to make the homepage look a bit more compact. where can I change this? Which file do I need to adjust and what do I need to look for? It’s concerning the website http://www.kolonos.com

Thanks!

3 answers

Profile photo of tomc 0.00 $tone October 22, 2013
Public

Within the following file path --/templates/ja_brisk/css/themes/orange/template.css
at line 2802, you will see the following:

Code:

.ja-slideshow .container {
    padding: 60px 0 0;
}

Reduce the padding pixel value for the top padding -- for example:

Code:

.ja-slideshow .container {
    padding: 10px 0 0;
}

You can, of course, play around with the pixel value until you arrive at the result you are most happy with.

Hope That Helps

#1

Please login or Register to Submit Answer

Written By

Comments