Hi all,
I have a full-width (stacked) slider. Each slide has a row with 2 columns, and there are 6 slides in total.
I want to add a slide navigation element at the top level, but only over the second column. When I add it as a child of the Content Wrapper, the element spans the entire width of the (full-width) parent column.
I am able to add a Slide Nav element to the Column in the Row element, but of course that means I have to add a Slide Nav element to every slide in the slider stack (which makes it a pain to play around with margins, colors, etc.)
I tried positioning the Slide Nav element using Relative co-ordinates, but the Nav element doesn’t reflow with the column width.
What am I doing wrong?