Weird Slider Behavior

Hello,

On my Home-v2 page, if you scroll down to the testimonials area (black background), I want to move the Slide Nav (the little circles) up higher but can’t figure out how to.

Any help is much appreciated!


Here is my site Read-Only:
https://preview.webflow.com/preview/canadagamescouncil?utm_medium=preview_link&utm_source=designer&utm_content=canadagamescouncil&preview=bcfdfc975a273abf83481c7c19b03a1d&pageId=5dc1ed1f6656f7851e5ca627&mode=preview

Hi @rhami

Did you try giving the .Slide Nav a bottom property? or margin-bottom?
https://www.loom.com/share/eeb2d77dd9784776b39df81628cdd8fb

1 Like

Thanks @avivtech this works but then the section height doesn’t change unless I manipulate it, which I was trying to avoid (wanted the section height to adjust automatically)

Ok, that is a different question :slight_smile:

The Slider element comes with ‘kind of’ minimum height of 300px. What you should do first is give the slider elements (.Slider 2) hight:auto (even though it looks like it already have) then the whole slider will shrink in height.

1 Like

Great that worked! So weird…