Margins for lightslider

im trying the lightslider plugin. it works. but id like to be able to set a small right and left margin. is this possible?
thanks.

ok, turns out there isnt any grav-lightslider defined.

added this to lightslider-custom.css

.grav-lightslider {
    padding-left: 1rem;
    padding-right: 1rem;
}

however, i don’t know if there’s a way to get variables from pages into this plugin. to change the values, for example.

You would have to override the lightslider twig in your theme or something to take any additional options. totally doable though.