• Resolved werny

    (@werny)


    I added a shortcode at the end of my elementor-text
    [ngg src=”galleries” ids=”12″ display=”basic_slideshow”]

    But on frontend it will add lots of space above and below the sliders.
    I want it just below my text without this big gap.
    How can I avoid that?

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

Viewing 1 replies (of 1 total)
  • Plugin Contributor Imagely

    (@imagely)

    Hi @werny,

    Let’s try to add this custom CSS rule to “Appearance -> Customize -> Additional CSS” to see if that’ll solve the problem:

    .ngg-slideshow .ngg-gallery-slideshow-image {
        height: auto !important;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Slideshow Issue’ is closed to new replies.