• Resolved maray97

    (@maray97)


    Hello everyone, I’ve never used this plugin before.
    I can’t remove the left and right margins around the slider, can anyone help me please?
    I’ve already tried by adding “margin:0;” and “padding:0;” in the additional CSS and I’ve set the full-width option in the page builder.

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

Viewing 1 replies (of 1 total)
  • Plugin Author GalleryCreator

    (@gallerycreator)

    Hello
    your theme has this style:

    .alignfull {
        width: 100vw;
        max-width: 100vw;
        margin-left: calc(50% - 50vw);
        padding: 0 15px;
    }

    this style (padding: 0 15px;) prevents the slider from taking up the entire width

Viewing 1 replies (of 1 total)
  • The topic ‘How to display slider full width and responsive height till the end screen’ is closed to new replies.