-
AuthorPosts
-
sunlons Friend
sunlons
- Join date:
- February 2013
- Posts:
- 41
- Downloads:
- 0
- Uploads:
- 39
- Thanks:
- 4
- Thanked:
- 1 times in 1 posts
December 19, 2013 at 4:05 am #193087TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
December 19, 2013 at 5:12 pm #515983Try This . . . .
Within file path –> /templates/ja_zite/css/template.css
at line 848, you will see the following:
#ja-slideshow {
margin-bottom: 40px;
z-index: 10;
}Modify the “margin-bottom” property to a lower pixel value, for example . . .
#ja-slideshow {
margin-bottom: 0px;
z-index: 10;
}If you want to decrease the space even further, you can also do try the following . . .
Within file path –> /templates/ja_zite/css/template.css
at line 965, you will see the following:
#ja-topsl .main {
padding: 40px 0;
}As with the example above, decrease the pixel value of the “padding” property, for example:
#ja-topsl .main {
padding: 10px 0;
}Hope That Helps
😎
AuthorPostsViewing 2 posts - 1 through 2 (of 2 total)This topic contains 2 replies, has 2 voices, and was last updated by TomC 10 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
how to decrease the space?
Viewing 2 posts - 1 through 2 (of 2 total)