White space under slider?

Home Forums All Other Themes White space under slider?

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #39756
    RogerRoger
    Member
    • Topics: 2
    • Replies: 4
    • Total: 6
    Member since: June 1, 2016

    Hi there,

    www.pestsnall.com.au

    A white space has appeared under the slider, where the call back button is. The Call back button used to appear on the slider but now it’s on a separate white space. Why has this happened? I need to change it back?

    Thanks

    #39766
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30587
    • Total: 30587
    Member since: August 16, 2013

    Hi Roger,

    Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box

    Add this code there:

    .slider-wrapper{min-height:450px !important;}

    For the white space under the slider Animation has to be disabled because without scrolling there is no animation and the below sections remain hidden.

    Kindly refer to this forum post on how to disable animation: https://www.sktthemes.org/forums/topic/home-page-responsive-display/

    In case you are unable to disable animation on your own kindly send us your URL of the site and WordPress admin details via sktthemes.net/contact.

    Please mention this forum URL while replying so that we understand what needs to be done.

    Regards,
    Brad

    #39791
    RogerRoger
    Member
    • Topics: 2
    • Replies: 4
    • Total: 6
    Member since: June 1, 2016

    Hi there I have done this and now this happens on the mobile –

    The round circle underneath. Please see image attached?Mobile site

    #39792
    RogerRoger
    Member
    • Topics: 2
    • Replies: 4
    • Total: 6
    Member since: June 1, 2016

    https://drive.google.com/open?id=0B7UHQ8b0y0YXcUFSS1FNZGJRaG8

    #39796
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30587
    • Total: 30587
    Member since: August 16, 2013

    Kindly add this code in custom css box.

    @media screen and (min-width:980px){
    .slider-wrapper{min-height:auto !important;}
    }

    Regards,
    Brad

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.