-
AuthorPosts
-
September 18, 2014 at 5:10 pm #201435
hello, my template with slideshow is working well on tablets landscape and desktop.
But on smartphones there is a gap of aproximately 85px above the slideshow. How do I eliminate this white space?
here with 960px width it’s ok:here white gap (width760px and less)
thanks for your help!
-
chavan Friend
chavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
September 18, 2014 at 5:25 pm #550074Go to this File: /templates/ja_brisk/css/custom.css
Replace this code
.ja-slideshow .container {height:auto;border:1px solid #888;padding-top:0;}
with
@media (min-width: 700px) { .ja-slideshow .container {height:auto;border:1px solid #888;padding-top:0; margin-top:0px !important;} }
@media (max-width: 640px) { .ja-slideshow .container {height:auto;border:1px solid #888;padding-top:0; margin-top:76px !important;} }
@media (max-width: 500px) { .ja-slideshow .container {height:auto;border:1px solid #888;padding-top:0; margin-top:77px !important;} }1 user says Thank You to chavan for this useful post
September 18, 2014 at 5:35 pm #550075great, it works, thanks 🙂
September 18, 2014 at 6:32 pm #550077chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
September 19, 2014 at 3:19 am #550119Go to custom.css
Replace this code
@media (min-width: 700px) { .ja-slideshow .container {height:auto;border:0px solid #888;padding-top:0; margin-top:0px !important;} }
@media (max-width: 640px) { .ja-slideshow .container {height:auto;border:0px solid #888;padding-top:0; margin-top:76px !important;} }
@media (max-width: 500px) { .ja-slideshow .container {height:auto;border:0px solid #888;padding-top:0; margin-top:77px !important;} }With
@media (min-width: 765px) { .ja-slideshow .container {height:auto;border:0px solid #888;padding-top:0; margin-top:0px !important;} }
@media (max-width: 760px) { .ja-slideshow .container {height:auto;border:0px solid #888;padding-top:0; margin-top:76px !important;} }
@media (max-width: 500px) { .ja-slideshow .container {height:auto;border:0px solid #888;padding-top:0; margin-top:77px !important;} }1 user says Thank You to chavan for this useful post
AuthorPostsViewing 5 posts - 1 through 5 (of 5 total)This topic contains 5 replies, has 2 voices, and was last updated by chavan 10 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum
-