Site logo

[Resolved] Make slider full screen

Home Forums Support [Resolved] Make slider full screen

Home Forums Support Make slider full screen

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2532627
    Craig

    Hi Guys

    I would like to remove the white space around the top slider with the red background. I have looked everywhere within the plugin to do this but am not finding how to. Can you assist with CSS to remove the white border making the slider full screen?

    Thx

    Craig

    #2532716
    David
    Staff
    Customer Support

    Hi there,

    i had a look at that, but the layout is super complicated and javascript is doing a lot of work there.
    The most i could get to was this:

    .n2-section-smartslider[data-ssid="3"],
    .n2-section-smartslider[data-ssid="3"] * {
        padding: 0 !important;
        height: auto !important;
    }

    But that was just getting rid of the white around it.
    You will need to speak to then plugin developer, as i assume they must have some options to control that.

    #2532737
    Craig

    This is perfect.
    Exactly how I wanted it to look.
    Thank you.

    #2532764
    David
    Staff
    Customer Support

    Glad to hear that

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.