-
AuthorPosts
-
luke66 Friend
luke66
- Join date:
- June 2011
- Posts:
- 15
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 2
- Thanked:
- 2 times in 1 posts
November 14, 2012 at 9:51 am #182231I would like to modify the JA Slideshow Lite so as to eliminate extra space above and change the image size from the default 460×400. See attached for details:
luke66 Friendluke66
- Join date:
- June 2011
- Posts:
- 15
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 2
- Thanked:
- 2 times in 1 posts
November 14, 2012 at 10:24 am #472887I have fixed the space issue after a few tries. It boils down to editing the file /templates/ja-brisk/css/themes/template.css and editing line 2653 to:
.ja-slideshow .container {
padding: 10px 0 0; <-- Changed from padding: 60px 0 0;
}The image size is still outstanding. Any help will be appreaciated. Thanks
luke66 Friendluke66
- Join date:
- June 2011
- Posts:
- 15
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 2
- Thanked:
- 2 times in 1 posts
November 14, 2012 at 11:42 am #472901Never mind, I solved it.:)
gabrielanta Friendgabrielanta
- Join date:
- January 2009
- Posts:
- 52
- Downloads:
- 0
- Uploads:
- 11
- Thanks:
- 18
- Thanked:
- 4 times in 1 posts
November 23, 2012 at 5:18 am #473991Hello,
I also want to reduce the vertical space between the logo and the line on the bottom of the menus.
Thanks
Jason Hill FriendJason Hill
- Join date:
- September 2014
- Posts:
- 32
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 4
- Thanked:
- 4 times in 1 posts
November 23, 2012 at 12:17 pm #474024While I am quite new to LESS and there may be a better way to go about it, the following should work.
Edit templates/ja_brisk/less/style.less
Line 12
padding-bottom: @BaseLineHeight;
change to
padding-bottom: 0; (or whichever height you desire)1 user says Thank You to Jason Hill for this useful post
gabrielanta Friendgabrielanta
- Join date:
- January 2009
- Posts:
- 52
- Downloads:
- 0
- Uploads:
- 11
- Thanks:
- 18
- Thanked:
- 4 times in 1 posts
November 23, 2012 at 8:27 pm #474055Thanks, but it does not work for me.
Could it be because of the cache of my site? Or maybe I did not explain myself correctly?I send a picture of what I need:
December 13, 2012 at 4:21 am #476069<em>@luke66 346175 wrote:</em><blockquote>I have fixed the space issue after a few tries. It boils down to editing the file /templates/ja-brisk/css/themes/template.css and editing line 2653 to:
.ja-slideshow .container {
padding: 10px 0 0; <-- Changed from padding: 60px 0 0;
}
</blockquote>Just in case the change is overwritten by a future update, it might be better to add into: /templates/ja_brisk/css/custom.css
.ja-slideshow .container {
padding-top: 10px !important; }December 13, 2012 at 4:24 am #476072To tighten up the whole page I also added to custom.css …
.ja-sl {
padding-bottom: 10px !important;
padding-top: 10px !important; }.ja-sl-1 h3.sl-title {
margin-bottom: 10px !important;
padding-bottom: 10px !important; }AuthorPostsViewing 8 posts - 1 through 8 (of 8 total)This topic contains 8 replies, has 4 voices, and was last updated by br3n7 11 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum