Revolution slider problem

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #6857
    onlineadguy
    Member

    Hi revolution slider on mobile phone is not working it just making extra bottom padding with a blank page?
    http://prntscr.com/3jp4nc

    #6875
    Ernesto
    Member

    Hi! Could you send us a link or a temp user to your website so we can inspect the issue by ourselves in order to provide you with the exact code you need?

    #6901
    onlineadguy
    Member
    #6912
    Ernesto
    Member

    Hi! In order to solve the padding problem, you’ll need to go to your Custom CSS Section in your Theme Options Panel and enter the following code:
    #rev_slider_1_1_wrapper {height: 450px !important;}

    From que link you’ve send us I can only see that you have not uploaded images other that the background image. If you want instructions on the setting up of slider, you can chex the Slider Section of the Agile Documentation.

    Cheers! Let us know if you have any other queries!

    #6916
    onlineadguy
    Member

    this is what happens if i use this code #rev_slider_1_1_wrapper {height: 350px !important;}

    #6919
    Nexus
    Moderator

    Change the height value to 600px instead of 450px. Thanks!

    #6920
    Nexus
    Moderator

    Sorry, Pls put the following code into custom css in theme options

    #slider-area .rev_slider_wrapper {
    height: auto !important;
    }

    Thanks!

    #6923
    onlineadguy
    Member

    it worked thanks.

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Revolution slider problem’ is closed to new replies.