• Resolved hasanashik2000

    (@hasanashik2000)


    The slider is fine for desktop devices, but in mobile devices their is lots of blank space under the slider and it looks ugly too. It is hard to view left bar images list. Is there any way I can move the left bar to bottom only for mobile devices. Thank you.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author richteam

    (@richteam)

    Dear hasanashik2000

    Follow the instructions please.

    Please find the file Rich-Web-Video-Slider-Widget.php in the plugin. On the line 10188 add this add code:

    .et_pb_section_1.et_pb_section {
    height: 450px;
    }

    Thank you.

    Thread Starter hasanashik2000

    (@hasanashik2000)

    Thank you very much for your response. I have wanted to move the left sidebar of the slider to bottom only in mobile devices not in pc. https://prntscr.com/puklpi

    I have added your code https://prnt.sc/pukku0 But nothing changes. I am trying to move only the left sidebar to bottom in mobile devices, I do not want to enlarge the left bar. I hope I have made myself clear what I want to do to make this slider much responsive in mobile.

    Plugin Author richteam

    (@richteam)

    Dear hasanashik2000

    Follow the instructions please.

    Please find the file Rich-Web-Video-Slider-Widget.php in the plugin. On the line 11198 add this add code:

    @media only screen and (max-width: 600px) {
    .et_pb_section_1.et_pb_section {
    height: 360px !important;
    }
    #et-footer-nav{
    height:220px !important;
    }
    }

    Thank you.

    Thread Starter hasanashik2000

    (@hasanashik2000)

    The problem still exists. This code does not bring the left panel to bottom. https://prntscr.com/q7iq96
    https://prntscr.com/q7ir81

    Thank you for replying.

    Plugin Author richteam

    (@richteam)

    Hello, dear hasanashik2000.

    Sorry, for the late reply.

    You use our Vertical Thumbnails theme. So, that’s mean that you can not change the position of the thumbnails.

    We do not have such an option for the thumbnails.

    You just need to use our other theme, which will display the thumbnails under the video.

    And about that black blank space, this space is related to your footer.

    If you have activated a footer plugin, please, contact them and tell them that you want to resize that black space. They will change the height.

    If you have any other questions, please, let us know.

    We will be happy to help you.

    Thank You.

    Regards

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘In Video Slider/Vertical Thumbnails1 move left sidebar to bottom only in mobile’ is closed to new replies.