Viewing 1 replies (of 1 total)
  • Plugin Author huge_it

    (@huge_it)

    Please go to our plugins editor, find slider_front_end.html.php file then find the
    .huge_it_slideshow_image_item_<?php echo $sliderID; ?> {}
    and
    .huge_it_slideshow_image_second_item_<?php echo $sliderID; ?> {}

    add this source to that elements

    {
    margin: 0px !important;
    padding: 0px !important;
    overflow-x:none !important;
    overflow-y:none !important;
    }

    after in same file please find .huge_it_slideshow_image_<?php echo $sliderID; ?> {} element and add him this source

    {
    margin: 0px !important;
    padding: 0px !important;
    }

    If you cant do that please contact us to [email protected]

Viewing 1 replies (of 1 total)
  • The topic ‘Scroll Bar’ is closed to new replies.