I can't figure out how to make a slider out of rows, instead of modules in Divi (with Ken Wheeler slick slider). I am a beginner in coding, so for me it's all I can find on the internet, and some basic codes, that I work with.
My main issue right now is that the things I want to slide are not the width of the parent section, because of that they are horizontally filling the whole section. See: Screenshot of page.
There is one solution I know of, that is making my Section to 1180px (for example), the rows aswell, and adding the slider css class to the section. However this means that the background (body) color need to be the same as the section background color(grey). And since I need this to be another color(orange) regarding a ugly flash of website when loading, this is no solution for me.
This is the script I use for this slider: <script> jQuery(function($){ $('.slide-stuff').slick({ slidesToShow: 1, slidesToScroll: 3 }); }); </script>
When making a ''regular'' slider, with modules instead of rows, everything works fine, so I don't think there is a problem with my slick js files?
I would really appreciate some help, or an explanation of where to search to fix this.