• ebberiksen

    (@ebberiksen)


    Hi, i have added a slider to my website, but, there is a lot of space between my menu and med slider. There is also a lot of space between the slider and the rest of the content. Can someone help me with this issue? ??

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

Viewing 8 replies - 1 through 8 (of 8 total)
  • Carike

    (@carike)

    You can try reducing the padding / margins on the widget_smartslider3 class via Additional CSS under your Customizer.

    David T

    (@dtwiss)

    Are you using a page builder, such as Elementor?
    For the section you can reduce the Margin or Padding.

    Thread Starter ebberiksen

    (@ebberiksen)

    @carike do you know what CSS to add?

    @dtwiss The theme has a build in Home page widget area, where I add my smart slider 3 to ??

    David T

    (@dtwiss)

    @ebberiksen See if this helps point you in the right direction…
    https://www.w3schools.com/css/css_margin.asp

    Thread Starter ebberiksen

    (@ebberiksen)

    @dtwiss Thanks, but when I use this css:

    p {
      margin: 25px 50px;
    }

    it change margins of the newsletter subscription widget, any idea of how to make it change the slider margins instead?

    David T

    (@dtwiss)

    In Google, right-click on the slider and choose ‘Inspect’.
    Under ‘Styles’ you’ll see the element name… such as “.n2-ss-slider .n2-ss-layer-content”.

    Try using .n2-ss-slider .n2-ss-layer-content instead of p.

    Thread Starter ebberiksen

    (@ebberiksen)

    It worked with this code:

    .widget-area .widget:before {
      margin: -30px 50px;
    }

    Thanks!! ??

    David T

    (@dtwiss)

    @ebberiksen Glad to hear!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Remove space between menu and content – eCommerce Gem Theme’ is closed to new replies.