-
AuthorPosts
-
potts Friend
potts
- Join date:
- December 2013
- Posts:
- 50
- Downloads:
- 0
- Uploads:
- 11
- Thanks:
- 30
- Thanked:
- 4 times in 1 posts
April 16, 2014 at 6:25 am #196805There is a large gap between the bottom of the slideshow and the first article on the HOME page (please see screenshot). Actually, the space BETWEEN the articles is also more than necessary. Can anyone tell me where in CSS I would adjust this?
Thank you so much!
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
April 16, 2014 at 9:57 am #531107It’s simply some padding values, you can use tools like Firebug in Firefox or Chrome Inspect Element to track down which files you should edit.
http://static.joomlart.com/images/jat3v3-documents/t3-bs3/configuration/enable-dev.png
You should go to Backend > Template manager and disable Optimize CSS option first, so that you can see exact files need to be changed.
1 user says Thank You to Saguaros for this useful post
potts Friendpotts
- Join date:
- December 2013
- Posts:
- 50
- Downloads:
- 0
- Uploads:
- 11
- Thanks:
- 30
- Thanked:
- 4 times in 1 posts
April 16, 2014 at 7:05 pm #531159I followed your directions Saquaros.
–disabled Optimize CSS option
–Used Firebug to inspect the padding between the Featured article and the slideshow on Home page
–Made the adjustments in template.css and home.css (both located in “themes/grey-new”) and uploaded several times via FTP
–repeatedly cleared cache but no changes appearI am hoping I can get some more guidance?
Thank you so much.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
April 17, 2014 at 7:20 am #531227You can remove the gap and large space in the home of your site with my workaround below
Open the templates/ja_biz/css/themes/grey-new/template.css file
Change
.right-slide {
margin-top: 40px;
}.blog-featured article {
border-bottom: 1px solid #eeeeee;
border-top: 1px solid #eeeeee;
}.items-leading .leading {
margin-bottom: 40px;
}to
.right-slide {
margin-top: 0px;
}
.blog-featured article {
border-bottom: 0px solid #eeeeee;
border-top: 0px solid #eeeeee;
}
.items-leading .leading {
margin-bottom: 0px;
}1 user says Thank You to Ninja Lead for this useful post
potts Friendpotts
- Join date:
- December 2013
- Posts:
- 50
- Downloads:
- 0
- Uploads:
- 11
- Thanks:
- 30
- Thanked:
- 4 times in 1 posts
April 17, 2014 at 4:49 pm #531292THANK YOU THANK YOU THANK YOU THANK YOU THANK YOU!!!!!!
Yes, worked perfectly. Ninja…you be a Ninja!
:-*:-*:-*:-*:-*:-*
PS: we can close this out now but I don’t know how
AuthorPostsViewing 5 posts - 1 through 5 (of 5 total)This topic contains 5 replies, has 3 voices, and was last updated by potts 10 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Large space under ja biz home page slideshow
Viewing 5 posts - 1 through 5 (of 5 total)