Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Gabor

    (@nextendweb_gabor)

    Hi @zabriskie73!

    The problem is given by a bug, that we are not displaying the text bar if there is no title at the slide, but with the selected position we are taking up space for the text bar. You can fix the problem with this CSS code:

    .n2-ss-slider .n2-ss-widget.n2-ss-widget-hidden div{
    	display:none;
    }

    You could go to our slider’s Developer tab:
    https://smartslider3.helpscoutdocs.com/article/1294-slider-settings-developer
    and insert the code into the CSS field.

    We will put this fix into the next versions, so you won’t need this always, just until the next version comes out!

    Thread Starter zabriskie73

    (@zabriskie73)

    This a five-stars support !
    It works perfectly.

    Thanks wonderful team ??

    Michael

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