Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author huge_it

    (@huge_it)

    Hi, the space appears because your theme gives padding to all .li elements of your website.
    Please go to plugins editor page >> select Huge-IT Slider >> click on slider_front_end.html.php >> press Ctrl + F to activate search in your page >> in search field write
    .huge_it_slideshow_image_item_<?php echo $sliderID; ?> {

    when you find that
    please replace padding:0px; to padding:0px !important; under that.

    Please do same thing right for next element: .huge_it_slideshow_image_second_item_<?php echo $sliderID; ?>

    Thank you for your post/question. We will fix this in our next upcoming update.

    Thread Starter raragao

    (@raragao)

    Hi, This patch works.

    Thank you very much.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Left margin’ is closed to new replies.