test
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • zoralina Friend
    #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!


    1. brisk1000
    2. brisk760
    chavan Friend
    #550074

    Go 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;} }

    zoralina Friend
    #550075

    great, it works, thanks 🙂

    zoralina Friend
    #550077

    unfortunatly, between 700 and 770px the slideshow disappears behind the header, look here:


    1. brisk720
    chavan Friend
    #550119

    Go 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;} }

Viewing 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